:root{color-scheme:dark;--bg: #0B0D10;--surface: #14171C;--surface-2: #1C2027;--surface-3: #242932;--border: #242932;--border-strong: #2E343F;--fg: #ECEEF1;--fg-muted: #8B93A1;--fg-dim: #5C6472;--accent: #B9C9A6;--accent-2: #D9E4C8;--accent-fg: #11160F;--warm: #E8825A;--warm-fg: #1B0E08;--success: #6FBF73;--danger: #E36A6A;--warn: #E2B259;--r-xl: 28px;--r-lg: 20px;--r: 14px;--r-sm: 10px;--r-pill: 999px;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: "Instrument Serif", ui-serif, Georgia, serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--t-fast: .12s cubic-bezier(.2, .7, .2, 1);--t: .18s cubic-bezier(.2, .7, .2, 1);--color-bg: var(--bg);--color-fg: var(--fg);--color-muted: var(--fg-muted);--color-border: var(--border);--color-surface: var(--surface);--color-accent: var(--accent);--color-success: var(--success);--color-warn: var(--warn);--color-danger: var(--danger);--radius: var(--r);--radius-sm: var(--r-sm)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11"}body{background:radial-gradient(1200px 600px at 80% -10%,rgba(185,201,166,.06),transparent 60%),radial-gradient(900px 500px at -10% 110%,rgba(232,130,90,.04),transparent 60%),var(--bg);min-height:100vh}::selection{background:var(--accent);color:var(--accent-fg)}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:600;letter-spacing:-.02em;line-height:1.15}h1{font-size:clamp(2rem,4.5vw,3rem)}h2{font-size:1.35rem}h3{font-size:1.05rem}h1 em,h2 em,h3 em,.serif{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.01em;color:inherit}p{margin:0 0 .75rem}a{color:var(--fg);text-decoration:none;border-bottom:1px solid transparent;transition:color var(--t-fast),border-color var(--t-fast)}a:hover{border-bottom-color:var(--fg-muted)}button{cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;padding:.75rem 1.25rem;min-height:44px;border-radius:var(--r-pill);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--fg);transition:background var(--t-fast),border-color var(--t-fast),color var(--t-fast),transform var(--t-fast);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;white-space:nowrap}button:hover:not(:disabled){background:var(--surface-3);border-color:var(--fg-dim)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button.primary{background:var(--fg);color:var(--bg);border-color:var(--fg);font-weight:600}button.primary:hover:not(:disabled){background:#fff;border-color:#fff}button.accent{background:var(--accent);color:var(--accent-fg);border-color:var(--accent);font-weight:600}button.accent:hover:not(:disabled){background:var(--accent-2);border-color:var(--accent-2)}button.danger{background:transparent;color:var(--danger);border-color:#e36a6a66}button.danger:hover:not(:disabled){background:#e36a6a14;border-color:var(--danger)}button.ghost{background:transparent;border-color:transparent;color:var(--fg-muted);min-height:36px;padding:.4rem .8rem}button.ghost:hover:not(:disabled){background:var(--surface-2);color:var(--fg);border-color:transparent}button.sm{padding:.35rem .75rem;min-height:32px;font-size:.85rem}input[type=text],input[type=number],input[type=date],input[type=email],select,textarea{font-family:inherit;font-size:.95rem;padding:.85rem 1rem;min-height:48px;border-radius:var(--r-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--fg);width:100%;transition:border-color var(--t-fast),background var(--t-fast)}input::placeholder,textarea::placeholder{color:var(--fg-dim)}input:hover,select:hover,textarea:hover{border-color:var(--fg-dim)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);background:var(--surface)}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%238B93A1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}label{display:block;font-size:.78rem;font-weight:500;margin-bottom:.4rem;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;margin-bottom:1rem}.card-soft{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);padding:1rem}.muted{color:var(--fg-muted)}.small{font-size:.85rem}.tabular{font-variant-numeric:tabular-nums}.error-msg{background:#e36a6a14;border:1px solid rgba(227,106,106,.3);color:var(--danger);padding:.85rem 1rem;border-radius:var(--r-sm);margin:.5rem 0;font-size:.9rem}.warn-msg{background:#e2b25914;border:1px solid rgba(226,178,89,.3);color:var(--warn);padding:.85rem 1rem;border-radius:var(--r-sm);margin:.5rem 0;font-size:.9rem}.row{display:flex;gap:.5rem;align-items:center}.row>*{flex:1}.stack{display:flex;flex-direction:column;gap:1rem}.code-block{font-family:var(--font-mono);font-size:.8rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:.85rem 1rem;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;color:var(--fg)}.chip{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.78rem;font-weight:500;border-radius:var(--r-pill);background:var(--surface-2);color:var(--fg-muted);border:1px solid var(--border);line-height:1.4}.chip.accent{background:#b9c9a61f;color:var(--accent);border-color:#b9c9a640}.chip.warn{background:#e2b2591a;color:var(--warn);border-color:#e2b25940}.chip.danger{background:#e36a6a1a;color:var(--danger);border-color:#e36a6a40}.chip.success{background:#6fbf731a;color:var(--success);border-color:#6fbf7340}.avatar{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:999px;background:var(--surface-3);color:var(--fg);font-size:.78rem;font-weight:600;letter-spacing:.02em;flex-shrink:0}.avatar.lg{width:44px;height:44px;font-size:.95rem}.avatar.sm{width:24px;height:24px;font-size:.7rem}.pill-tabs{display:inline-flex;gap:.25rem;padding:.3rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-pill);overflow-x:auto;max-width:100%}.pill-tabs button{background:transparent;border:1px solid transparent;color:var(--fg-muted);border-radius:var(--r-pill);padding:.5rem 1.05rem;min-height:36px;font-size:.9rem;font-weight:500}.pill-tabs button:hover:not(.active):not(:disabled){color:var(--fg);background:transparent;border-color:transparent}.pill-tabs button.active{background:var(--fg);color:var(--bg);border-color:var(--fg);font-weight:600}hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;max-width:920px;margin:0 auto;padding:1rem 1.25rem 2rem}.header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0 2.5rem}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit;border-bottom:none}.logo.svelte-12qhfyh:hover{border-bottom:none}.logo-mark.svelte-12qhfyh{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--accent);color:var(--accent-fg);font-weight:700;font-size:18px;font-family:var(--font-serif);font-style:italic}.logo-text.svelte-12qhfyh{font-weight:600;font-size:1.1rem;letter-spacing:-.02em}.logo-text.svelte-12qhfyh em{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--accent);margin-left:1px}.nav-link.svelte-12qhfyh{color:var(--fg-muted);font-size:.9rem;padding:.5rem .9rem;border-radius:var(--r-pill);border:1px solid var(--border);background:var(--surface-2);border-bottom:1px solid var(--border)}.nav-link.svelte-12qhfyh:hover{color:var(--fg);background:var(--surface-3);border-color:var(--fg-dim)}.main.svelte-12qhfyh{flex:1}.footer.svelte-12qhfyh{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center}.footer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.4rem 0}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--fg-muted)}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--fg)}
