@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.toast[data-v-d9d5068c]{z-index:9999;color:#fff;background:#1e293b;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:500;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 24px #00000026}.toast.success[data-v-d9d5068c]{background:#059669}.toast.danger[data-v-d9d5068c]{background:#dc2626}.toast-enter-active[data-v-d9d5068c],.toast-leave-active[data-v-d9d5068c]{transition:all .3s}.toast-enter-from[data-v-d9d5068c],.toast-leave-to[data-v-d9d5068c]{opacity:0;transform:translateY(12px)}:root,[data-theme=light]{--primary:#6366f1;--primary-hover:#4f46e5;--primary-light:#eef2ff;--primary-ghost:#6366f114;--success:#10b981;--success-light:#d1fae5;--danger:#ef4444;--danger-light:#fee2e2;--warn:#f59e0b;--warn-light:#fef3c7;--bg:#f8fafc;--bg-sidebar:#1e293b;--card:#fff;--text:#0f172a;--text2:#64748b;--text3:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #0000000a, 0 1px 2px #00000005;--shadow-md:0 4px 6px #0000000a, 0 2px 4px #00000005;--shadow-lg:0 10px 25px #0000000f;--sidebar-width:260px;--topbar-height:64px}[data-theme=dark]{--primary:#818cf8;--primary-hover:#6366f1;--primary-light:#818cf826;--primary-ghost:#818cf814;--success:#34d399;--success-light:#34d39926;--danger:#f87171;--danger-light:#f8717126;--warn:#fbbf24;--warn-light:#fbbf2426;--bg:#0f172a;--bg-sidebar:#0b1120;--card:#1e293b;--text:#f1f5f9;--text2:#94a3b8;--text3:#64748b;--border:#334155;--border-light:#1e293b;--shadow:0 1px 3px #0003;--shadow-md:0 4px 6px #0003;--shadow-lg:0 10px 25px #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text2)}
