:root{--zs-accent:var(--st-primary,#f90);--zs-on-accent:var(--st-on-primary,#1a1a1a);--zs-text:var(--st-text,#1a1a1a);--zs-muted:#5b5b5b;--zs-bg:#fff;--zs-surface:#f7f5f2;--zs-border:#e0dcd6;--zs-radius:12px;--zs-tap:48px}*{box-sizing:border-box}html,body{background:var(--zs-bg);color:var(--zs-text);font-family:var(--st-font-body,system-ui, -apple-system, "Segoe UI", sans-serif);margin:0;padding:0;font-size:17px;line-height:1.6}h1,h2,h3{font-family:var(--st-font-heading,inherit);margin:0 0 .5em;line-height:1.25}.zs-shell{max-width:640px;margin:0 auto;padding:1.25rem 1rem 4rem}.zs-tagline{color:var(--zs-muted);margin-top:-.25rem}.zs-lang-list{gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.zs-lang-button{width:100%;min-height:var(--zs-tap);text-align:start;background:var(--zs-surface);color:var(--zs-text);border:2px solid var(--zs-border);border-radius:var(--zs-radius);cursor:pointer;padding:.9rem 1rem;font-size:1.15rem}.zs-lang-button:hover{border-color:var(--zs-accent)}.zs-lang-button[aria-current=true]{border-color:var(--zs-accent);background:var(--zs-bg);font-weight:600}:focus-visible{outline-offset:2px;outline:3px solid #1a1a1a}.zs-notice{background:var(--zs-surface);border-inline-start:4px solid var(--zs-accent);border-radius:var(--zs-radius);margin:1rem 0;padding:.75rem 1rem;font-size:.95rem}.zs-emergency{border-radius:var(--zs-radius);border:2px solid #b3261e;margin-top:2rem;padding:.9rem 1rem}.zs-emergency h2{color:#b3261e;margin:0 0 .25rem;font-size:1rem}.zs-button-primary,.zs-button-quiet,.zs-button-danger{min-height:var(--zs-tap);border-radius:var(--zs-radius);cursor:pointer;justify-content:center;align-items:center;padding:0 1.1rem;font-family:inherit;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex}.zs-button-primary{background:var(--zs-accent);color:var(--zs-on-accent);border:none}.zs-button-quiet{background:var(--zs-bg);color:var(--zs-text);border:2px solid var(--zs-border)}.zs-button-danger{background:var(--zs-bg);color:#b3261e;border:2px solid #b3261e}.zs-actions{flex-wrap:wrap;gap:.75rem;margin:1.25rem 0;display:flex}.zs-fieldset{border:none;margin:1.5rem 0;padding:0}.zs-fieldset legend{font-size:1.15rem;font-weight:600;font-family:var(--st-font-heading,inherit);margin-bottom:.6rem;padding:0}.zs-chips{flex-wrap:wrap;gap:.6rem;display:flex}.zs-chip{min-height:var(--zs-tap);text-align:start;background:var(--zs-surface);color:var(--zs-text);border:2px solid var(--zs-border);border-radius:var(--zs-radius);cursor:pointer;padding:.5rem 1rem;font-family:inherit;font-size:1.02rem}.zs-chip:hover{border-color:var(--zs-accent)}.zs-chip[aria-pressed=true]{background:var(--zs-accent);color:var(--zs-on-accent);border-color:var(--zs-accent);font-weight:600}.zs-chip[aria-pressed=true]:before{content:"✓ "}.zs-progress{color:var(--zs-muted);margin:.25rem 0 .4rem}.zs-progress-count{color:var(--zs-text);font-size:1.1rem;font-weight:700}.zs-progress-bar{background:var(--zs-surface);border:1px solid var(--zs-border);border-radius:999px;height:10px;overflow:hidden}.zs-progress-fill{background:var(--zs-accent);height:100%;transition:width .2s ease-out}.zs-phase{margin-top:1.75rem}.zs-phase h3{border-bottom:2px solid var(--zs-border);margin-bottom:.5rem;padding-bottom:.3rem;font-size:1.1rem}.zs-steps{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.zs-step{min-height:var(--zs-tap);background:var(--zs-surface);border:2px solid var(--zs-border);border-radius:var(--zs-radius);cursor:pointer;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.zs-step:hover{border-color:var(--zs-accent)}.zs-step input[type=checkbox]{width:1.6rem;height:1.6rem;accent-color:var(--zs-accent);cursor:pointer;flex:none;margin:.1rem 0 0}.zs-step-text{flex-direction:column;gap:.15rem;display:flex}.zs-step-title{font-size:1.05rem;font-weight:600}.zs-step-hint{color:var(--zs-muted);font-size:.95rem}.zs-step-done{background:var(--zs-bg)}.zs-step-done .zs-step-title{color:var(--zs-muted);text-decoration:line-through}
