:root{--color-bg:#fafaf8;--color-surface:#fff;--color-text:#101828;--color-muted:#475467;--color-border:#d8d4ca;--color-accent:#039;--color-accent-dark:#00266f;--color-green:#067647;--color-amber:#b26a00;--color-blue:#175cd3;--color-purple:#6941c6;--shadow:0 18px 50px #10182814;--shadow-app:0 22px 70px #10182824;--radius:18px;--max:1120px}*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:var(--color-accent);text-underline-offset:3px}a:hover{color:var(--color-accent-dark)}.nowrap{white-space:nowrap}:focus-visible{outline-offset:3px;outline:3px solid #84adff}.skip-link{z-index:20;background:var(--color-text);color:#fff;border-radius:999px;padding:.7rem 1rem;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-header{backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);z-index:10;background:#fafaf8f0;position:sticky;top:0}.header-inner,.container{max-width:var(--max);margin:0 auto;padding:0 1.25rem}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.logo{color:var(--color-text);align-items:center;gap:.65rem;font-weight:800;text-decoration:none;display:inline-flex}.logo-mark{background:var(--color-accent);color:#fff;border-radius:9px;place-items:center;width:34px;height:34px;font-size:1.1rem;font-weight:850;line-height:1;display:grid}.nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav a{color:var(--color-text);font-size:.95rem;font-weight:650;text-decoration:none}.nav a:hover{color:var(--color-accent)}.button,button{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff;cursor:pointer;min-height:44px;font-weight:750;font:inherit;border-radius:999px;justify-content:center;align-items:center;padding:.72rem 1.05rem;text-decoration:none;display:inline-flex}.button:hover,button:hover{background:var(--color-accent-dark);color:#fff}.button.secondary{color:var(--color-accent);background:#fff}.button.secondary:hover{color:var(--color-accent-dark);background:#eff4ff}main{min-height:62vh}.hero{padding:3.5rem 0 2.1rem}.grid-2{grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);align-items:start;gap:2rem;display:grid}.eyebrow{color:#315177;background:#f4f6f8;border:1px solid #d6dce8;border-radius:999px;align-items:center;gap:.35rem;width:fit-content;padding:.22rem .58rem;font-size:.78rem;font-weight:700;display:inline-flex}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .85rem;line-height:1.15}h1{max-width:14.5ch;font-size:clamp(2.2rem,4.5vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.35rem)}h3{font-size:1.2rem}p{margin:0 0 1rem}.lead{color:var(--color-muted);max-width:620px;margin-top:-.25rem;font-size:clamp(1.04rem,1.55vw,1.18rem)}.section{padding:2.4rem 0}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.35rem}.card.tight{padding:1rem}.stack{gap:.72rem;display:grid}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.status{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.82rem;font-weight:780;display:inline-flex}.status.in-effect{color:var(--color-green);background:#ecfdf3}.status.upcoming{color:#7a3f00;background:#fff0c2;border-color:#f0a400;box-shadow:0 0 0 2px #f0a4001f}.status.changed-omnibus,.status.deferred-pending-publication{color:var(--color-blue);background:#eff4ff}.status.added-omnibus{color:var(--color-purple);background:#f4f0ff}.timeline{gap:1rem;margin:1.5rem 0;display:grid;position:relative}.timeline-item{grid-template-columns:minmax(190px,max-content) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.date-badge{background:var(--color-accent);color:#fff;text-align:center;white-space:nowrap;border-radius:14px;padding:.75rem;font-weight:800}.original-date{color:var(--color-muted)}.original-date s{text-decoration-thickness:2px}.notice{border-left:4px solid var(--color-accent);color:#102a56;background:#eff4ff;border-radius:12px;padding:1rem}.warning{color:#7a271a;background:#fffbfa;border-left:4px solid #b42318}.form{gap:.8rem;display:grid}label{font-weight:700}input,textarea,select{border:1px solid var(--color-border);width:100%;min-height:46px;font:inherit;color:var(--color-text);background:#fff;border-radius:12px;padding:.75rem .85rem}textarea{resize:vertical;min-height:150px}.help{color:var(--color-muted);font-size:.94rem}.footer{border-top:1px solid var(--color-border);color:var(--color-muted);margin-top:3rem;padding:2rem 0}.footer-inner{gap:1rem;display:grid}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.breadcrumbs{color:var(--color-muted);margin:1rem 0;font-size:.92rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;border:1px solid var(--color-border);background:#fff;border-radius:14px;width:100%;overflow:hidden}th,td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top;padding:.9rem}th{background:#f2f4f7;font-size:.9rem}details{border:1px solid var(--color-border);background:#fff;border-radius:14px;padding:1rem}summary{cursor:pointer;font-weight:800}.wizard{min-height:520px;box-shadow:var(--shadow-app);border-color:#b8c2d6}.wizard:focus{outline:none}.progress{background:#e4e7ec;border-radius:999px;height:9px;margin:.8rem 0 1.2rem;overflow:hidden}.progress>span{background:var(--color-accent);width:0;height:100%;transition:width .2s;display:block}.option-grid{gap:.85rem;margin:1rem 0;display:grid}.option{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:14px;align-items:flex-start;gap:.8rem;padding:1.12rem;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.option:hover{border-color:#9bb6ea}.option:has(input:checked){border-color:var(--color-accent);background:#f2f6ff;box-shadow:0 0 0 1px #00339924}.option input{width:auto;min-height:auto;margin-top:.25rem}.wizard-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.result-list{gap:.9rem;margin-top:1rem;display:grid}.copy-box{white-space:pre-wrap;border:1px solid var(--color-border);background:#f9fafb;border-radius:12px;padding:.9rem}.sr-only,.hp-field{clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-error{color:#b42318;margin:0}@media (width<=860px){.grid-2,.cards,.timeline-item{grid-template-columns:1fr}.hero{padding-top:2rem}.header-inner{align-items:flex-start;padding-top:1rem;padding-bottom:1rem}.nav{justify-content:flex-end}}@media (width<=560px){.header-inner{display:grid}.nav{justify-content:flex-start}h1{font-size:2.2rem}.hero{padding-top:1.35rem}.card{padding:1rem}.button,button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
