.toast-stack[data-v-ec887412]{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast[data-v-ec887412]{padding:11px 18px;border-radius:8px;font-size:13.5px;font-weight:500;box-shadow:0 4px 16px #00000024;cursor:pointer;pointer-events:auto;max-width:320px;line-height:1.4}.toast--info[data-v-ec887412]{background:#fff;color:var(--gray-800);border:1px solid var(--gray-200)}.toast--success[data-v-ec887412]{background:var(--green);color:#fff}.toast--error[data-v-ec887412]{background:var(--red);color:#fff}.toast-enter-active[data-v-ec887412],.toast-leave-active[data-v-ec887412]{transition:all .22s ease}.toast-enter-from[data-v-ec887412]{opacity:0;transform:translateY(10px)}.toast-leave-to[data-v-ec887412]{opacity:0;transform:translate(30px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2563eb;--blue-light: #eff6ff;--blue-dark: #1d4ed8;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #4b5563;--gray-800: #1f2937;--red: #dc2626;--red-light: #fef2f2;--green: #16a34a;--green-light: #f0fdf4;--yellow: #ca8a04;--yellow-light:#fefce8;--surface: #ffffff;--sidebar-w: 220px;--header-h: 56px;--radius: 8px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 4px 12px rgba(0,0,0,.1)}[data-theme=dark]{--blue: #60a5fa;--blue-light: #1c2d45;--blue-dark: #93c5fd;--gray-50: #0d1117;--gray-100: #161b22;--gray-200: #30363d;--gray-400: #8b949e;--gray-600: #c9d1d9;--gray-800: #e6edf3;--red: #f87171;--red-light: #3d0c0c;--green: #4ade80;--green-light: #052e16;--yellow: #fbbf24;--yellow-light:#2b1d00;--surface: #161b22;--shadow-sm: 0 1px 3px rgba(0,0,0,.35);--shadow: 0 4px 12px rgba(0,0,0,.45)}[data-theme=dark] body{color:var(--gray-800);background:var(--gray-50)}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--gray-800);background:var(--gray-50);line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}input,select,textarea{font:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:18px;height:18px;border:2px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}
