@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--inverse-primary: #adc6ff;--surface: #f8f9ff;--primary-fixed-dim: #adc6ff;--on-secondary-container: #5c647a;--inverse-surface: #213145;--secondary-fixed-dim: #bec6e0;--tertiary-container: #00855b;--tertiary: #006947;--on-error: #ffffff;--surface-container-lowest: #ffffff;--tertiary-fixed: #6ffbbe;--on-error-container: #93000a;--error-container: #ffdad6;--surface-container: #e5eeff;--background: #f8f9ff;--on-primary-fixed-variant: #004395;--primary-fixed: #d8e2ff;--inverse-on-surface: #eaf1ff;--on-tertiary-fixed: #002113;--on-secondary-fixed: #131b2e;--surface-variant: #d3e4fe;--on-background: #0b1c30;--surface-bright: #f8f9ff;--outline: #727785;--primary-container: #2170e4;--on-primary-container: #fefcff;--surface-container-highest: #d3e4fe;--tertiary-fixed-dim: #4edea3;--secondary: #565e74;--on-surface: #0b1c30;--error: #ba1a1a;--surface-dim: #cbdbf5;--surface-tint: #005ac2;--on-secondary: #ffffff;--on-tertiary-container: #f5fff6;--surface-container-low: #eff4ff;--on-tertiary-fixed-variant: #005236;--on-primary: #ffffff;--on-secondary-fixed-variant: #3f465c;--secondary-container: #dae2fd;--on-primary-fixed: #001a42;--secondary-fixed: #dae2fd;--on-surface-variant: #424754;--surface-container-high: #dce9ff;--outline-variant: #c2c6d6;--primary: #0058be;--on-tertiary: #ffffff;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(194, 198, 214, .3)}:root[data-theme=dark],html.dark{--inverse-primary: #adc6ff;--surface: #0b1c30;--primary-fixed-dim: #adc6ff;--on-secondary-container: #dae2fd;--inverse-surface: #e2e2e9;--secondary-fixed-dim: #bec6e0;--tertiary-container: #005236;--tertiary: #4edea3;--on-error: #690005;--surface-container-lowest: #071322;--tertiary-fixed: #005236;--on-error-container: #ffdad6;--error-container: #93000a;--surface-container: #152942;--background: #0b1c30;--on-primary-fixed-variant: #adc6ff;--primary-fixed: #004397;--inverse-on-surface: #071322;--on-tertiary-fixed: #6ffbbe;--on-secondary-fixed: #dae2fd;--surface-variant: #1e2d42;--on-background: #e2e2e9;--surface-bright: #e2e2e9;--outline: #1e324c;--primary-container: #004397;--on-primary-container: #d8e2ff;--surface-container-highest: #1a2c41;--tertiary-fixed-dim: #003823;--secondary: #bec6dc;--on-surface: #e2e2e9;--error: #ffb4ab;--surface-dim: #0b1c30;--surface-tint: #adc6ff;--on-secondary: #283141;--on-tertiary-container: #6ffbbe;--surface-container-low: #0c1827;--on-tertiary-fixed-variant: #4edea3;--on-primary: #002e69;--on-secondary-fixed-variant: #bec6dc;--secondary-container: #1e2c3f;--on-primary-fixed: #d8e2ff;--secondary-fixed: #1e2c3f;--on-surface-variant: #a4b2c6;--surface-container-high: #132235;--outline-variant: #162537;--primary: #adc6ff;--on-tertiary: #003823;--glass-bg: rgba(11, 28, 48, .75);--glass-border: rgba(255, 255, 255, .05)}html.dark *,html.dark :before,html.dark :after{border-color:#ffffff0f}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .2s ease,border-color .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}pre,code,kbd,samp,pre *{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}body{background-color:var(--background);color:var(--on-surface);overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-container-low)}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--outline)}::-webkit-scrollbar-corner{background:transparent}.hero-gradient{background:radial-gradient(circle at 70% 30%,#2170e414,#f8f9ff00 60%)}:root[data-theme=dark] .hero-gradient,html.dark .hero-gradient{background:radial-gradient(circle at 70% 30%,#adc6ff0d,#0b1c3000 60%)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border)}@keyframes spin-hover{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-hover:hover{animation:spin-hover 1s linear infinite}.toast-container{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:12px;max-width:380px;width:100%}.toast-item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px;font-weight:500;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;animation:slideIn .3s cubic-bezier(.16,1,.3,1) forwards}.toast-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}:root[data-theme=dark] .toast-success,html.dark .toast-success{background:#052e16;border:1px solid #14532d;color:#86efac}.toast-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}:root[data-theme=dark] .toast-error,html.dark .toast-error{background:#450a0a;border:1px solid #7f1d1d;color:#fca5a5}.toast-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}:root[data-theme=dark] .toast-info,html.dark .toast-info{background:#172554;border:1px solid #1e3a8a;color:#93c5fd}@keyframes slideIn{0%{transform:translateY(100%) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
