:root{--navy:#101c2c;--teal:#176b73;--copper:#c46a3a;--ivory:#f5f1e8;--slate:#5e6873;--graphite:#20252b;--line:#cbd2d6;--white:#fff;--danger:#8b1e2d;--success:#185c37}*{box-sizing:border-box}html{background:var(--ivory);color:var(--graphite);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}body{margin:0}.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:1rem;top:1rem;z-index:10;background:#fff;padding:.75rem 1rem}.wrap{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.hero{background:var(--navy);color:#fff;padding:4.5rem 0 3.5rem;border-bottom:6px solid var(--copper)}.eyebrow{font-size:.76rem;letter-spacing:.16em;font-weight:800;margin:0 0 .75rem;color:#b8e3e4}.eyebrow.dark{color:var(--teal)}h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,7vw,5.4rem);line-height:1;margin:.2rem 0 1rem;font-weight:500}h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.55rem,3vw,2.25rem);margin:.1rem 0 1rem}.lead{max-width:850px;font-size:clamp(1rem,2vw,1.25rem);color:#e1e8ed}.boundary{max-width:900px;margin-top:1.5rem;padding:1rem 1.1rem;border-left:4px solid var(--copper);background:rgba(255,255,255,.08)}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;padding-block:2rem}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(1.1rem,3vw,1.75rem);box-shadow:0 12px 40px rgba(16,28,44,.07)}.receipt-panel{grid-column:1/-1}.preset-bar{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.2rem}button,select{font:inherit}button{min-height:44px;border:1px solid var(--teal);background:#fff;color:var(--navy);border-radius:10px;padding:.65rem .9rem;font-weight:750;cursor:pointer}button:hover{background:#edf6f6}button:focus-visible,select:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid var(--copper);outline-offset:2px}.preset-bar button[aria-pressed=true],button.primary{background:var(--teal);color:#fff}.preset-bar button[aria-pressed=true]{box-shadow:inset 0 0 0 2px #fff}fieldset{border:0;padding:0;margin:0}legend{font-weight:800;margin-bottom:.8rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.form-grid label{display:grid;gap:.3rem;font-weight:700}.form-grid select{width:100%;min-height:44px;border:1px solid #87929a;border-radius:9px;padding:.55rem .65rem;background:#fff;color:var(--graphite);font-size:16px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1rem 0}.check-grid label{display:flex;align-items:center;gap:.55rem}.check-grid input{width:20px;height:20px}.decision-head,.receipt-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.badge{display:inline-flex;align-items:center;min-height:36px;padding:.45rem .7rem;border-radius:999px;font-weight:900;font-size:.8rem;letter-spacing:.06em}.badge.neutral{background:#e8ecef}.badge.allow{background:#dff4e7;color:var(--success)}.badge.deny{background:#f9e0e4;color:var(--danger)}.summary{font-size:1.05rem;font-weight:700;padding:1rem;border-radius:12px;background:#f2f5f6}.failures{padding-left:1.25rem}.failures li{margin:.7rem 0;padding-left:.3rem}.failure-code{font-weight:900;color:var(--danger)}.note{color:#4b5660;font-size:.94rem}.actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.tabs{display:flex;gap:.4rem;border-bottom:1px solid var(--line);margin:1.25rem 0}.tabs [role=tab]{border:0;border-radius:8px 8px 0 0}.tabs [role=tab][aria-selected=true]{background:var(--navy);color:#fff}.receipt-summary{display:grid;grid-template-columns:minmax(140px,.35fr) 1fr;gap:.55rem 1rem}.receipt-summary dt{font-weight:850}.receipt-summary dd{margin:0;overflow-wrap:anywhere}pre{margin:0;background:#0d1723;color:#e6edf3;border-radius:12px;padding:1rem;max-height:520px;overflow:auto;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.action-status{min-height:1.5rem;margin-top:1rem;font-weight:750}.footer{padding:0 0 2.5rem;color:#4a555e}.footer a{color:var(--teal);font-weight:750}@media(max-width:760px){.hero{padding:3rem 0 2.4rem}.main-grid{grid-template-columns:1fr}.receipt-panel{grid-column:auto}.form-grid,.check-grid{grid-template-columns:1fr}.decision-head,.receipt-head{display:block}.actions{justify-content:flex-start;margin-top:.75rem}.actions button{flex:1 1 145px}.receipt-summary{grid-template-columns:1fr}.receipt-summary dd{margin-bottom:.45rem}.wrap{width:min(100% - 1rem,1120px)}button{min-height:48px}.preset-bar button{flex:1 1 145px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}