.login-container.svelte-8ukb9p{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card.svelte-8ukb9p{background:#fff;border:1px solid #e4e4e7;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 10px 25px #0000001a}.login-header.svelte-8ukb9p{text-align:center;margin-bottom:2rem}.login-header.svelte-8ukb9p h1:where(.svelte-8ukb9p){color:#09090b;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.login-header.svelte-8ukb9p p:where(.svelte-8ukb9p){color:#71717a;margin:0;font-size:.875rem}.login-form.svelte-8ukb9p{flex-direction:column;gap:1rem;display:flex}.input-group.svelte-8ukb9p{flex-direction:column;gap:.5rem;display:flex}.input-group.svelte-8ukb9p label:where(.svelte-8ukb9p){color:#374151;font-size:.875rem;font-weight:500}.password-input.svelte-8ukb9p{background:#fff;border:1px solid #e4e4e7;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.password-input.svelte-8ukb9p:focus{border-color:#18181b;outline:none;box-shadow:0 0 0 3px #18181b1a}.password-input.svelte-8ukb9p:disabled{color:#6b7280;cursor:not-allowed;background:#f9fafb}.password-input.svelte-8ukb9p::placeholder{color:#a1a1aa}.error-message.svelte-8ukb9p{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;padding:.75rem;font-size:.875rem}.login-button.svelte-8ukb9p{color:#fff;cursor:pointer;background:#18181b;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:background-color .2s,opacity .2s;display:flex}.login-button.svelte-8ukb9p:hover:not(:disabled){background:#27272a}.login-button.svelte-8ukb9p:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-8ukb9p{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite svelte-8ukb9p-spin}@keyframes svelte-8ukb9p-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-footer.svelte-8ukb9p{text-align:center;border-top:1px solid #e4e4e7;margin-top:1.5rem;padding-top:1.5rem}.login-footer.svelte-8ukb9p p:where(.svelte-8ukb9p){color:#71717a;margin:0;font-size:.75rem}@media (width<=480px){.login-container.svelte-8ukb9p{padding:.5rem}.login-card.svelte-8ukb9p{padding:1.5rem}}:root{--bg:#f3f3f5;--surface:#fff;--border:#e8e8ee;--ink:#17171c;--ink-2:#62626e;--ink-3:#9a9aa6;--accent:#5b50e5;--accent-soft:#efedff;--accent-ink:#4c42c9;--radius-lg:20px;--radius-md:14px;--shadow-card:0 1px 2px #1010180a, 0 12px 32px -16px #1010181a;--font:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{background:var(--bg);min-height:100vh;font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;padding:0}*{box-sizing:border-box}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.loading-container.svelte-12qhfyh{min-height:100vh;color:var(--ink-3);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.loading-container.svelte-12qhfyh .spinner:where(.svelte-12qhfyh){border:3px solid var(--border);border-top:3px solid var(--ink);border-radius:50%;width:32px;height:32px;animation:1s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content.svelte-12qhfyh{min-height:100vh;padding-bottom:4rem;position:relative}.main-content.svelte-12qhfyh:before{content:"";pointer-events:none;background:radial-gradient(720px 340px at 22% -10%,#ffa67047,#0000 65%),radial-gradient(760px 360px at 78% -12%,#7c6cff42,#0000 65%),radial-gradient(900px 420px at 50% -20%,#ffffffe6,#0000 70%);height:460px;position:absolute;top:0;left:0;right:0}.title-section.svelte-12qhfyh{text-align:center;padding:4rem 2rem 2.25rem;position:relative}.title-section.svelte-12qhfyh h1:where(.svelte-12qhfyh){color:var(--ink);letter-spacing:-.035em;margin:0 0 .5rem;font-size:2.375rem;font-weight:650}.subtitle.svelte-12qhfyh{max-width:34rem;color:var(--ink-2);margin:0 auto;font-size:.9875rem;font-weight:450;line-height:1.55}.top-nav.svelte-12qhfyh{justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.nav-link.svelte-12qhfyh{color:var(--ink-2);border:1px solid #0000;border-radius:999px;padding:.4rem 1rem;font-size:.8125rem;font-weight:550;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.nav-link.svelte-12qhfyh:hover{color:var(--ink);background:#ffffffb3}.nav-link.active.svelte-12qhfyh{background:var(--surface);border-color:var(--border);color:var(--ink);box-shadow:var(--shadow-card)}.content-layout.svelte-12qhfyh{align-items:flex-start;gap:2rem;max-width:1100px;margin:0 auto;padding:0 1.25rem;display:flex;position:relative}.content-layout.full-width.svelte-12qhfyh{max-width:980px}.primary-column.svelte-12qhfyh{flex:1;min-width:0}.context-panel.svelte-12qhfyh{flex-direction:column;flex:0 0 320px;gap:1rem;margin-top:.5rem;display:flex;position:sticky;top:2rem}.context-card.svelte-12qhfyh{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.375rem 1.5rem}.context-heading.svelte-12qhfyh{color:var(--ink);letter-spacing:-.01em;margin:0 0 .5rem;font-size:.9375rem;font-weight:650}.context-text.svelte-12qhfyh{color:var(--ink-2);margin:0;font-size:.85rem;font-weight:450;line-height:1.65}.context-card.svelte-12qhfyh strong{color:var(--ink);font-weight:600}@media (width<=900px){.content-layout.svelte-12qhfyh{flex-direction:column}.context-panel.svelte-12qhfyh{flex:auto;width:100%;margin-top:0;position:static;top:auto}}@media (width<=640px){.title-section.svelte-12qhfyh{padding:2.5rem 1.5rem 1.5rem}.title-section.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:1.75rem}.subtitle.svelte-12qhfyh{font-size:.875rem}}
