:root{--bg:#f6f4ef;--surface:#fff;--surface-2:#efece5;--border:#e0dbd0;--text:#1f1e1a;--muted:#6c685e;--accent:#1f5f6b;--accent-hover:#184c56;--accent-soft:#dceef0;--danger:#b3372b;--danger-soft:#f8e1dd;--radius:14px;--radius-sm:9px;--shadow:0 1px 2px #0000000a, 0 6px 20px #1e190a0f;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*{box-sizing:border-box}html{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%}body{min-height:100dvh;margin:0;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .5rem;font-weight:650;line-height:1.2}h1{font-size:clamp(1.6rem,4vw,2.2rem)}h2{font-size:1.25rem}h3{font-size:1.05rem}p{margin:0 0 1rem}.container{width:min(100% - 2rem,960px);margin-inline:auto}main.page{grid-template-columns:minmax(1rem,1fr) min(100% - 2rem,960px) minmax(1rem,1fr);align-content:start;display:grid}main.page>*{grid-column:2;min-width:0}main.page>.full-bleed{grid-column:1/-1;min-width:0;padding-inline:1rem}.muted{color:var(--muted)}.small{font-size:.875rem}.btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex}.btn:hover{background:var(--surface-2);text-decoration:none}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-danger{color:var(--danger);border-color:var(--danger-soft);background:var(--danger-soft)}.btn-danger:hover{background:#f2cfc9}.btn-sm{min-height:36px;padding:.35rem .8rem;font-size:.875rem}.btn-block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.card-link{color:inherit;transition:transform .12s,border-color .12s;display:block}.card-link:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-2px)}.grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.choice{border-radius:var(--radius);border:2px solid var(--border);background:var(--surface);width:100%;min-height:64px;color:var(--text);font:inherit;text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.85rem 1rem;transition:border-color .12s,background .12s;display:flex}.choice:hover{border-color:var(--accent)}.choice[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.choice:disabled{opacity:.45;cursor:not-allowed}.choice strong{font-size:1.05rem}.pills{flex-wrap:wrap;gap:.5rem;display:flex}.pill{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--text);font:inherit;cursor:pointer;border-radius:999px;padding:.4rem .95rem;font-weight:600}.pill[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff}label{margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.input,input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),textarea,select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:44px;font:inherit;color:var(--text);padding:.55rem .8rem}textarea{resize:vertical;min-height:96px}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid var(--accent-soft);outline-offset:1px;border-color:var(--accent)}.field{margin-bottom:1rem}.row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.row-between{justify-content:space-between}.stack{flex-direction:column;gap:1rem;display:flex}.alert{border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);margin-bottom:1rem;padding:.75rem 1rem}.alert-ok{background:var(--accent-soft);color:var(--accent)}.badge{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:.1rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-ok{background:var(--accent-soft);color:var(--accent)}.badge-danger{background:var(--danger-soft);color:var(--danger)}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.6rem .5rem}th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.8rem}hr{border:0;border-top:1px solid var(--border);margin:1.5rem 0}.site-header.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding:.75rem 0}.brand.svelte-12qhfyh{color:var(--text);font-size:1.15rem;font-weight:700}.brand.svelte-12qhfyh:hover{color:var(--accent);text-decoration:none}.nav.svelte-12qhfyh{gap:.5rem}.user.svelte-12qhfyh .name:where(.svelte-12qhfyh){text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}main.svelte-12qhfyh{padding-bottom:8rem}@media (width<=480px){.user.svelte-12qhfyh .name:where(.svelte-12qhfyh){display:none}}
