:root{--cream:#f5f0e8;--cream-dark:#ebe4d8;--red:#b91c1c;--red-dark:#991b1b;--red-light:#fef2f2;--ink:#1c1917;--ink-muted:#57534e;--ink-light:#78716c;--white:#fff;--border:#d6d3d1;--shadow:0 2px 8px #1c191714;--font-serif:"Libre Baskerville", Georgia, "Times New Roman", serif;--radius-soft:8px;--max-width:1120px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-serif);color:var(--ink);background-color:var(--cream);background-image:radial-gradient(circle at 2% 5%,#b91c1c0a 0%,#0000 40%),radial-gradient(circle at 98% 95%,#b91c1c08 0%,#0000 35%),linear-gradient(135deg,#0000 48%,#b91c1c05 49%,#0000 51%),linear-gradient(45deg,#0000 48%,#1c191704 49%,#0000 51%);background-size:100% 100%,100% 100%,80px 80px,60px 60px;min-height:100vh;font-size:1rem;line-height:1.65}a{color:var(--red);text-decoration:none;transition:color .2s,text-decoration-color .2s}a:hover{text-underline-offset:3px;text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--ink);font-weight:700;line-height:1.2}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.125rem,2vw,1.375rem)}p+p{margin-top:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.section-divider{border:none;border-top:2px dotted var(--border);max-width:120px;margin:3rem auto}.accent-rule{background:var(--red);border:none;width:48px;height:3px;margin:1.5rem auto}.heading-rule{background:var(--red);border:none;width:100%;height:2px;margin-top:.5rem;margin-bottom:1.25rem}.btn{font-family:var(--font-serif);border-radius:var(--radius-soft);cursor:pointer;text-align:center;border:2px solid #0000;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,transform .15s;display:inline-block}.btn:active{transform:scale(.98)}.btn-primary{background:var(--red);color:var(--white);box-shadow:var(--shadow);border-color:var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);text-decoration:none;box-shadow:0 3px 12px #b91c1c40}.btn-secondary{color:var(--red);border-color:var(--red);box-shadow:none;background:0 0}.btn-secondary:hover{background:var(--red-light);text-decoration:none}.badge{background:var(--red);color:var(--white);white-space:nowrap;border-radius:999px;padding:.25rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.badge-muted{background:var(--cream-dark);color:var(--ink-muted)}.verdict-badge{background:var(--red);color:var(--white);letter-spacing:.02em;border-radius:4px;padding:.35rem .85rem;font-size:.85rem;font-weight:700;display:inline-block}.verdict-solid{background:#57534e}.verdict-staerk{background:var(--red)}.verdict-niche{background:#92400e}.framed{border:3px double var(--ink);padding:1.5rem}.prose{max-width:68ch}.prose h2{margin-top:2rem;margin-bottom:.75rem}.prose h3{margin-top:1.5rem;margin-bottom:.5rem}.prose ul,.prose ol{margin:1rem 0 1rem 1.5rem}.prose li{margin-bottom:.4rem}.page-hero{padding:2.5rem 0 2rem}.page-hero h1{margin-bottom:1rem}.legal-note{color:var(--ink-light);margin-top:.5rem;font-size:.8rem}.disclaimer-block{background:var(--cream-dark);border:3px double var(--border);color:var(--ink-muted);margin-top:2rem;padding:1.25rem 1.5rem;font-size:.875rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Header-module__Af2_WG__header{background:var(--white);border-bottom:3px double var(--ink);z-index:100;position:sticky;top:0}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;padding-bottom:.75rem;display:flex}.Header-module__Af2_WG__brand{color:var(--ink);align-items:center;gap:.6rem;text-decoration:none;display:flex}.Header-module__Af2_WG__brand:hover{text-decoration:none}.Header-module__Af2_WG__brandName{font-size:1.1rem;font-weight:700}.Header-module__Af2_WG__nav{align-items:center;gap:1.5rem;display:none}.Header-module__Af2_WG__nav a{color:var(--ink);font-size:.9rem;font-weight:700}.Header-module__Af2_WG__nav a:hover{color:var(--red)}.Header-module__Af2_WG__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.Header-module__Af2_WG__menuBtn span{background:var(--ink);width:22px;height:2px;display:block}@media (min-width:768px){.Header-module__Af2_WG__menuBtn{display:none}.Header-module__Af2_WG__nav{display:flex}}.Header-module__Af2_WG__navOpen{background:var(--white);border-bottom:3px double var(--ink);flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.25rem;display:flex;position:absolute;top:100%;left:0;right:0}@media (min-width:768px){.Header-module__Af2_WG__navOpen{border:none;flex-direction:row;padding:0;position:static}}
.Footer-module__EZoWya__footer{background:var(--white);border-top:3px double var(--ink);margin-top:4rem;padding:3rem 0 1.5rem;position:relative;overflow:hidden}.Footer-module__EZoWya__inner{position:relative}.Footer-module__EZoWya__watermark{opacity:.06;pointer-events:none;position:absolute;bottom:40px;right:-10px}.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module__EZoWya__brandCol{grid-column:1/-1}@media (min-width:900px){.Footer-module__EZoWya__brandCol{grid-column:auto}}.Footer-module__EZoWya__brandRow{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.Footer-module__EZoWya__disclaimer{color:var(--ink-muted);max-width:42ch;font-size:.85rem}.Footer-module__EZoWya__updated{color:var(--ink-light);margin-top:.75rem;font-size:.8rem}.Footer-module__EZoWya__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:.75rem;font-size:.75rem}.Footer-module__EZoWya__links{list-style:none}.Footer-module__EZoWya__links li{margin-bottom:.4rem}.Footer-module__EZoWya__links a{color:var(--ink-muted);font-size:.875rem}.Footer-module__EZoWya__bottom{border-top:2px dotted var(--border);color:var(--ink-light);flex-direction:column;gap:.35rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.8rem;display:flex}@media (min-width:640px){.Footer-module__EZoWya__bottom{flex-direction:row;justify-content:space-between}}
.TopNotice-module__eCbCYG__strip{background:var(--red);color:var(--white);padding:.5rem 0;font-size:.8rem}.TopNotice-module__eCbCYG__inner{align-items:center;gap:.75rem;display:flex}.TopNotice-module__eCbCYG__age{background:var(--white);color:var(--red);border-radius:4px;flex-shrink:0;padding:.15rem .5rem;font-size:.85rem;font-weight:700}.TopNotice-module__eCbCYG__inner p{line-height:1.4}.TopNotice-module__eCbCYG__inner a{color:var(--white);font-weight:700}.TopNotice-module__eCbCYG__inner a:hover{text-decoration:underline}
.AgeGate-module__49-b0q__overlay{z-index:1000;background:#1c1917bf;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.AgeGate-module__49-b0q__modal{background:var(--white);border:3px double var(--ink);width:100%;max-width:440px;padding:2rem}.AgeGate-module__49-b0q__modal h2{margin-bottom:.75rem;font-size:1.35rem}.AgeGate-module__49-b0q__modal p{color:var(--ink-muted);margin-bottom:1.5rem;font-size:.95rem}.AgeGate-module__49-b0q__actions{flex-direction:column;gap:.75rem;display:flex}@media (min-width:400px){.AgeGate-module__49-b0q__actions{flex-direction:row}}
.CookieConsent-module__Ystraa__banner{background:var(--white);border-top:3px double var(--ink);z-index:90;padding:1rem 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #1c191714}.CookieConsent-module__Ystraa__inner{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.CookieConsent-module__Ystraa__inner p{color:var(--ink-muted);flex:1;font-size:.875rem}@media (min-width:640px){.CookieConsent-module__Ystraa__inner{flex-direction:row;justify-content:space-between;align-items:center}}
