:root{color-scheme:dark;--color-bg: #131118;--color-surface: #1c1a24;--color-surface-2: #262330;--color-border: #322e3d;--color-border-strong: #453f57;--color-text: #ece9f1;--color-text-muted: #9a94ac;--color-accent: #7c5cff;--color-accent-hover: #9277ff;--color-accent-contrast: #ffffff;--color-accent-soft: rgba(124, 92, 255, .14);--color-danger: #ff6b6b;--color-success: #4ade80;--color-focus: #b9a6ff;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, monospace;--text-xs: .78rem;--text-sm: .9rem;--text-base: 1rem;--text-lg: 1.15rem;--text-xl: 1.4rem;--text-2xl: 1.8rem;--leading: 1.55;--weight-normal: 400;--weight-medium: 500;--weight-bold: 650;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-full: 999px;--shadow-1: 0 1px 2px rgba(0, 0, 0, .3);--shadow-2: 0 8px 30px rgba(0, 0, 0, .35);--ring: 0 0 0 3px var(--color-accent-soft), 0 0 0 1px var(--color-focus);--content-max: 40rem;--duration: .14s}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted)}.intake-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.desktop-only{display:none}@media (min-width: 640px){.desktop-only{display:revert}}.progress{display:flex;align-items:center;gap:var(--space-3);flex:1;max-width:60%}.progress-track{flex:1;height:6px;background:var(--color-surface-2);border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;background:var(--color-accent);border-radius:var(--radius-full);transition:width var(--duration)}.question-text{font-size:var(--text-xl)}@media (min-width: 640px){.question-text{font-size:var(--text-2xl)}}.question-sub{margin-top:calc(-1 * var(--space-2))}.option-list{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.counter{color:var(--color-text-muted);font-size:var(--text-sm)}.option{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--duration),background var(--duration);text-align:left;width:100%;color:inherit;font:inherit}.option:hover{border-color:var(--color-border-strong)}.option[data-selected=true]{border-color:var(--color-accent);background:var(--color-accent-soft)}.option[data-disabled=true]{opacity:.45;cursor:not-allowed}.option-control{margin-top:.2em;width:1.15rem;height:1.15rem;accent-color:var(--color-accent);flex-shrink:0}.option-body{display:flex;flex-direction:column;gap:2px}.option-label{font-weight:var(--weight-medium)}.option-hint{color:var(--color-text-muted);font-size:var(--text-sm)}.option-add{justify-content:space-between;align-items:center}.option-plus{font-size:var(--text-xl);color:var(--color-accent)}.points-remaining{position:sticky;top:0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-weight:var(--weight-medium);z-index:1}.points-remaining.is-ok{color:var(--color-success);background:#4ade801f}.points-remaining.is-todo{color:var(--color-text);background:var(--color-surface-2)}.points-row{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.points-controls{display:flex;align-items:center;gap:var(--space-3)}.points-slider{flex:1;accent-color:var(--color-accent)}.stepper{display:flex;align-items:center;gap:var(--space-2);margin-left:auto}.stepper-btn{min-height:40px;min-width:40px;padding:0;display:grid;place-items:center;font-size:var(--text-lg)}.points-number{width:4rem;text-align:center}.rank-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.rank-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md)}.rank-num{display:grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:var(--radius-full);background:var(--color-accent);color:var(--color-accent-contrast);font-weight:var(--weight-bold);flex-shrink:0}.rank-label{flex:1;font-weight:var(--weight-medium)}.rank-actions{display:flex;gap:var(--space-1)}.dna-block{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md)}.dna-num{font-weight:var(--weight-bold);color:var(--color-accent)}.field-label{font-size:var(--text-sm);font-weight:var(--weight-medium)}.overview-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.overview-item{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;color:inherit;font:inherit;text-align:left}.overview-item:hover{border-color:var(--color-border-strong)}.overview-status{display:grid;place-items:center;width:1.6rem;height:1.6rem;border-radius:var(--radius-full);font-weight:var(--weight-bold);flex-shrink:0}.overview-status.state-ok{color:var(--color-success);background:#4ade801f}.overview-status.state-warn{color:#ffcf5c;background:#ffcf5c24}.overview-status.state-empty{color:var(--color-text-muted);background:var(--color-surface)}.overview-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.overview-name{font-weight:var(--weight-medium)}.overview-summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-edit{flex-shrink:0;font-size:var(--text-sm)}.intake-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3);margin-top:var(--space-2)}.save-indicator{text-align:center;font-size:var(--text-sm)}.conv-badge{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-medium);padding:2px var(--space-3);border-radius:var(--radius-full);background:var(--color-surface-2)}.conv-dot{width:.7rem;height:.7rem;border-radius:var(--radius-full);background:var(--color-border-strong)}.conv-green .conv-dot{background:var(--color-success)}.conv-amber .conv-dot{background:#ffcf5c}.conv-red .conv-dot{background:var(--color-danger)}.agg-bar{display:grid;grid-template-columns:10rem 1fr 2rem;align-items:center;gap:var(--space-3);padding:3px 0}.agg-bar-label{font-size:var(--text-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agg-mine-tag{color:var(--color-accent);font-weight:var(--weight-bold);font-size:var(--text-xs);margin-left:var(--space-1)}.agg-bar-track{position:relative;height:12px;background:var(--color-surface-2);border-radius:var(--radius-full);overflow:hidden}.agg-bar-fill{position:absolute;inset:0 auto 0 0;background:var(--color-accent);border-radius:var(--radius-full)}.agg-bar-band{position:absolute;top:0;bottom:0;background:var(--color-border-strong);opacity:.5}.agg-bar-mine .agg-bar-fill{background:var(--color-accent-hover)}.agg-bar-val{text-align:right;font-size:var(--text-sm);color:var(--color-text-muted)}.rank-result{margin:0;padding-left:1.4rem}.rank-result li{padding:2px 0}.cluster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:var(--space-3)}.cluster-card{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3)}.cluster-head{display:flex;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-1)}.cluster-name{font-weight:var(--weight-medium)}.cluster-count{color:var(--color-accent);font-weight:var(--weight-bold)}.reveal-q{padding:var(--space-4) 0;border-bottom:1px solid var(--color-border)}.reveal-q-title{font-size:var(--text-lg);margin-bottom:var(--space-3)}.kompas{width:100%;max-width:320px}.kompas-ring{fill:none;stroke:var(--color-border);stroke-width:1}.kompas-axis{stroke:var(--color-border);stroke-width:1}.kompas-band{stroke:var(--color-accent-hover);stroke-width:6;stroke-linecap:round;opacity:.55}.kompas-value{fill:var(--color-accent-soft);stroke:var(--color-accent);stroke-width:2}.kompas-label{fill:var(--color-text-muted);font-size:11px}.graph-shell{width:100%;max-width:72rem;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4) 0;flex:1}.graph-canvas{display:grid;grid-template-columns:1fr;gap:var(--space-3);flex:1;min-height:60vh}@media (min-width: 860px){.graph-canvas{grid-template-columns:1fr 22rem}}.graph-svg{width:100%;height:100%;min-height:50vh;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);touch-action:none;cursor:grab}.graph-edge-dep{stroke:var(--color-border);stroke-width:1;opacity:.5}.graph-edge-tension{stroke-width:2;stroke-dasharray:6 4;fill:none}.tension-hard{stroke:var(--color-danger)}.tension-warn{stroke:#ffcf5c}.graph-node{cursor:pointer}.graph-node-tension{fill:none;stroke:var(--color-danger);stroke-width:1.5;stroke-dasharray:3 3}.graph-node-sel{stroke:var(--color-accent);stroke-width:3}.graph-badge{fill:var(--color-accent)}.graph-badge-text{fill:#fff;font-size:9px;font-weight:700}.graph-node-label{fill:var(--color-text-muted);font-size:9px;pointer-events:none}.graph-detail{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);overflow-y:auto;max-height:70vh}.graph-detail-q{font-weight:var(--weight-medium)}.graph-thread-placeholder{border-top:1px dashed var(--color-border);padding-top:var(--space-3);font-size:var(--text-sm)}.thread{display:flex;flex-direction:column;gap:var(--space-3)}.thread-compact{gap:var(--space-2)}.thread-empty{font-style:italic}.thread-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.thread-item{display:flex;flex-direction:column;gap:var(--space-2)}.thread-reply{margin-left:var(--space-4)}.thread-bubble{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3)}.thread-bubble-mine{border-color:var(--color-accent-soft);background:var(--color-accent-soft)}.thread-meta{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2)}.thread-author{font-weight:var(--weight-medium);font-size:var(--text-sm)}.thread-time{font-size:var(--text-xs)}.thread-body{margin:var(--space-1) 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.thread-reply-btn{align-self:flex-start;padding:var(--space-1) var(--space-3);min-height:0}.thread-compose{display:flex;flex-direction:column;gap:var(--space-2)}.thread-reply-compose{margin-left:var(--space-4)}.stijl-live{border-top:1px solid var(--color-border);padding-top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.stijl-thread>summary{cursor:pointer;color:var(--color-text-muted);font-size:var(--text-sm)}.stijl-jumplist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.stijl-jump{justify-content:space-between;width:100%}.stijl-dot{width:10px;height:10px;border-radius:var(--radius-full);border:2px solid var(--color-border-strong)}.stijl-dot.done{background:var(--color-success);border-color:var(--color-success)}.moodboard-shell{max-width:60rem}.mood-add .input{width:100%}.mood-tags{display:flex;flex-wrap:wrap;gap:var(--space-2)}.mood-tag{border:1px solid var(--color-border-strong);background:transparent;color:var(--color-text-muted);border-radius:var(--radius-full);padding:var(--space-1) var(--space-3);cursor:pointer;font-size:var(--text-sm)}.mood-tag.on{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.mood-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media (min-width: 560px){.mood-grid{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.mood-grid{grid-template-columns:1fr 1fr 1fr}}.mood-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);display:flex;flex-direction:column}.mood-media{display:block;aspect-ratio:16 / 9;background:var(--color-surface-2);overflow:hidden}.mood-media img{width:100%;height:100%;object-fit:cover}.mood-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2)}.mood-kind{font-size:2rem}.mood-domain{color:var(--color-text-muted);font-size:var(--text-sm)}.mood-body{padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.mood-title{font-weight:var(--weight-medium);color:var(--color-text);text-decoration:none;overflow-wrap:anywhere}.mood-note{margin:0}.mood-taglist{display:flex;flex-wrap:wrap;gap:var(--space-1)}.mood-taglet{font-size:var(--text-xs);color:var(--color-accent)}.mood-foot{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.mood-mini{min-height:0;padding:var(--space-1) var(--space-2);font-size:var(--text-sm)}.gesprek-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.gesprek-item{padding:0;overflow:hidden}.gesprek-head{width:100%;display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);background:transparent;border:none;color:var(--color-text);cursor:pointer;padding:var(--space-4);text-align:left}.gesprek-title{display:flex;align-items:center;gap:var(--space-2);font-weight:var(--weight-medium)}.gesprek-kind{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:0 var(--space-1)}.gesprek-unread{width:9px;height:9px;border-radius:var(--radius-full);background:var(--color-accent);flex:none}.gesprek-body{padding:0 var(--space-4) var(--space-4)}.kwesties-shell{max-width:46rem}.kwesties-version{font-size:var(--text-sm)}.budget-bar{display:flex;flex-direction:column;gap:var(--space-2);position:sticky;top:var(--space-2);z-index:2}.budget-head{display:flex;justify-content:space-between;align-items:baseline}.budget-empty{color:var(--color-danger)}.budget-track{height:8px;background:var(--color-surface-2);border-radius:var(--radius-full);overflow:hidden}.budget-fill{height:100%;background:var(--color-accent)}.kwestie-cards{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.kwestie-card{cursor:pointer;display:flex;flex-direction:column;gap:var(--space-2)}.kwestie-card-head{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.kwestie-type{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-sm);padding:0 var(--space-2);border:1px solid var(--color-border-strong)}.type-split{color:#ffcf5c;border-color:#ffcf5c}.type-incoherence{color:var(--color-danger);border-color:var(--color-danger)}.kwestie-desc{margin:0}.kwestie-detail-title{font-size:var(--text-xl)}.kwestie-mini{display:flex;flex-direction:column;gap:var(--space-1)}.kwestie-mini-row{display:grid;grid-template-columns:8rem 1fr 2.5rem;align-items:center;gap:var(--space-2)}.kwestie-mini-label{font-size:var(--text-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kwestie-mini-track{height:6px;background:var(--color-surface-2);border-radius:var(--radius-full);overflow:hidden}.kwestie-mini-fill{height:100%;background:var(--color-accent)}.kwestie-mini-val{text-align:right;font-size:var(--text-sm)}.kwestie-card-foot{margin:0;font-size:var(--text-sm)}.kwestie-axis{border-left:2px solid var(--color-border);padding-left:var(--space-3)}.kwestie-axis-name{font-weight:var(--weight-medium);margin:0 0 var(--space-2)}.direction{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.direction-head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2)}.direction-label{font-weight:var(--weight-medium)}.direction-total{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:var(--text-sm);padding:0}.direction-vote{display:flex;align-items:center;gap:var(--space-3)}.direction-mine{font-variant-numeric:tabular-nums;min-width:5rem;text-align:center}.direction-cost{font-size:var(--text-sm)}.pusher-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.pusher-list li{display:flex;justify-content:space-between;font-size:var(--text-sm)}.argument-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.argument{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3)}.argument p{margin:var(--space-1) 0 0;overflow-wrap:anywhere}.argument-meta{display:flex;align-items:baseline;gap:var(--space-2)}.argument-dir{font-size:var(--text-xs);color:var(--color-accent);border:1px solid var(--color-accent-soft);border-radius:var(--radius-sm);padding:0 var(--space-1)}.argument-compose select.input{width:100%}.revote{border-top:1px solid var(--color-border);padding-top:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2)}.revote-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.revote-name{font-weight:var(--weight-medium)}.revote-current{margin:0}.revote-was{font-style:italic}.review-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.review-item{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.review-desc{margin:0}.review-dims{margin:0;font-size:var(--text-sm)}.graph-toggle-on{border-color:var(--color-accent);color:var(--color-accent)}.graph-move{fill:none;stroke:var(--color-accent);stroke-width:3;stroke-linecap:round}.graph-issue-marker{cursor:pointer}.graph-issue-marker circle{fill:var(--color-danger)}.graph-issue-marker text{fill:#fff;font-size:9px;font-weight:var(--weight-bold)}.graph-thread>summary{cursor:pointer;color:var(--color-text-muted);font-size:var(--text-sm)}.besluiten-shell{max-width:46rem}.dekking{display:flex;flex-direction:column;gap:var(--space-2)}.dekking-head{display:flex;justify-content:space-between;align-items:baseline}.dekking-track{height:8px;background:var(--color-surface-2);border-radius:var(--radius-full);overflow:hidden}.dekking-fill{height:100%;background:var(--color-success)}.besluit-sectie{font-size:var(--text-lg)}.besluit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.besluit-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.besluit-row:hover{border-color:var(--color-border-strong)}.besluit-naam{font-weight:var(--weight-medium)}.besluit-status{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-sm);padding:0 var(--space-2);border:1px solid var(--color-border-strong);white-space:nowrap}.st-besloten{color:var(--color-success);border-color:var(--color-success)}.st-openlaten{color:#ffcf5c;border-color:#ffcf5c}.st-open{color:var(--color-text-muted)}.besluit-title{font-size:var(--text-xl)}.besluit-stem,.besluit-args{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.besluit-stem li{display:flex;justify-content:space-between;font-size:var(--text-sm)}.besluit-args li{font-size:var(--text-sm)}.besluit-huidig{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.besluit-form{border-top:1px solid var(--color-border);padding-top:var(--space-3)}.besluit-toggle{display:flex;align-items:center;gap:var(--space-2)}.besluit-form select.input,.besluit-form textarea.input{width:100%}.prompt-shell{max-width:52rem}.prompt-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap}.prompt-titel{font-size:var(--text-xl)}.prompt-toc ol{margin:var(--space-2) 0 0;padding-left:var(--space-5);display:flex;flex-direction:column;gap:var(--space-1)}.prompt-toc li{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.prompt-toc a{color:var(--color-text);text-decoration:none;display:flex;align-items:center;gap:var(--space-2)}.prompt-toc a:hover{color:var(--color-accent)}.prompt-changed{width:8px;height:8px;border-radius:var(--radius-full);background:var(--color-accent);flex:none}.prompt-status{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.prompt-status.st-definitief{color:var(--color-success)}.prompt-sec{scroll-margin-top:var(--space-4)}.prompt-sec-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap}.prompt-sec-head h2{font-size:var(--text-lg)}.prompt-versel{min-height:0;padding:var(--space-1) var(--space-2);font-size:var(--text-sm);width:auto}.prompt-manual{font-style:italic;margin:0}.prompt-edit{width:100%;font-family:var(--font-mono);font-size:var(--text-sm)}.prompt-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:var(--text-sm);line-height:var(--leading);background:var(--color-surface-2);border-radius:var(--radius-md);padding:var(--space-3);margin-top:var(--space-2)}.slot-shell{max-width:46rem}.slot-hero{text-align:center;display:flex;flex-direction:column;gap:var(--space-3);align-items:center}.slot-titel{font-size:var(--text-2xl)}.slot-hero .btn-row{flex-wrap:wrap;justify-content:center}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.2;font-weight:var(--weight-bold)}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}a{color:var(--color-accent)}:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}.muted{color:var(--color-text-muted);font-size:var(--text-sm)}.error{color:var(--color-danger)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}main{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:var(--space-4)}.shell{width:100%;max-width:var(--content-max);display:flex;flex-direction:column;gap:var(--space-5);padding-block:var(--space-5);flex:1}@media (min-width: 640px){main{padding:var(--space-6)}.shell{padding-block:var(--space-7);gap:var(--space-6)}}.card{width:100%;max-width:var(--content-max);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-2)}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-weight:var(--weight-medium);padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:background var(--duration),border-color var(--duration),opacity var(--duration);min-height:44px}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:var(--color-accent-contrast)}.btn-primary:not(:disabled):hover{background:var(--color-accent-hover)}.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}.btn-ghost:not(:disabled):hover{background:var(--color-surface-2)}.btn-row{display:flex;gap:var(--space-3);align-items:center}.stack{display:flex;flex-direction:column;gap:var(--space-4)}.stack-sm{display:flex;flex-direction:column;gap:var(--space-2)}.input,textarea.input{width:100%;font:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:var(--space-3)}textarea.input{resize:vertical;min-height:6rem}.input::placeholder{color:var(--color-text-muted)}code{font-family:var(--font-mono);background:var(--color-surface-2);padding:.1em .4em;border-radius:var(--radius-sm);font-size:.9em}
