: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,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}.zs-header{border-bottom:1px solid var(--zs-border);justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding:8px 0 12px;display:flex}.zs-brand{font-family:var(--st-font-heading,inherit);color:var(--zs-text);font-size:18px;font-weight:700;text-decoration:none}.zs-nav{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.zs-nav a{min-height:var(--zs-tap);border-radius:var(--zs-radius);color:var(--zs-text);align-items:center;padding:0 12px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.zs-nav a:hover,.zs-nav a.active{background:var(--zs-surface)}.zs-nav a.active{box-shadow:inset 0 -3px 0 var(--zs-accent)}.zs-nav-lang{border:1px solid var(--zs-border)}.zs-lead{font-size:19px;font-weight:500}.zs-muted{color:var(--zs-muted)}.zs-breadcrumb{margin:0 0 4px;font-size:15px}.zs-breadcrumb a{color:var(--st-link,#9a5a00)}.zs-notice-machine{border-inline-start:4px solid var(--st-warn,#876a00)}.zs-notice-stale{border-inline-start:4px solid var(--st-danger,#be3d3d);background:var(--st-danger-bg,#fdecec)}.zs-notice-ok{border-inline-start:4px solid var(--st-ok,#197d44);background:var(--st-ok-bg,#e8f7ee)}.zs-markdown h2{margin:24px 0 8px;font-size:20px}.zs-markdown h3{margin:20px 0 6px;font-size:18px}.zs-markdown p,.zs-markdown li{font-size:17px}.zs-markdown ul,.zs-markdown ol{padding-inline-start:24px}.zs-markdown li{margin:6px 0}.zs-markdown a{color:var(--st-link,#9a5a00);word-break:break-word}.zs-source{background:var(--zs-surface);border-radius:var(--zs-radius);color:var(--zs-muted);margin-top:24px;padding:12px 16px;font-size:15px}.zs-source a{color:var(--st-link,#9a5a00);word-break:break-word}.zs-cards{gap:12px;margin:0;padding:0;list-style:none;display:grid}.zs-card{min-height:var(--zs-tap);border:1px solid var(--zs-border);border-radius:var(--zs-radius);background:var(--zs-surface);color:var(--zs-text);padding:14px 16px;text-decoration:none;display:block}.zs-card:hover{border-color:var(--zs-accent)}.zs-card-title{font-size:17px;font-weight:700;display:block}.zs-card-lead{color:var(--zs-muted);margin-top:2px;font-size:15px;display:block}.zs-card-flags{gap:6px;margin-top:6px;display:flex}.zs-flag{background:var(--st-warn-bg,#fdf4d9);color:var(--st-warn,#876a00);border-radius:999px;padding:1px 6px;font-size:12px;font-weight:700}.zs-flag-stale{background:var(--st-danger-bg,#fdecec);color:var(--st-danger,#be3d3d)}.zs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.zs-tile{border:1px solid var(--zs-border);border-radius:var(--zs-radius);background:var(--zs-surface);min-height:84px;color:var(--zs-text);flex-direction:column;align-items:flex-start;gap:6px;padding:12px;font-weight:600;text-decoration:none;display:flex}.zs-tile:hover{border-color:var(--zs-accent)}.zs-tile-empty{opacity:.55}.zs-tile-icon{font-size:26px;line-height:1}.zs-tile-label{font-size:15px}.zs-step-link{margin:-4px 0 8px calc(var(--zs-tap) + 8px);min-height:40px;color:var(--st-link,#9a5a00);font-weight:600;line-height:40px;text-decoration:none;display:inline-block}[dir=rtl] .zs-step-link{margin:-4px calc(var(--zs-tap) + 8px) 8px 0}.zs-service{border:1px solid var(--zs-border);border-radius:var(--zs-radius);background:var(--zs-surface);padding:14px 16px}.zs-service-kind{text-transform:uppercase;letter-spacing:.04em;color:var(--zs-muted);margin:0;font-size:13px;font-weight:700}.zs-service-name{margin:2px 0 6px;font-size:18px}.zs-service-facts{grid-template-columns:auto 1fr;gap:4px 12px;margin:8px 0;font-size:15px;display:grid}.zs-service-facts dt{color:var(--zs-muted)}.zs-service-facts dd{margin:0}.zs-pre{white-space:pre-line}.zs-actions-inline{flex-flow:wrap}.zs-actions-inline .zs-button-primary,.zs-actions-inline .zs-button-quiet{flex:auto}.zs-search{gap:8px;margin:8px 0 16px;display:flex}.zs-search input{min-height:var(--zs-tap);font:inherit;border:1px solid var(--zs-border-strong,var(--zs-border));border-radius:var(--zs-radius);background:var(--zs-bg);color:var(--zs-text);flex:1;padding:0 14px;font-size:17px}.zs-search input:focus-visible{outline:3px solid var(--st-focus,var(--zs-accent));outline-offset:2px}.zs-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.zs-feedback{border-radius:var(--zs-radius);background:var(--zs-surface);margin-top:24px;padding:12px 16px}.zs-feedback h2{margin:0 0 8px;font-size:18px}@media (width>=640px){.zs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
