@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-app:#0b0e14;--bg-sidebar:#0c0f17;--bg-card:#121622;--bg-card-hover:#161b29;--bg-input:#ffffff0a;--primary:#3b82f6;--primary-hover:#60a5fa;--primary-muted:#3b82f626;--primary-glow:#3b82f659;--accent-secondary:#1e40af;--accent-secondary-glow:#1e40af4d;--success:#22c55e;--success-muted:#22c55e26;--warning:#f59e0b;--warning-muted:#f59e0b26;--danger:#ef4444;--danger-muted:#ef444426;--info:#38bdf8;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#ffffff12;--border-light:#ffffff1f;--border-focus:#3b82f6;--font-main:"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Space Grotesk", sans-serif;--shadow-sm:0 1px 2px 0 #0006;--shadow-md:0 4px 12px -2px #00000080;--shadow-lg:0 12px 24px -4px #0009;--shadow-glow-accent:0 0 30px #1e40af40;--shadow-glow-blue:0 0 30px #3b82f640}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{background-color:var(--bg-app);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary)}.eg-button{cursor:pointer;height:36px;font-size:13px;font-weight:600;font-family:var(--font-heading);white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.eg-button.primary{color:#fff;background:#3b82f6;border:1px solid #ffffff26;box-shadow:0 4px 14px #3b82f659}.eg-button.primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f673}.eg-button.secondary{border:1px solid var(--border);color:var(--text-primary);background:#ffffff0a}.eg-button.secondary:hover:not(:disabled){border-color:var(--border-light);background:#ffffff14;transform:translateY(-1px)}.eg-button.danger{background:var(--danger-muted);color:#fca5a5;border:1px solid #ef44444d}.eg-button.danger:hover:not(:disabled){background:#ef444440}.eg-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.eg-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:14px;transition:all .25s;overflow:hidden}.eg-card:hover{border-color:#ffffff1f}.eg-card.featured-glow{background:radial-gradient(circle at 100% 0,#1e40af59 0%,#0000 65%),radial-gradient(circle at 0 100%,#3b82f640 0%,#0000 65%),#131726;border:1px solid #3b82f659;box-shadow:0 8px 30px #1e40af33}.eg-input{background:var(--bg-input);border:1px solid var(--border);height:38px;color:var(--text-primary);font-size:13px;font-family:var(--font-main);border-radius:8px;padding:0 14px;transition:all .2s}.eg-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-muted);background:#ffffff0f;outline:none}select.eg-input option{color:#f8fafc;background-color:#0f131f}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.eg-table{border-collapse:separate;border-spacing:0;width:100%;min-width:650px}.eg-table th{text-align:left;font-size:11px;font-weight:700;font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);white-space:nowrap;background:#ffffff05;padding:14px 18px}.eg-table td{border-bottom:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;padding:14px 18px;font-size:13px;transition:background .2s}.eg-table tbody tr:hover td{color:var(--text-primary);background:#ffffff05}.eg-table tbody tr:last-child td{border-bottom:none}.badge-pill{letter-spacing:.02em;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.badge-pill.green{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.badge-pill.red{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d}.badge-pill.blue{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.badge-pill.orange{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.fade-in{animation:.35s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.p-toast{opacity:.98;font-family:var(--font-main)!important;z-index:99999!important}.p-toast-message{-webkit-backdrop-filter:blur(20px)!important;background:#0f1420f2!important;border:1px solid #ffffff1f!important;border-radius:14px!important;margin-bottom:12px!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 40px -8px #000c,0 0 24px #2563eb1f!important}.p-toast-message:before{content:"";background:var(--primary);width:4px;box-shadow:0 0 12px var(--primary);position:absolute;top:0;bottom:0;left:0}.p-toast-message-info:before,.p-toast-message-success:before{background:#22c55e!important;box-shadow:0 0 12px #22c55e99!important}.p-toast-message-warn:before{background:#f59e0b!important;box-shadow:0 0 12px #f59e0b99!important}.p-toast-message-error:before{background:#ef4444!important;box-shadow:0 0 12px #ef444499!important}.p-toast-message .p-toast-message-content{background:0 0!important;border:none!important;align-items:flex-start!important;gap:12px!important;padding:14px 16px 14px 18px!important;display:flex!important}.p-toast-message-icon,.p-toast-icon{flex-shrink:0!important;margin-top:1px!important;font-size:1.25rem!important}.p-toast-message-success .p-toast-message-icon,.p-toast-message-success .p-toast-icon{filter:drop-shadow(0 0 8px #4ade8080);color:#4ade80!important}.p-toast-message-info .p-toast-message-icon,.p-toast-message-info .p-toast-icon{filter:drop-shadow(0 0 8px #60a5fa80);color:#60a5fa!important}.p-toast-message-warn .p-toast-message-icon,.p-toast-message-warn .p-toast-icon{filter:drop-shadow(0 0 8px #fbbf2480);color:#fbbf24!important}.p-toast-message-error .p-toast-message-icon,.p-toast-message-error .p-toast-icon{filter:drop-shadow(0 0 8px #fca5a580);color:#fca5a5!important}.p-toast-message-text{flex-direction:column!important;flex:1!important;gap:3px!important;margin-left:0!important;display:flex!important}.p-toast-summary{font-family:var(--font-heading)!important;color:#f8fafc!important;letter-spacing:-.01em!important;font-size:14px!important;font-weight:700!important}.p-toast-detail{color:#cbd5e1!important;margin-top:0!important;font-size:12.5px!important;font-weight:400!important;line-height:1.4!important}.p-toast-icon-close{color:#64748b!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;transition:all .2s!important;display:flex!important}.p-toast-icon-close:hover{color:#f8fafc!important;background:#ffffff1a!important}.p-dialog-mask{backdrop-filter:blur(8px)!important;background:#03060ccc!important}.p-dialog{color:#f8fafc!important;background:#121622!important;border:1px solid #ffffff1f!important;border-radius:16px!important;box-shadow:0 25px 50px -12px #000c!important}.p-dialog-header{color:#f8fafc!important;border-bottom:1px solid var(--border)!important;background:0 0!important;padding:18px 24px!important}.p-dialog-title{font-family:var(--font-heading)!important;font-size:16px!important;font-weight:600!important}.p-dialog-content{background:0 0!important;padding:24px!important}.p-dialog-footer{border-top:1px solid var(--border)!important;background:0 0!important;padding:16px 24px!important}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.w-full{width:100%}@media (width<=1024px){body{font-size:13px}}@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{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:primeicons;font-style:normal;font-weight:400;line-height:1;display:inline-block}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{text-align:center;width:1.28571em}.pi-spin{animation:2s linear infinite fa-spin}@media (prefers-reduced-motion:reduce){.pi-spin{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-spin{0%{transform:rotate(0)}to{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:""}:root{color-scheme:dark}.app-root{min-height:100vh}
