:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--ui-bg:#f6f6f4;--ui-surface:#fff;--ui-sunken:#f0f0ed;--ui-ink:#17181b;--ui-ink-2:#4a4d55;--ui-muted:#6b6f78;--ui-line:#e2e2de;--ui-line-strong:#c9c9c3;--ok:#1f6b45;--ok-bg:#e8f3ec;--warn:#8a5a12;--warn-bg:#fbf1e0;--bad:#98221f;--bad-bg:#fbeae9;--radius:3px;--shadow:0 1px 2px #14161a0d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ui-bg:#0f1013;--ui-surface:#17191d;--ui-sunken:#1d2025;--ui-ink:#e8e9ec;--ui-ink-2:#b3b6bd;--ui-muted:#878b94;--ui-line:#262930;--ui-line-strong:#3a3e47;--ok:#7cc79c;--ok-bg:#12271c;--warn:#e0b673;--warn-bg:#2a2113;--bad:#ec9a97;--bad-bg:#2b1514;--shadow:0 1px 2px #0006}}*,:before,:after{box-sizing:border-box}body{background:var(--ui-bg);color:var(--ui-ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.55}a{color:var(--accent);text-underline-offset:3px}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.topbar{z-index:20;background:var(--ui-surface);border-bottom:1px solid var(--ui-line);position:sticky;top:0}.topbar-in{max-width:68rem;padding:var(--space-3) clamp(var(--space-4), 4vw, var(--space-6));align-items:center;gap:var(--space-4);margin:0 auto;display:flex}.brand{letter-spacing:-.015em;color:var(--ui-ink);align-items:center;gap:var(--space-2);font-size:.98rem;font-weight:700;text-decoration:none;display:flex}.brand:hover{color:var(--accent);text-decoration:none}.brand-mark{background:var(--accent);width:1.35rem;height:1.35rem;color:var(--accent-ink);border-radius:2px;flex:none;place-items:center;font-size:.7rem;font-weight:800;display:grid}.topbar .spacer{flex:1}.topnav{gap:var(--space-4);flex-wrap:wrap;font-size:.85rem;display:flex}.topnav a{color:var(--ui-ink-2);text-decoration:none}.topnav a:hover{color:var(--accent);text-decoration:underline}.topbar-link{color:var(--ui-ink-2);font-size:.85rem;font-weight:600;text-decoration:none}.topbar-link:hover{color:var(--accent)}.who{align-items:center;gap:var(--space-3);color:var(--ui-muted);font-size:.82rem;display:flex}.who .email{text-overflow:ellipsis;white-space:nowrap;max-width:16rem;overflow:hidden}main{max-width:68rem;padding:clamp(var(--space-5), 4vw, var(--space-7)) clamp(var(--space-4), 4vw, var(--space-6)) var(--space-7);margin:0 auto}main.narrow{max-width:30rem}.page-head{margin-bottom:var(--space-6)}.page-head.with-action{gap:var(--space-4);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}h1{letter-spacing:-.025em;text-wrap:balance;margin:0;font-size:clamp(1.5rem,3.2vw,1.95rem);line-height:1.14}h2{letter-spacing:-.01em;margin:0 0 var(--space-3);font-size:1.05rem;line-height:1.25}.lede{color:var(--ui-muted);margin:var(--space-2) 0 0;max-width:60ch}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ui-muted);margin:0 0 var(--space-2);font-size:.68rem;font-weight:700}.tiles{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));display:grid}.tile{background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius);padding:var(--space-4);box-shadow:var(--shadow)}.tile .k{letter-spacing:.12em;text-transform:uppercase;color:var(--ui-muted);margin:0;font-size:.68rem;font-weight:700}.tile .v{letter-spacing:-.03em;margin:var(--space-2) 0 0;font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:700;line-height:1.1}.tile.is-live .v{color:var(--ok)}.tile.is-review .v{color:var(--warn)}.panel{background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel-head{justify-content:space-between;align-items:baseline;gap:var(--space-4);padding:var(--space-4);border-bottom:1px solid var(--ui-line);flex-wrap:wrap;display:flex}.panel-head h2{margin:0}.panel-body{padding:var(--space-4)}.section{margin-top:var(--space-6)}.split-panels{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr));align-items:start;display:grid}.rows{flex-direction:column;display:flex}.row{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--ui-line);flex-wrap:wrap;display:flex}.row:last-child{border-bottom:0}.row:hover{background:var(--ui-sunken)}.row-main{flex-direction:column;flex:1;gap:2px;min-width:12rem;display:flex}.row-title{color:var(--ui-ink);font-weight:600;text-decoration:none}.row-title:hover{color:var(--accent)}.row-sub{color:var(--ui-muted);font-size:.78rem}.row-actions{gap:var(--space-3);font-size:.82rem;display:flex}.pill{letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;background:var(--ui-sunken);color:var(--ui-muted);border:1px solid var(--ui-line-strong);border-radius:2px;padding:.2rem .42rem;font-size:.66rem;font-weight:700}.pill.ok{background:var(--ok-bg);color:var(--ok);border-color:#0000}.pill.warn{background:var(--warn-bg);color:var(--warn);border-color:#0000}.pill.bad{background:var(--bad-bg);color:var(--bad);border-color:#0000}.stack{gap:var(--space-5);flex-direction:column;display:flex}.field{flex-direction:column;display:flex}label{margin-bottom:var(--space-2);color:var(--ui-ink);font-size:.82rem;font-weight:600}input[type=text],input[type=email],select,textarea{width:100%;font:inherit;color:var(--ui-ink);background:var(--ui-surface);border:1px solid var(--ui-line-strong);border-radius:var(--radius);padding:.6rem .7rem}input:disabled,select:disabled{background:var(--ui-sunken);color:var(--ui-muted)}input[inputmode=numeric]{letter-spacing:.35em;text-align:center;font-size:1.4rem}.hint{color:var(--ui-muted);margin:var(--space-2) 0 0;font-size:.78rem}button{font:inherit;cursor:pointer;border-radius:var(--radius);background:var(--accent);color:var(--accent-ink);border:1px solid #0000;min-height:38px;padding:.6rem 1rem;font-weight:600}button:hover{filter:brightness(1.08)}button:disabled{opacity:.5;cursor:not-allowed;filter:none}button.secondary{background:var(--ui-surface);color:var(--ui-ink);border-color:var(--ui-line-strong)}button.secondary:hover{background:var(--ui-sunken);filter:none}button.danger{background:var(--bad);color:#fff}button.link{color:var(--ui-muted);background:0 0;border:0;min-height:0;padding:0;font-size:.82rem;font-weight:500;text-decoration:underline}button.link:hover{color:var(--accent);filter:none}button.block{width:100%}form.inline{display:inline}.learning-row{align-items:flex-start}.learning-row .row-actions{flex-direction:column}.notice{padding:var(--space-3) var(--space-4);border-radius:var(--radius);margin-bottom:var(--space-5);font-size:.9rem}.notice.ok{background:var(--ok-bg);color:var(--ok)}.notice.bad{background:var(--bad-bg);color:var(--bad)}.notice.warn{background:var(--warn-bg);color:var(--warn)}.notice p{margin:0}.notice p+p{margin-top:var(--space-2)}.empty{padding:var(--space-6) var(--space-4);text-align:center;color:var(--ui-muted)}.empty p{margin:0 0 var(--space-4)}.note{color:var(--ui-muted);margin-top:var(--space-5);font-size:.85rem}.note a{font-weight:500}.detail-list{padding:var(--space-4)}.detail-list>:first-child{margin-top:0}.detail-list>:last-child{margin-bottom:0}.timeline{flex-direction:column;display:flex}.timeline-item{padding:var(--space-4);border-bottom:1px solid var(--ui-line)}.timeline-item:last-child{border-bottom:0}.timeline-item.outbound{border-left:3px solid var(--accent)}.timeline-item h3{margin:var(--space-1) 0 var(--space-2);font-size:1rem}.timeline-item p{max-width:72ch}pre{white-space:pre-wrap;overflow-wrap:anywhere;margin:var(--space-3) 0 0;padding:var(--space-3);border-radius:var(--radius);background:var(--ui-sunken);color:var(--ui-ink-2);font:.78rem/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.mail-body{color:var(--ui-ink);background:0 0;padding:0;font-family:inherit;font-size:.9rem}.instruction{padding:var(--space-4)}.instruction pre{max-height:34rem;overflow:auto}details summary{cursor:pointer;color:var(--ui-muted);font-size:.82rem}.choices{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));display:grid}.choice{gap:var(--space-2);text-align:left;background:var(--ui-surface);color:var(--ui-ink);border:1px solid var(--ui-line-strong);padding:var(--space-5);filter:none;flex-direction:column;min-height:0;font-weight:400;display:flex}.choice:hover{border-color:var(--accent);background:var(--ui-surface);filter:none}.choice strong{font-size:1.02rem}.choice span{color:var(--ui-ink-2);font-size:.86rem}.choice em{letter-spacing:.1em;text-transform:uppercase;color:var(--ui-muted);margin-top:var(--space-1);font-size:.7rem;font-style:normal;font-weight:700}.editor-shell{border:1px solid var(--ui-line-strong);border-radius:var(--radius);background:var(--ui-surface);overflow:hidden}.editor-bar{padding:var(--space-2);border-bottom:1px solid var(--ui-line);background:var(--ui-sunken);flex-wrap:wrap;gap:2px;display:flex}.editor-bar button{min-width:2rem;min-height:30px;color:var(--ui-ink-2);background:0 0;border-radius:2px;padding:.25rem .5rem;font-size:.85rem}.editor-bar button:hover{background:var(--ui-surface);filter:none}.editor-bar button.on{background:var(--accent);color:var(--accent-ink)}.prose-input{padding:var(--space-4);outline:none;min-height:16rem}.prose-input p{margin:0 0 .85rem}.prose-input h2{margin:1.3rem 0 .5rem;font-size:1.25rem}.prose-input h3{margin:1rem 0 .4rem;font-size:1.05rem}.prose-input ul,.prose-input ol{margin:0 0 .85rem;padding-left:1.3rem}.prose-input blockquote{border-left:2px solid var(--accent);color:var(--ui-ink-2);margin:1rem 0;padding-left:.9rem}.prose-input img{border:1px solid var(--ui-line);max-width:100%;height:auto;margin:1rem 0}.prose-input a{color:var(--accent)}.picker{gap:var(--space-2);flex-direction:column;display:flex}.picker-preview{margin:var(--space-2) 0 0;border:1px solid var(--ui-line-strong);border-radius:var(--radius);background:var(--ui-sunken);overflow:hidden}.picker-preview img{width:100%;height:auto;display:block}.picker-preview figcaption{color:var(--ui-muted);padding:var(--space-2) var(--space-3);border-top:1px solid var(--ui-line);font-size:.74rem}.picker .error{color:var(--bad);margin:var(--space-2) 0 0;font-size:.84rem}.verdict{border:1px solid var(--ui-line-strong);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--ui-surface);padding:var(--space-4);margin-bottom:var(--space-5)}.verdict-main{margin:0;font-size:1.02rem}.verdict-sub{margin:var(--space-1) 0 0;color:var(--ui-muted);font-size:.86rem}.ladder{gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;align-items:center;display:flex}.ladder-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ui-muted);font-size:.68rem;font-weight:700}.ladder-buttons{gap:var(--space-2);flex-wrap:wrap;display:flex}.ladder button{background:var(--ui-surface);min-height:34px;color:var(--ui-ink);border-color:var(--ui-line-strong);font-variant-numeric:tabular-nums;padding:.4rem .75rem;font-size:.86rem}.ladder button.on{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.stage{border:1px solid var(--ui-line-strong);border-radius:var(--radius);background:#fff;overflow:hidden}.stage iframe{border:0;width:100%;height:76vh;min-height:30rem;display:block}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
