@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@400,0&display=swap";:root{--surface:#0b0e11;--surface-container-lowest:#000;--surface-container-low:#101417;--surface-container:#161a1e;--surface-container-high:#1c2024;--surface-container-highest:#22272b;--surface-bright:#282d31;--primary:#b1ffce;--primary-container:#00ffa3;--on-primary:#000;--surface-tint:#b1ffce;--on-surface:#f8f9fe;--on-surface-variant:#8b9199;--secondary-container:#1a3028;--on-secondary-container:#b1ffce;--tertiary:#7ab8ff;--error:#f55;--error-dim:#c0392b;--outline-variant:#45484c;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-full:9999px;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-7:1.75rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--font-display:"Manrope", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"Courier New", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--surface);color:var(--on-surface);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--surface-container-low)}::-webkit-scrollbar-thumb{background:var(--surface-container-highest);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--outline-variant)}#app{height:100vh}.toast-wrap[data-v-8f5da7cf]{z-index:9999;pointer-events:none;flex-direction:column;gap:.625rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast[data-v-8f5da7cf]{border-radius:var(--radius-xl);pointer-events:all;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #0000;align-items:flex-start;gap:.75rem;min-width:260px;max-width:360px;padding:.875rem 1.125rem;display:flex;box-shadow:0 8px 24px #0000004d}.toast.success[data-v-8f5da7cf]{background:#1c2024f2;border-color:#b1ffce33}.toast.error[data-v-8f5da7cf]{background:#1c2024f2;border-color:#ff555540}.toast.warn[data-v-8f5da7cf]{background:#1c2024f2;border-color:#ffc85040}.toast.info[data-v-8f5da7cf]{background:#1c2024f2;border-color:#7ab8ff40}.toast-icon[data-v-8f5da7cf]{flex-shrink:0;margin-top:1px;font-family:Material Symbols Outlined;font-size:1.25rem}.toast.success .toast-icon[data-v-8f5da7cf]{color:var(--primary)}.toast.error .toast-icon[data-v-8f5da7cf]{color:var(--error)}.toast.warn .toast-icon[data-v-8f5da7cf]{color:#ffc850}.toast.info .toast-icon[data-v-8f5da7cf]{color:var(--tertiary)}.toast-body[data-v-8f5da7cf]{flex-direction:column;gap:2px;display:flex}.toast-summary[data-v-8f5da7cf]{color:var(--on-surface);font-size:.875rem;font-weight:600}.toast-detail[data-v-8f5da7cf]{color:var(--on-surface-variant);font-size:.8125rem}.toast-enter-active[data-v-8f5da7cf]{transition:all .25s}.toast-leave-active[data-v-8f5da7cf]{transition:all .2s}.toast-enter-from[data-v-8f5da7cf],.toast-leave-to[data-v-8f5da7cf]{opacity:0;transform:translate(1rem)}
