:root{--ink: #18120A;--ink-mid: #231A0F;--ink-soft: #6B5A47;--ink-faint: #9A8878;--cream: #FDF8F2;--cream-warm: #F9F2E8;--cream-mid: #F0E8DA;--cream-border: #E6DAC8;--surface: #FFFFFF;--border: #E6DAC8;--border-light: #F0E8DA;--amber: #E8920A;--amber-dark: #C47A08;--amber-deeper: #9C5F04;--amber-light: #FEF3DC;--amber-faint: #FEF9EE;--pass: #0B8C7E;--pass-bg: #F0FDFB;--pass-border: #A7F0E8;--pass-text: #065E52;--warn: #C96E0A;--warn-bg: #FFFAED;--warn-border: #FCDDAA;--warn-text: #7A3E04;--fail: #D41848;--fail-bg: #FFF1F4;--fail-border: #FBCDD6;--fail-text: #8B0E2C;--neutral: #9A8878;--neutral-bg: #F5F0EA;--neutral-border: #DDD5C8;--text-1: #18120A;--text-2: #5C4A36;--text-3: #7A6A58;--display: "Fraunces", Georgia, serif;--body: "Instrument Sans", -apple-system, sans-serif;--radius: 6px;--radius-lg: 10px;--radius-xl: 16px}*,*:before,*:after{box-sizing:border-box;margin:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.5rem 1rem;background:var(--ink);color:#fff;font-size:.85rem;font-weight:600;border-radius:var(--radius);text-decoration:none;transition:top .1s}.skip-link:focus{top:.5rem}body{font-family:var(--body);background:var(--cream);color:var(--text-1);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit}:focus-visible{outline:2px solid var(--amber);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}.header{background:var(--ink);border-bottom:1px solid rgba(255,255,255,.04);position:sticky;top:0;z-index:100}.header-inner{max-width:760px;margin:0 auto;padding:0 1.5rem;height:54px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-mark{width:28px;height:28px;flex-shrink:0}.logo-text{font-family:var(--display);font-weight:700;font-size:1.1rem;letter-spacing:-.02em;color:#fff}.logo-accent{color:var(--amber)}.header-nav{display:flex;gap:.15rem}.header-nav a{color:#fff9;text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.01em;padding:.35rem .65rem;border-radius:var(--radius);transition:color .15s,background .15s}.header-nav a:hover{color:#fff;background:#ffffff0f}main{max-width:760px;margin:0 auto;padding:0 1.5rem 5rem}.footer{border-top:1px solid var(--cream-border);background:var(--cream-warm)}.footer-inner{max-width:760px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:.4rem;font-family:var(--display);font-size:.8rem;font-weight:600;color:var(--text-2)}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-links a{font-size:.73rem;color:var(--text-2);text-decoration:none;text-underline-offset:2px}.footer-links a:hover{color:var(--amber-dark);text-decoration:underline}.footer a{color:var(--text-2);text-decoration:none;text-underline-offset:2px}.footer a:hover{color:var(--amber-dark);text-decoration:underline}.breadcrumb{padding:.9rem 0 0;font-size:.78rem;color:var(--text-3);letter-spacing:.01em}.breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:.15rem}.breadcrumb li{display:flex;align-items:center;gap:.35rem}.breadcrumb a{color:var(--text-2);text-decoration:none}.breadcrumb a:hover{color:var(--amber-dark)}.breadcrumb li span[aria-hidden]{color:var(--text-3)}.page-title{font-family:var(--display);font-size:clamp(1.6rem,4vw,2.2rem);font-weight:900;letter-spacing:-.03em;color:var(--ink);line-height:1.1;padding-top:1.5rem;margin-bottom:.3rem}.page-meta{color:var(--text-2);font-size:.88rem;margin-bottom:1.5rem}.section-heading{font-family:var(--display);font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin-bottom:.75rem}.section-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:1rem}.row-list{list-style:none;padding:0;border:1px solid var(--cream-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--cream-border);display:flex;flex-direction:column;gap:1px}.row-list li a,.row-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface);text-decoration:none;color:var(--text-1);transition:background .1s}.row-list li a:hover,.row-item:hover{background:var(--cream)}.dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dot--pass{background:var(--pass)}.dot--warn{background:var(--warn)}.dot--fail{background:var(--fail)}.dot--neutral{background:var(--neutral)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
