.loading-bar-container[data-v-89cc8e6e]{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999;pointer-events:none}.loading-bar[data-v-89cc8e6e]{height:100%;background:linear-gradient(to right,#3b82f6,#8b5cf6,#3b82f6);background-size:200% 100%;animation:shimmer-89cc8e6e 2s linear infinite;box-shadow:0 0 8px #3b82f699,0 0 2px #8b5cf666;transition:width .4s cubic-bezier(.1,.5,.5,1)}@keyframes shimmer-89cc8e6e{0%{background-position:100% 0%}to{background-position:-100% 0%}}.toast-container[data-v-00855de5]{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999;pointer-events:none}.toast-item[data-v-00855de5]{pointer-events:auto;min-width:280px;max-width:400px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;box-shadow:var(--shadow-lg);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.toast-item[data-v-00855de5]:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.toast-content[data-v-00855de5]{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon[data-v-00855de5]{font-size:1.125rem;flex-shrink:0}.toast-message[data-v-00855de5]{margin:0;font-size:.875rem;font-weight:500;color:inherit;line-height:1.4}.toast-close[data-v-00855de5]{background:none;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;line-height:1;padding:0 .25rem}.toast-success[data-v-00855de5]{border-left:4px solid var(--success);background:var(--success-bg);color:var(--success-text, #064e3b)}.toast-error[data-v-00855de5]{border-left:4px solid var(--error);background:var(--error-bg);color:var(--error-text, #450a0a)}.toast-info[data-v-00855de5]{border-left:4px solid var(--accent);background:var(--bg-subtle);color:var(--text-h)}.toast-warning[data-v-00855de5]{border-left:4px solid #f59e0b;background:#fffbeb;color:#92400e}.toast-list-enter-from[data-v-00855de5]{opacity:0;transform:translate(30px)}.toast-list-leave-active[data-v-00855de5]{position:absolute}.toast-list-leave-to[data-v-00855de5]{opacity:0;transform:scale(.9)}:root{--text: #4b5563;--text-h: #111827;--text-muted: #6b7280;--bg: #ffffff;--bg-subtle: #f9fafb;--border: #e5e7eb;--border-subtle: #f3f4f6;--accent: #6366f1;--accent-hover: #4f46e5;--accent-bg: rgba(99, 102, 241, .08);--accent-border: rgba(99, 102, 241, .2);--error: #ef4444;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #991b1b;--success: #10b981;--success-bg: #ecfdf5;--success-text: #065f46;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(255, 255, 255, .3);--glass-blur: blur(8px);--sans: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;font:16px/1.5 var(--sans);color-scheme:light;color:var(--text);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--text: #d1d5db;--text-h: #f9fafb;--text-muted: #9ca3af;--bg: #030712;--bg-subtle: #111827;--border: #1f2937;--border-subtle: #111827;--accent: #818cf8;--accent-hover: #a5b4fc;--accent-bg: rgba(129, 140, 248, .1);--error-bg: #450a0a;--error-border: #7f1d1d;--success: #10b981;--success-bg: #064e3b;--success-text: #ecfdf5;--glass-bg: rgba(17, 24, 39, .8);--glass-border: rgba(255, 255, 255, .1);background:var(--bg)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--sans);font-weight:600;color:var(--text-h);margin-top:0}button{font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}input,select,textarea{font-family:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}@media(max-width:767.98px){button,[role=button],a,input[type=checkbox],input[type=radio],select{min-height:44px;min-width:44px}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=date],input[type=datetime-local],textarea,select{font-size:16px}}#app{width:100%;min-height:100vh;display:flex;flex-direction:column}
