.sidebar.svelte-6dohdz{width:var(--sidebar-w);background:var(--color-plum);color:var(--color-text-inverse);min-height:100dvh;padding:var(--space-6) var(--space-4);gap:var(--space-6);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0}.backdrop.svelte-6dohdz{background:var(--color-overlay);z-index:40;cursor:pointer;border:none;position:fixed;inset:0}.close.svelte-6dohdz{appearance:none;color:#ffffffb8;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:4px;display:none}.close.svelte-6dohdz:hover{color:var(--color-text-inverse);background:#ffffff14}.brand.svelte-6dohdz{align-items:center;gap:var(--space-2);padding:0 var(--space-2);display:flex}.mark.svelte-6dohdz{background:var(--color-coral);border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 3px #f26b5e38}.wordmark.svelte-6dohdz{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-semi)}.tag.svelte-6dohdz{font-size:var(--text-xs);color:#ffffff8c;text-transform:lowercase;letter-spacing:.04em;margin-left:auto}nav.svelte-6dohdz{flex-direction:column;flex:1;gap:2px;display:flex}.nav-item.svelte-6dohdz{align-items:center;gap:var(--space-3);padding:10px var(--space-3);border-radius:var(--radius-md);color:#ffffffb8;font-size:var(--text-sm);font-weight:var(--weight-medium);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);display:flex}.nav-item.svelte-6dohdz:hover{color:var(--color-text-inverse);background:#ffffff0f}.nav-item.active.svelte-6dohdz{color:var(--color-text-inverse);background:#f26b5e2e}.icon.svelte-6dohdz{width:20px;color:var(--color-coral);justify-content:center;align-items:center;display:inline-flex}.footer.svelte-6dohdz{padding:var(--space-3);font-size:var(--text-xs);color:#ffffff73;justify-content:space-between;align-items:center;gap:var(--space-2);border-top:1px solid #ffffff14;display:flex}@media (width<=1024px){.sidebar.svelte-6dohdz{z-index:50;height:100dvh;transition:transform var(--dur-base) var(--ease-out);box-shadow:var(--shadow-lg);position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar.open.svelte-6dohdz{transform:translate(0)}.close.svelte-6dohdz{justify-content:center;align-items:center;display:inline-flex}.tag.svelte-6dohdz{margin-left:0}}@media (width>=1025px){.backdrop.svelte-6dohdz{display:none}}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(../../../fonts/fraunces-latin-400-normal.woff2)format("woff2")}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(../../../fonts/fraunces-latin-500-normal.woff2)format("woff2")}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../../../fonts/fraunces-latin-600-normal.woff2)format("woff2")}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../../../fonts/fraunces-latin-700-normal.woff2)format("woff2")}:root{--color-coral:#5a85a9;--color-coral-soft:#d7def1;--color-coral-deep:#3d6a8e;--color-plum:#2b3e52;--color-plum-soft:#534b5e;--color-bg:#f3f5f9;--color-surface:#fff;--color-surface-alt:#f9fafc;--color-overlay:#2b3e5273;--color-text:#1e2a3a;--color-text-muted:#6b7384;--color-text-soft:#bfbbcb;--color-text-inverse:#fff;--color-border:#dde1eb;--color-border-soft:#eaedf3;--color-success:#5db79c;--color-success-soft:#e2f1ec;--color-warning:#e8a87c;--color-warning-soft:#fbede0;--color-danger:#c75c5c;--color-danger-soft:#f9e6e2;--color-info:#5a85a9;--color-info-soft:#b1cfeb;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--font-display:"Fraunces", "Cambria", Georgia, serif;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--weight-regular:400;--weight-medium:500;--weight-semi:600;--weight-bold:700;--shadow-sm:0 1px 2px #2b3e520f;--shadow-md:0 6px 18px #2b3e5214;--shadow-lg:0 18px 40px #2b3e521f;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur-fast:.14s;--dur-base:.22s;--sidebar-w:248px;--topbar-h:64px}*{box-sizing:border-box}html,body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;line-height:1.5}body{min-height:100dvh}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--weight-semi);letter-spacing:-.01em;margin:0;line-height:1.15}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-lg)}p{margin:0}a{color:var(--color-plum-soft);font-weight:var(--weight-medium);text-decoration:none}a:hover{color:var(--color-coral)}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}:focus-visible{outline:2px solid var(--color-coral);outline-offset:2px;border-radius:var(--radius-sm)}.stack{gap:var(--space-4);flex-direction:column;display:flex}.row{align-items:center;gap:var(--space-3);display:flex}.muted{color:var(--color-text-muted)}.display{font-family:var(--font-display)}.app.svelte-12qhfyh{background:var(--color-bg);min-height:100dvh;display:flex}.content.svelte-12qhfyh{flex:1;min-width:0}@media (width<=1024px){.content.svelte-12qhfyh{width:100%}}
