@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1a1a2e;--primary-color-text: #ffffff;--primary-50: #f8f9fc;--primary-100: #f0f1f7;--primary-200: #e0e2ed;--primary-300: #c5c8d8;--primary-400: #9a9eb8;--primary-500: #6e7394;--primary-600: #525678;--primary-700: #3d4160;--primary-800: #2a2a4a;--primary-900: #1a1a2e;--primary-950: #0f0f1a;--accent-color: #6366f1;--accent-color-hover: #4f46e5;--accent-color-light: #a5b4fc;--surface-ground: #f0f1f7;--surface-sidebar: #e8e9f2;--surface-card: #ffffff;--surface-border: #dcdee8;--surface-hover: #e8e9f2;--surface-overlay: #ffffff;--surface-section: #f0f1f7;--text-color: #1a1a2e;--text-color-secondary: #6e7394;--text-color-muted: #9a9eb8;--highlight-bg: #eef0f7;--highlight-text-color: #1a1a2e;--focus-ring: rgba(99, 102, 241, .25);--focus-ring-alpha: rgba(99, 102, 241, .15);--red-500: #ef4444;--green-500: #22c55e;--yellow-500: #eab308;--blue-500: #3b82f6}.dark-mode{--primary-color: #e8eaf0;--primary-color-text: #08080f;--accent-color: #818cf8;--accent-color-hover: #a5b4fc;--accent-color-light: #4f46e5;--surface-ground: #0c0c14;--surface-sidebar: #08080f;--surface-card: #12121f;--surface-border: #1e1e32;--surface-hover: #1a1a2e;--surface-overlay: #151522;--surface-section: #0a0a12;--text-color: #e8eaf0;--text-color-secondary: #a0a4c0;--text-color-muted: #6e7394;--highlight-bg: #2a2a4a;--highlight-text-color: #e8eaf0;--focus-ring: rgba(129, 140, 248, .3);--focus-ring-alpha: rgba(129, 140, 248, .2)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--text-color)}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:600}h3{font-size:1.25rem;font-weight:600}h4{font-size:1.125rem;font-weight:500}h5,h6{font-size:1rem;font-weight:500}p,span,li{font-weight:400;line-height:1.65;letter-spacing:-.01em}small,.text-sm{font-size:.875rem;line-height:1.5;letter-spacing:0}.text-xs{font-size:.75rem;line-height:1.4;letter-spacing:.01em}strong,b,.font-semibold{font-weight:600}.font-medium{font-weight:500}label,.label{font-size:.875rem;font-weight:500;letter-spacing:0;color:var(--text-color-secondary)}svg[class*=lucide]{stroke-width:1.75;flex-shrink:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:8px;color:var(--text-color-secondary);background:transparent;border:none;cursor:pointer;transition:all .15s ease}.icon-btn:hover{background:var(--surface-hover);color:var(--text-color)}.icon-btn:active{transform:scale(.95)}.icon-text{display:inline-flex;align-items:center;gap:.5rem}.icon-text svg{flex-shrink:0}html,body{height:100%;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;letter-spacing:-.01em}body{background-color:var(--surface-ground);color:var(--text-color);transition:background-color .3s ease,color .3s ease}#app{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--text-color-secondary)}:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}a{color:var(--accent-color);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-color-hover);text-decoration:underline}.p-button{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;transition:all .2s ease;border-radius:8px;padding:.625rem 1.25rem}.p-button.p-button-primary{background:var(--primary-color);border-color:var(--primary-color);color:var(--primary-color-text)}.p-button.p-button-primary:hover:not(:disabled){background:var(--primary-800);border-color:var(--primary-800);transform:translateY(-1px);box-shadow:0 4px 12px #1a1a2e33}.dark-mode .p-button.p-button-primary{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.dark-mode .p-button.p-button-primary:hover:not(:disabled){background:var(--accent-color-hover);border-color:var(--accent-color-hover);box-shadow:0 4px 16px #818cf84d}.p-button.p-button-text{color:var(--text-color)}.p-button.p-button-text:hover:not(:disabled){background:var(--surface-hover);color:var(--accent-color)}.p-inputtext{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-card);border:1px solid var(--surface-border);border-radius:8px;color:var(--text-color);transition:all .2s ease;padding:.75rem 1rem}.p-inputtext::placeholder{color:var(--text-color-muted)}.p-inputtext:enabled:hover{border-color:var(--text-color-secondary)}.p-inputtext:enabled:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--focus-ring-alpha)}.p-dialog{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:16px;box-shadow:0 24px 80px #1a1a2e40;overflow:hidden}.dark-mode .p-dialog{box-shadow:0 24px 80px #0009}.p-dialog .p-dialog-header{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-card);border-bottom:1px solid var(--surface-border);padding:1.5rem 1.75rem;color:var(--text-color)}.p-dialog .p-dialog-content{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-card);padding:1.75rem;color:var(--text-color)}.p-dialog .p-dialog-footer{background:var(--surface-section);border-top:1px solid var(--surface-border);padding:1.25rem 1.75rem}.p-menu{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-overlay);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 8px 32px #1a1a2e26;padding:6px}.dark-mode .p-menu{box-shadow:0 8px 32px #00000080}.p-menu .p-menuitem-link{color:var(--text-color);padding:.625rem 1rem;border-radius:8px;margin:2px 0;transition:all .15s ease}.p-menu .p-menuitem-link:hover{background:var(--surface-hover);color:var(--accent-color)}.p-contextmenu{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-overlay);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 8px 32px #1a1a2e26;padding:6px}.dark-mode .p-contextmenu{box-shadow:0 8px 32px #00000080}.p-contextmenu .p-menuitem-link{color:var(--text-color);padding:.5rem .875rem;border-radius:6px;transition:all .15s ease}.p-contextmenu .p-menuitem-link:hover{background:var(--surface-hover);color:var(--accent-color)}.p-toast{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;opacity:.98}.p-toast .p-toast-message{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 8px 32px #1a1a2e26}.dark-mode .p-toast .p-toast-message{box-shadow:0 8px 32px #00000080}.p-toast .p-toast-message-content{color:var(--text-color)}.p-toast .p-toast-message.p-toast-message-success,.p-toast .p-toast-message.p-toast-message-error,.p-toast .p-toast-message.p-toast-message-warn,.p-toast .p-toast-message.p-toast-message-info{border-left:none}.text-accent{color:var(--accent-color)}.bg-accent{background-color:var(--accent-color)}.border-accent{border-color:var(--accent-color)}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
