@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap";
.Header-module__Af2_WG__header{background:var(--color-bg);border-bottom:1px solid var(--color-border)}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.Header-module__Af2_WG__brand{color:var(--color-text);align-items:center;gap:.65rem;text-decoration:none;display:flex}.Header-module__Af2_WG__brand:hover{color:var(--color-text)}.Header-module__Af2_WG__brandText{font-family:var(--font-display);font-size:1.125rem;font-weight:700}.Header-module__Af2_WG__nav{flex-wrap:wrap;gap:1.25rem;display:flex}.Header-module__Af2_WG__navLink{font-size:.9375rem}.Header-module__Af2_WG__noticeBar{background:var(--color-bg-tint);padding:.5rem 0}.Header-module__Af2_WG__noticeText{color:var(--color-text-muted);margin:0;font-size:.8125rem;line-height:1.5}@media (max-width:600px){.Header-module__Af2_WG__inner{flex-direction:column;align-items:flex-start}}
.Footer-module__EZoWya__footer{background:var(--color-text);color:#ffffffd9;padding:var(--section-pad) 0 2rem;margin-top:var(--section-pad);position:relative;overflow:hidden}.Footer-module__EZoWya__watermark{opacity:.06;pointer-events:none;position:absolute;bottom:-1rem;right:-1rem}.Footer-module__EZoWya__inner{z-index:1;position:relative}.Footer-module__EZoWya__disclaimer p{max-width:72ch;font-size:.875rem;line-height:1.6}.Footer-module__EZoWya__age{color:var(--color-accent-magenta);margin-top:.75rem;font-weight:600}.Footer-module__EZoWya__nav{flex-wrap:wrap;gap:.75rem 1.5rem;margin:1.5rem 0;display:flex}.Footer-module__EZoWya__nav a{color:#ffffffe6;font-size:.875rem;font-weight:600}.Footer-module__EZoWya__nav a:hover{color:var(--color-accent-magenta)}.Footer-module__EZoWya__copy{color:#ffffff8c;margin:0;font-size:.8125rem}
.AgeGate-module__49-b0q__overlay{z-index:9999;background:#1a1a2ebf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AgeGate-module__49-b0q__modal{border:1px solid var(--color-border);background:#fff;width:100%;max-width:420px;padding:2rem}.AgeGate-module__49-b0q__modal h2{font-size:1.5rem}.AgeGate-module__49-b0q__actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}
.CookieConsent-module__Ystraa__banner{z-index:9998;background:var(--color-text);color:#fff;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.CookieConsent-module__Ystraa__inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.CookieConsent-module__Ystraa__inner p{flex:1;min-width:200px;margin:0;font-size:.875rem}.CookieConsent-module__Ystraa__inner a{color:var(--color-accent-magenta)}.CookieConsent-module__Ystraa__inner a:hover{color:#fff}
:root{--color-bg:#fff;--color-bg-tint:#f0f4ff;--color-bg-band:#e8f0ff;--color-text:#1a1a2e;--color-text-muted:#4a5568;--color-accent-blue:#0057ff;--color-accent-magenta:#e6007a;--color-accent:var(--color-accent-blue);--color-border:#0057ff26;--color-border-hover:#0057ff73;--font-display:"Roboto Slab", Georgia, serif;--font-body:"Source Sans 3", system-ui, sans-serif;--font-mono:ui-monospace, monospace;--shadow-btn:0 2px 8px #0057ff2e;--shadow-card:0 4px 20px #1a1a2e14;--radius-btn:10px;--radius-badge:999px;--max-width:1120px;--section-pad:clamp(2.5rem, 5vw, 4rem)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-display);margin:0 0 .75em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.25rem}p{margin:0 0 1em}a{color:var(--color-accent-blue);font-weight:700;text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-magenta)}img{max-width:100%;height:auto;display:block}.page-bg{background:var(--color-bg);min-height:100vh}.page-bg--band .section-band{background:var(--color-bg-band)}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-magenta);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.hairline{border:none;border-top:1px solid var(--color-border);margin:0}.btn{font-family:var(--font-body);border-radius:var(--radius-btn);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-accent-blue);color:#fff;box-shadow:var(--shadow-btn)}.btn-primary:hover{background:var(--color-accent-magenta);color:#fff;box-shadow:0 4px 14px #e6007a40}.btn-secondary{color:var(--color-accent-blue);border:2px solid var(--color-accent-blue);box-shadow:none;background:0 0}.btn-secondary:hover{background:var(--color-accent-blue);color:#fff}.badge{border-radius:var(--radius-badge);color:var(--color-accent-blue);white-space:nowrap;background:#0057ff14;padding:.25rem .7rem;font-size:.75rem;font-weight:600;display:inline-block}.grade-badge{min-width:2.5rem;font-family:var(--font-display);color:#fff;border-radius:6px;justify-content:center;align-items:center;padding:.35rem .6rem;font-size:1.125rem;font-weight:800;display:inline-flex}.grade-a{background:var(--color-accent-blue)}.grade-b{background:#3b82f6}.grade-c{background:var(--color-accent-magenta)}.grade-d{background:#94a3b8}.card-hover-border{border:1px solid #0000;transition:border-color .2s}.card-hover-border:hover{border-color:var(--color-border-hover)}.prose{max-width:68ch}.prose ul,.prose ol{margin-bottom:1em;padding-left:1.25rem}.prose li{margin-bottom:.35em}.accent-word{color:var(--color-accent-magenta)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
