.st{background:var(--paper-2);min-height:100dvh;color:var(--ink)}.st-bar{z-index:60;background:var(--paper);border-bottom:var(--hair);position:sticky;top:0}.st-bar__in{width:100%;max-width:82rem;min-height:3.75rem;padding-block:.6rem;padding-inline:var(--edge);flex-wrap:wrap;align-items:center;gap:.5rem .9rem;margin-inline:auto;display:flex}.st-bar__home{color:inherit;border-radius:var(--r);flex:none;align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.st-bar__home:hover .st-bar__name{text-underline-offset:3px;text-decoration:underline}.st-bar__mark{flex:none;width:auto;height:1.6rem}.st-bar__view{color:var(--ink-2);white-space:nowrap;text-underline-offset:3px;font-size:.82rem;font-weight:600}.st-bar__name{letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:.78rem;font-weight:700}.st-bar__where{color:var(--ink-3);margin-left:auto;font-size:.8rem}.st-bar__count,.st-card__flag{color:var(--ochre-ink);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:inline-flex}.st-bar__count:before,.st-card__flag:before{content:"";background:var(--ochre);border-radius:50%;flex:none;width:.5rem;height:.5rem}.st-bar__count:empty,.st-card__flag:empty{display:none}.st-shell{width:100%;max-width:82rem;padding-inline:var(--edge);grid-template-columns:15rem minmax(0,1fr);align-items:start;gap:clamp(1.5rem,3vw,2.5rem);margin-inline:auto;padding-block:clamp(1.5rem,4vw,2.75rem);display:grid}.st-side{min-width:0;position:sticky;top:4.6rem}.st-side__head{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.6rem;font-size:.68rem;font-weight:700}.st-side ul{gap:.2rem;display:grid}.st-side__link{border-radius:var(--r);width:100%;color:var(--ink-2);font:inherit;text-align:left;cursor:pointer;transition:background .16s var(--ease), color .16s var(--ease);background:0 0;border:0;border-left:3px solid #0000;align-items:center;gap:.6rem;padding:.55rem .7rem;font-size:.9rem;font-weight:600;display:flex}.st-side__link:hover{background:var(--paper);color:var(--ink)}.st-side__link[aria-current=true]{background:var(--ink);border-left-color:var(--ochre);color:var(--paper);font-weight:700}.st-side__n{font-variant-numeric:tabular-nums;color:var(--ochre-ink);margin-left:auto;font-size:.78rem;font-weight:600}.st-side__link[aria-current=true] .st-side__n{color:var(--ochre)}.st-main{gap:1.25rem;min-width:0;display:grid}.st-bar__menu{border-radius:var(--r);background:var(--ink);min-height:2.75rem;color:var(--paper);font:inherit;cursor:pointer;border:0;align-items:center;gap:.5rem;margin-left:auto;padding:.5rem 1.15rem;font-size:.95rem;font-weight:700;display:none}.st-bar__menucount{background:var(--ochre);min-width:1.4rem;color:var(--ink);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding-inline:.35rem;font-size:.78rem;font-weight:700;display:inline-flex}.st-side__out{border-top:var(--hair);gap:.2rem;margin-top:.7rem;padding-top:.7rem;display:none}.st-side__out .st-side__link{color:var(--ink-3);font-weight:600;text-decoration:none}.st-side__out .st-side__link:hover{color:var(--ink)}@media (max-width:60rem){.st-shell{grid-template-columns:minmax(0,1fr)}.st-bar__where,.st-bar__count,.st-bar__view,.st-bar__in>.st-btn{display:none}.st-bar__menu{display:inline-flex}.st-bar__in{flex-wrap:nowrap;gap:.75rem}.st-side{border:var(--hair);border-radius:var(--r);background:var(--paper);gap:.2rem;max-width:100%;margin-bottom:.5rem;padding:.85rem;display:grid}.st-side[data-open=false]{display:none}.st-side__head{margin-bottom:.35rem}.st-side__link{width:100%;min-height:2.75rem;font-size:.98rem}.st-side__out{display:grid}}.st-head{max-width:var(--measure)}.st-head__title{font-size:clamp(1.6rem,4vw,2.35rem)}.st-head__blurb{color:var(--ink-2);margin-top:.55rem;font-size:.95rem}.st-notice{background:var(--paper);border-left:4px solid var(--ochre);border-radius:0 var(--r) var(--r) 0;padding:.95rem 1.15rem}.st-notice__title{color:var(--ochre-ink);font-size:.95rem;font-weight:700}.st-notice__body{color:var(--ink-2);max-width:var(--measure);overflow-wrap:anywhere;margin-top:.3rem;font-size:.9rem}.st-card{background:var(--paper);border:var(--hair);border-radius:var(--r);padding:clamp(1.1rem,3vw,1.75rem)}.st-card__head{flex-wrap:wrap;align-items:baseline;gap:.5rem .9rem;display:flex}.st-card__title{font-size:clamp(1.15rem,2.4vw,1.45rem)}.st-card__blurb{color:var(--ink-2);max-width:var(--measure);margin-top:.4rem;font-size:.9rem}.st-card__flag{margin-left:auto}.st-card__tag{border-left:2px solid var(--ink-3);color:var(--ink-3);max-width:var(--measure);overflow-wrap:anywhere;margin-top:.75rem;padding-left:.7rem;font-size:.85rem}.st-card__body{margin-top:1.1rem}.st-toggle{border:var(--hair);border-radius:var(--r);display:inline-flex}.st-toggle button{color:var(--ink-2);font:inherit;cursor:pointer;transition:background .16s var(--ease), color .16s var(--ease);background:0 0;border:0;padding:.45rem .95rem;font-size:.85rem;font-weight:600}.st-toggle button:first-child{border-radius:5px 0 0 5px}.st-toggle button:last-child{border-radius:0 5px 5px 0}.st-toggle button+button{border-left:var(--hair)}.st-toggle button:hover{color:var(--ink)}.st-toggle button[aria-pressed=true]{background:var(--ink);color:var(--paper);font-weight:700}.st-fields{display:grid}@media (min-width:48rem){.st-fields{grid-template-columns:1fr 1fr;gap:0 clamp(1.25rem,3vw,2.25rem)}.st-field--wide{grid-column:1/-1}}.st-field{border-left:3px solid #0000;border-bottom:var(--hair);min-width:0;padding:1.05rem 0 1.05rem .85rem}.st-field:last-child{border-bottom:0;padding-bottom:.15rem}.st-field--changed{border-left-color:var(--ochre)}.st-field__label{font-size:.92rem;font-weight:600;display:block}.st-field__help{color:var(--ink-3);margin-top:.15rem;font-size:.82rem}.st-field__in{background:var(--paper);border-radius:var(--r);width:100%;color:var(--ink);font:inherit;overflow-wrap:anywhere;transition:border-color .16s var(--ease);border:1.5px solid #17120f47;margin-top:.5rem;padding:.6rem .7rem;font-size:1rem;line-height:1.5;display:block}textarea.st-field__in{resize:vertical;min-height:7.5rem}.st-field__in:focus{border-color:var(--ink)}.st-field__in[data-state=check]{border-color:var(--ember)}.st-field__in[data-state=warn]{border-color:var(--ochre)}.st-field__foot{flex-wrap:wrap;align-items:center;gap:.4rem .85rem;margin-top:.5rem;display:flex}.st-field__count{color:var(--ink-3);font-variant-numeric:tabular-nums;font-size:.8rem}.st-field__state{align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:inline-flex}.st-field__state:before{content:"";background:currentColor;border-radius:50%;flex:none;width:.5rem;height:.5rem}.st-field__state.is-good{color:var(--moss-ink)}.st-field__state.is-good:before{background:var(--moss)}.st-field__state.is-warn{color:var(--ochre-ink)}.st-field__state.is-warn:before{background:var(--ochre)}.st-field__state.is-check{color:var(--ember-ink)}.st-field__state.is-check:before{background:var(--ember)}.st-field__undo{margin-left:auto}.st-field__was{color:var(--ink-3);overflow-wrap:anywhere;margin-top:.5rem;font-size:.82rem}.st-field__was strong{color:var(--ochre-ink);font-weight:400}.st-proof{background:var(--paper-2);border-radius:var(--r);overflow-wrap:anywhere;padding:clamp(.95rem,2.5vw,1.4rem);box-shadow:inset 0 0 0 1px #17120f24}.st-proof__flag{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.6rem;font-size:.68rem;font-weight:700;display:block}.st-btn{border:1.5px solid var(--ink);border-radius:var(--r);background:var(--ink);max-width:100%;color:var(--paper);font:inherit;cursor:pointer;transition:background .16s var(--ease), border-color .16s var(--ease), color .16s var(--ease);justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.1rem;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.st-btn:hover:not(:disabled){background:var(--fuchsia);border-color:var(--fuchsia)}.st-btn--ghost{color:var(--ink);background:0 0}.st-btn--ghost:hover:not(:disabled),.st-btn--danger{border-color:var(--fuchsia);color:var(--fuchsia);background:0 0}.st-btn--danger:hover:not(:disabled){background:var(--fuchsia);border-color:var(--fuchsia);color:var(--paper)}.st-btn--quiet{color:var(--ink-3);background:0 0;border-color:#0000;padding:.2rem 0;font-size:.8rem;font-weight:600}.st-btn--quiet:hover:not(:disabled){color:var(--ink);text-underline-offset:3px;background:0 0;border-color:#0000;text-decoration:underline}.st-btn:disabled{opacity:.42;cursor:not-allowed}.st-actions{flex-wrap:wrap;align-items:center;gap:.6rem .75rem;display:flex}.st-review{gap:1.25rem;min-width:0;display:grid}.st-diff{display:grid}.st-diff__row{border-bottom:var(--hair);overflow-wrap:anywhere;min-width:0;padding-block:.85rem}.st-diff__row:last-child{border-bottom:0;padding-bottom:0}.st-diff__where{color:var(--ink-3);font-size:.8rem}.st-diff__was{color:var(--ink-3);margin-top:.3rem;font-size:.88rem;text-decoration:line-through}.st-diff__now{color:var(--ink);margin-top:.2rem;font-size:.95rem}.st-issues{gap:.7rem;display:grid}.st-issue{border-left:3px solid var(--ink-3);color:var(--ink-2);overflow-wrap:anywhere;padding-left:.75rem;font-size:.9rem}.st-issue.is-check{border-left-color:var(--ember);color:var(--ember-ink)}.st-issue.is-warn{border-left-color:var(--ochre);color:var(--ochre-ink)}.st-code{background:var(--paper-3);border-radius:var(--r);max-width:100%;max-height:22rem;color:var(--ink-2);white-space:pre;margin:0;padding:.9rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.55;overflow:auto}.st-gate{min-height:100dvh;padding:var(--edge);place-items:center;display:grid}.st-gate__panel{width:100%;max-width:30rem}.st-gate__mark{margin-inline:auto;width:auto;height:4rem;margin-bottom:1rem}.st-gate__form{text-align:left;margin-top:1.25rem}.st-gate__form .st-field__in{margin-top:.5rem;margin-bottom:.85rem}.st-gate__problem{color:var(--ember-ink);margin-bottom:.85rem;font-size:.9rem;font-weight:600}.st-published{color:var(--moss-ink);margin-top:.85rem;font-size:.9rem;font-weight:600}.st-versions{margin:1rem 0 0;padding:0;list-style:none;display:grid}.st-version{border-bottom:var(--hair);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding-block:.85rem;display:grid}.st-version:last-child{border-bottom:0;padding-bottom:.25rem}.st-version__when{font-size:.92rem;font-weight:700}.st-version__diff{color:var(--ink-3);margin-top:.2rem;font-size:.86rem}.st-version__do{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}@media (max-width:34rem){.st-version{grid-template-columns:1fr;gap:.6rem}.st-version__do{justify-content:flex-start}}.st-save{color:var(--ink-3);font-variant-numeric:tabular-nums;font-size:.8rem}.st-empty{color:var(--ink-3);text-align:center;padding-block:1.5rem;font-size:.9rem}.st-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.st *,.st-gate *{transition:none!important}}.st-card__head{justify-content:space-between}.st-card__head>div:first-child{flex:18rem;min-width:0}.st-card__side{margin-left:auto}@media (min-width:48rem){.st-fields{row-gap:.35rem}.st-field{border-bottom:0}}.st-card__tag+.st-actions,.st-code+.st-actions{margin-top:1.1rem}.st-bar__count--none{color:var(--ink-3);font-weight:400}.st-bar__count--none:before{background:var(--paper-3)}@media (max-width:60rem){.st-side{position:relative;top:auto}}.st-side__n{position:relative}.st-card__head+.st-actions{margin-top:1.1rem}.st-field__in{border-color:#17120f8c}.st-toggle{border-color:#17120f73}
