:root{color-scheme:light;--bg:#fbf8f2;--surface:#fffdf8;--surface-raised:#f8f0e5;--surface-muted:#f5efe4;--border:#dccab2;--border-strong:#9a7b5f;--text:#25211c;--text-muted:#564d43;--text-dim:#74685b;--green:#6f7f67;--green-bright:#4f6548;--green-ink:#fffdf8;--cyan:#a94d24;--warning:#a83d45;--warning-bg:#fff1ec;--error:#b42332;--radius-sm:0.5rem;--radius:0.875rem;--radius-lg:1.25rem;--shadow:0 18px 48px rgb(74 54 34/0.12);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:0;margin:0;background:radial-gradient(circle at 18% 4%,rgb(201 99 46/.09),transparent 32rem),radial-gradient(circle at 88% 12%,rgb(111 127 103/.11),transparent 26rem),var(--bg);color:var(--text);font-size:1rem;line-height:1.65;overflow-wrap:anywhere}button,input{font:inherit}a,button,label{-webkit-tap-highlight-color:transparent}a{color:var(--cyan)}a:hover{color:#7b5138}:focus-visible{outline:3px solid var(--green-bright);outline-offset:3px}.skip-link{position:fixed;z-index:50;top:.75rem;left:.75rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--text);color:var(--bg);font-weight:700;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(100% - 2rem,72rem);margin-inline:auto}.entitle-header{border-bottom:1px solid rgb(220 202 178/.9);background:rgb(251 248 242/.9)}.header-inner{display:flex;min-height:4.5rem;align-items:center;justify-content:space-between;gap:1rem}.entitle-brand{display:inline-flex;min-height:44px;align-items:center;gap:.75rem;color:var(--text);font-weight:700;letter-spacing:-.02em;text-decoration:none}.entitle-brand-mark{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid var(--green);border-radius:.45rem}.build-label,.entitle-brand-mark,.entitle-eyebrow,.step-label{color:var(--green-bright);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.build-label,.entitle-eyebrow,.step-label{font-weight:700;letter-spacing:.09em;text-transform:uppercase}.build-label{color:var(--text-dim);text-align:right}.entitle-hero{max-width:52rem;padding-block:clamp(3.5rem,9vw,7rem) clamp(2.5rem,6vw,4.5rem)}.entitle-eyebrow,.step-label{margin:0 0 .5rem}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.22;text-wrap:balance}h1{max-width:15ch;margin-bottom:1.25rem;font-size:clamp(2.35rem,7vw,4.5rem);letter-spacing:-.055em;line-break:strict;overflow-wrap:normal;word-break:normal}.no-wrap{white-space:nowrap}h2{margin-bottom:.5rem;font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.035em}h3{margin-bottom:.65rem;font-size:clamp(1.15rem,2.5vw,1.4rem);letter-spacing:-.015em}.entitle-lead{max-width:65ch;margin-bottom:2rem;color:var(--text-muted);font-size:clamp(1.05rem,2vw,1.2rem)}.scope-notice{display:grid;gap:.25rem;padding:1rem 1.125rem;border:1px solid var(--border);border-left:4px solid var(--cyan);border-radius:var(--radius);background:rgb(248 240 229/.82);color:var(--text-muted)}.scope-notice strong{color:var(--text)}.panel,.results{margin-bottom:5rem;padding:clamp(1rem,4vw,2.25rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:rgb(255 253 248/.94);box-shadow:var(--shadow)}.entitle-section-heading,.result-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.entitle-section-heading>p,.result-reason{max-width:35rem;margin-bottom:0;color:var(--text-muted)}.entitle-section-heading.entitle-compact{margin-bottom:1.25rem}.question{min-width:0;margin:0;padding:2rem 0;border:0;border-top:1px solid var(--border)}.question legend{width:100%;padding:0;color:var(--text);font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700}.question-number{display:inline-flex;min-width:2.75rem;min-height:2rem;align-items:center;justify-content:center;margin-right:.5rem;border:1px solid var(--border-strong);border-radius:999px;color:var(--green-bright);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem}.question-hint{margin:.65rem 0 1rem;color:var(--text-muted)}.choices{display:grid;gap:.75rem}.choice{position:relative;display:flex;min-width:0;min-height:44px;align-items:flex-start;gap:.875rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.choice:hover{border-color:var(--border-strong);background:#f0e6d7}.choice:has(input:checked){border-color:var(--green);background:rgb(111 127 103/.16);box-shadow:inset 4px 0 0 var(--green)}.choice input{width:1.25rem;height:1.25rem;flex:0 0 auto;margin:.2rem 0 0;accent-color:var(--green)}.choice small,.choice span,.choice strong{display:block;min-width:0}.choice small{margin-top:.2rem;color:var(--text-muted);font-size:.9rem;line-height:1.5}.question.has-error{border-left:4px solid var(--error);padding-left:1rem}.field-error{margin:.75rem 0 0;color:var(--error);font-weight:700}.error-summary{margin-bottom:1.5rem;padding:1rem 1.125rem;border:1px solid var(--error);border-radius:var(--radius);background:var(--warning-bg)}.error-summary h3,.error-summary p{margin-bottom:.5rem}.error-summary ul{margin:0;padding-left:1.25rem}.error-summary a{display:inline-flex;min-height:44px;align-items:center}.form-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.5rem}.entitle-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:var(--radius-sm);font-weight:750;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.entitle-button:disabled{cursor:not-allowed;opacity:.65}#simulator-form[aria-busy=true] .entitle-button:disabled{cursor:wait}.button-primary,.button-primary:disabled:hover{background:var(--green)}.button-primary{color:var(--green-ink)}.button-primary:hover{background:var(--green-bright)}.button-secondary{border-color:var(--border-strong);background:transparent;color:var(--text)}.button-secondary:hover{border-color:var(--text-muted);background:var(--surface-muted)}#result-title,.results{scroll-margin-top:1rem}.scenario-badge,.status-label{display:inline-flex;min-height:2rem;align-items:center;padding:.3rem .65rem;border:1px solid var(--green);border-radius:999px;color:var(--green-bright);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:800;white-space:nowrap}.scenario-badge{align-self:start;justify-self:start}.decision-summary{margin-bottom:1.5rem;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.decision-summary .entitle-section-heading{margin-bottom:1rem}.decision-list,.restore-behavior-outcomes{display:grid;gap:.75rem}.decision-card,.restore-outcome{min-width:0;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.decision-card.selected{border-color:var(--green);box-shadow:inset 4px 0 0 var(--green)}.decision-card.unresolved{border-color:var(--warning);border-style:dashed;background:var(--warning-bg)}.decision-card-heading{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.decision-question,.decision-status{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:800}.decision-question,.decision-status{color:var(--green-bright)}.decision-status{padding:.15rem .45rem;border:1px solid var(--green);border-radius:999px}.decision-status.unresolved{border-color:var(--warning);color:var(--error)}.decision-card h4,.decision-card p,.restore-outcome h5,.restore-outcome p{margin-bottom:0}.decision-card h4{font-size:.95rem}.decision-answer{margin-top:.25rem;color:var(--text-muted)}.restore-behavior-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.restore-behavior-preview>p{max-width:72ch}.restore-behavior-outcomes{margin-top:1rem}.restore-outcome h5{font-size:.9rem}.restore-outcome-result{margin-top:.4rem;font-weight:700}.restore-outcome-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:.75rem 0 0}.restore-outcome-details>div{padding-top:.5rem;border-top:1px solid var(--border)}.restore-outcome-details dt{color:var(--text-muted);font-size:.75rem}.restore-outcome-details dd{margin:.15rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:800}.dashboard-action{margin:1rem 0 0}.dashboard-action a{display:inline-flex;min-height:44px;align-items:center}.warning-card{margin-bottom:2.5rem;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--warning);border-left-width:5px;border-radius:var(--radius);background:var(--warning-bg)}.warning-card.is-review-required{border-color:var(--green);background:rgb(111 127 103/.12)}.warning-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.85rem;color:var(--text-muted);font-size:.85rem}.warning-card .status-label{border-color:var(--warning);color:var(--error)}.warning-card.is-review-required .status-label{border-color:var(--green);color:var(--green-bright)}.warning-card.is-review-required .next-action{border-top-color:rgb(111 127 103/.35)}.next-action,.warning-card>p:last-child{margin-bottom:0}.next-action{margin-top:1rem;padding-top:1rem;border-top:1px solid rgb(168 61 69/.24)}.source-reference{margin-top:.75rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem}.result-section{padding-block:2.5rem;border-top:1px solid var(--border)}.scenario-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem}.scenario-option{display:grid;min-width:0;min-height:64px;gap:.65rem;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);color:var(--text);text-align:left;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.scenario-option:hover{border-color:var(--border-strong);background:#f0e6d7}.scenario-option.is-selected{border-color:var(--green);background:rgb(111 127 103/.16);box-shadow:inset 4px 0 0 var(--green)}.scenario-option.is-representative:not(.is-selected){border-style:dashed;border-color:var(--green)}.scenario-option-label,.scenario-option-label span,.scenario-option-label strong{display:block;min-width:0}.scenario-option-label strong{margin-bottom:.15rem;color:var(--green-bright);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem}.scenario-option-label span{line-height:1.4}.scenario-option-states{display:flex;min-height:1.5rem;flex-wrap:wrap;gap:.4rem}.selector-state{display:inline-flex;align-items:center;padding:.1rem .45rem;border:1px solid var(--border-strong);border-radius:999px;color:var(--text-muted);font-size:.72rem;font-weight:800}.selector-state.selected{border-color:var(--green);color:var(--green-bright)}.selector-state.representative{border-style:dashed}.timeline{display:grid;gap:1rem;margin:0;padding:0;list-style:none;counter-reset:timeline}.timeline-item{position:relative;min-width:0;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);counter-increment:timeline}.timeline-heading{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1rem}.timeline-number{display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--green);color:var(--green-ink);font-weight:900}.timeline-operation{margin:0}.timeline-details{display:grid;gap:.75rem;margin:0}.timeline-details>div{min-width:0;padding:.75rem;border-radius:var(--radius-sm);background:rgb(245 239 228/.8)}.timeline-details dt{margin-bottom:.2rem;color:var(--text-dim);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.timeline-details dd{margin:0;color:var(--text)}.classification{display:inline-flex;max-width:100%;min-height:2rem;align-items:center;padding:.25rem .55rem;border:1px solid var(--border-strong);border-radius:.35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;font-weight:800}.classification+.classification{margin-left:.4rem}.timeline-reason{margin:1rem 0 0;color:var(--text-muted)}.evidence-list{display:grid;gap:.75rem}.evidence-freshness{margin:0 0 1rem;padding:.75rem .875rem;border:1px solid var(--border-strong);border-left:4px solid var(--green);border-radius:var(--radius-sm);background:rgb(111 127 103/.14);color:var(--text-muted);font-weight:700}.evidence-freshness.needs-review{border-color:var(--warning);background:var(--warning-bg);color:var(--error)}.evidence-card{padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised)}.evidence-card p{margin-bottom:.6rem;color:var(--text-muted)}.evidence-card a{display:inline-flex;min-height:44px;align-items:center;font-weight:700}.evidence-meta,.legacy-note{color:var(--text-dim);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}.legacy-note{margin:1rem 0 0}.manual-tests{display:grid;gap:.75rem}.manual-test{min-width:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised)}.manual-test[open]{border-color:var(--border-strong)}.manual-test-summary{min-height:52px;padding:.9rem 1rem;color:var(--text);font-weight:750;cursor:pointer}.manual-test-summary:hover{background:#f0e6d7}.manual-test-body{display:grid;gap:1.25rem;padding:clamp(1rem,3vw,1.5rem);border-top:1px solid var(--border)}.manual-test h4{margin:0;font-size:1.1rem}.manual-test h5{margin:0 0 .5rem;font-size:.92rem}.manual-test h6{margin:1rem 0 .35rem;color:var(--text-muted);font-size:.82rem;letter-spacing:.025em}.test-applicability{padding:1rem;border:1px solid var(--border-strong);border-left-width:5px;border-radius:var(--radius-sm);background:rgb(245 239 228/.74)}.test-applicability.applicable{border-left-color:var(--green)}.test-applicability.counterfactual{border-left-color:var(--warning)}.test-applicability.unresolved{border-left-color:var(--cyan)}.test-applicability p,.test-applicability ul{margin-bottom:0}.limitations ul,.manual-test ol,.manual-test ul{margin:0;padding-left:1.35rem}.test-check{display:flex;min-height:44px;align-items:center;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.test-check input{width:1.25rem;height:1.25rem;accent-color:var(--green)}.expected-result{padding:1rem;border-left:4px solid var(--green);border-radius:var(--radius-sm);background:rgb(111 127 103/.15)}.expected-result p:last-child{margin-bottom:0}.status-label.neutral{border-color:var(--border-strong);color:var(--text-muted)}.limitations{margin:0 0 2rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.entitle-footer{padding-block:1.5rem 3rem;color:var(--text-dim);text-align:center}.entitle-footer p{margin:0}.seo-guide{margin-bottom:5rem;padding:clamp(1.25rem,4vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-raised)}.seo-guide h2{max-width:24ch}.guide-intro{max-width:72ch;color:var(--text-muted)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-block:2rem}.guide-grid article{padding:1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.guide-grid h3{color:var(--green-bright)}.guide-grid p{margin-bottom:0;color:var(--text-muted)}.guide-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.guide-links a{display:inline-flex;min-height:44px;align-items:center;font-weight:700}[hidden]{display:none!important}@media (min-width:45rem){.choices{grid-template-columns:repeat(2,minmax(0,1fr))}.decision-list,.restore-behavior-outcomes{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline-details{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-details .wide{grid-column:1/-1}}@media (max-width:44.99rem){.entitle-section-heading,.result-header{display:grid;gap:.75rem}.form-actions,.form-actions .entitle-button,.results>.entitle-button{width:100%}.guide-grid{grid-template-columns:1fr}}@media (max-width:25rem){.shell{width:min(100% - 1rem,72rem)}.build-label{display:none}.panel,.results{padding:.75rem;border-radius:var(--radius)}.question{padding-block:1.5rem}.question.has-error{padding-left:.6rem}.choice,.timeline-item{padding:.8rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}