@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.toast-container[data-v-a4d68e8e]{position:fixed;top:calc(var(--topbar-height) + var(--space-md));right:var(--space-md);z-index:200;display:flex;flex-direction:column;gap:var(--space-sm);max-width:360px}.toast[data-v-a4d68e8e]{background:var(--surface2);border:1px solid var(--border);border-left:3px solid;border-radius:var(--radius);padding:var(--space-sm) var(--space-md);cursor:pointer;transition:opacity .15s ease}.toast[data-v-a4d68e8e]:hover{opacity:.8}.toast strong[data-v-a4d68e8e]{font-size:.85rem}.toast p[data-v-a4d68e8e]{color:var(--text-dim);font-size:.8rem;margin-top:2px}.toast-enter-active[data-v-a4d68e8e],.toast-leave-active[data-v-a4d68e8e]{transition:all .3s ease}.toast-enter-from[data-v-a4d68e8e],.toast-leave-to[data-v-a4d68e8e]{transform:translate(100%);opacity:0}.loading-screen[data-v-43da6a90]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:var(--space-md);color:var(--text-dim)}.loading-spinner[data-v-43da6a90]{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin-43da6a90 .8s linear infinite}@keyframes spin-43da6a90{to{transform:rotate(360deg)}}.auth-screen[data-v-43da6a90]{display:flex;align-items:center;justify-content:center;height:100vh}.auth-card[data-v-43da6a90]{text-align:center;padding:var(--space-2xl);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.auth-card h1[data-v-43da6a90]{font-size:1.5rem;font-weight:700;margin-bottom:var(--space-sm)}.auth-card .sep[data-v-43da6a90]{color:var(--accent);margin:0 4px}.auth-card p[data-v-43da6a90]{color:var(--text-dim);margin-bottom:var(--space-md)}.auth-card .hint[data-v-43da6a90]{font-size:.85rem;color:var(--text-dim2)}.btn[data-v-43da6a90]{display:inline-block;padding:var(--space-sm) var(--space-lg);background:var(--accent);color:#fff;border-radius:var(--radius);font-weight:500;margin-top:var(--space-md);transition:opacity .15s ease}.btn[data-v-43da6a90]:hover{opacity:.9;text-decoration:none}:root{--bg: #0D0D0D;--surface: #161616;--surface2: #1E1E1E;--border: #2A2A2A;--text: #E8E8E8;--text-dim: #888;--text-dim2: #666;--accent: #009EE1;--success: #00C48C;--warning: #F5A623;--danger: #E8453C;--radius: 6px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--topbar-height: 48px;--sidebar-width: 240px;--footer-height: 32px}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-sm) var(--space-md);outline:none;transition:border-color .15s ease}input:focus,textarea:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim2)}
