.toast-container{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999;pointer-events:none;max-width:420px}.toast{pointer-events:auto;border-radius:1rem;padding:.75rem 1rem;box-shadow:0 25px 50px -12px #0f172a40;border:1px solid transparent;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;cursor:pointer}.toast--success{background:#ecfdf5e6;border-color:#a7f3d080;color:var(--emerald-700)}html.dark .toast--success{background:#064e3bcc;border-color:#04785780;color:#ecfdf5}.toast--error{background:#fef2f2e6;border-color:#fecaca80;color:var(--red-700)}html.dark .toast--error{background:#7f1d1dcc;border-color:#b91c1c80;color:#fef2f2}.toast--warning{background:#fffbebe6;border-color:#fde68a80;color:var(--amber-700)}html.dark .toast--warning{background:#78350fcc;border-color:#d9770680;color:#fffbeb}.toast--info{background:#f0fdfae6;border-color:#99f6e480;color:var(--primary-700)}html.dark .toast--info{background:#115e59cc;border-color:#0d948880;color:#f0fdfa}.toast__icon{width:1.25rem;height:1.25rem;flex-shrink:0;font-weight:700}.toast--success .toast__icon{color:var(--emerald-500)}.toast--error .toast__icon{color:var(--red-500)}.toast--warning .toast__icon{color:var(--amber-500)}.toast__message{flex:1}.toast-enter-active,.toast-leave-active{transition:all .3s cubic-bezier(.4,0,.2,1)}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(40px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-50: #f0fdfa;--primary-100: #ccfbf1;--primary-200: #99f6e4;--primary-300: #5eead4;--primary-400: #2dd4bf;--primary-500: #14b8a6;--primary-600: #0d9488;--primary-700: #0f766e;--primary-800: #115e59;--primary-900: #134e4a;--surface-50: #f8fafc;--surface-100: #f1f5f9;--surface-200: #e2e8f0;--surface-700: #334155;--surface-800: #1f2937;--surface-900: #111827;--surface-950: #0b1220;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--amber-50: #fffbeb;--amber-100: #fef3c7;--amber-400: #fbbf24;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--amber-800: #92400e;--red-50: #fef2f2;--red-100: #fee2e2;--red-400: #f87171;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b91c1c;--purple-100: #f3e8ff;--purple-300: #d8b4fe;--purple-500: #a855f7;--purple-700: #7e22ce;--blue-100: #dbeafe;--blue-700: #1e40af;--sidebar-width: 18rem;--sidebar-collapsed-width: 5rem;--radius: .75rem;--radius-lg: 1.5rem;--radius-sm: .5rem;--transition: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--text-base: var(--slate-900);--text-muted: #6b7280;--text-subtle: #4b5563;--text-placeholder: #9ca3af}html{scroll-behavior:smooth;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body{font-family:Inter,IBM Plex Sans,system-ui,-apple-system,sans-serif;font-size:.875rem;line-height:1.5;color:var(--text-base);background:var(--surface-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html.dark{color-scheme:dark;--text-base: #f1f5f9;--text-muted: #94a3b8;--text-subtle: #cbd5e1;--text-placeholder: #64748b}html.dark body{color:var(--text-base);background:var(--surface-950)}input::placeholder,textarea::placeholder{color:var(--text-placeholder)}::selection{background-color:#0ea5e933;color:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d1d5db,#e5e7eb);border-radius:9999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#9ca3af,#d1d5db)}html.dark ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#374151,#4b5563)}html.dark ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4b5563,#6b7280)}*:focus-visible{outline:2px solid rgba(20,184,166,.5);outline-offset:2px}input:focus,textarea:focus,select:focus{outline:none}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(20,184,166,.4);outline-offset:2px}.icon{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:1em;line-height:1;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.sidebar,.toast-container{display:none!important}}
