:root { color-scheme: light; --ink:#171717; --muted:#505050; --line:#d7d7d7; --paper:#f5f5f5; --white:#fff; --green:#456111; --accent:#b1c91f; --dark:#171717; }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font:400 1rem/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
    a { color:var(--green); text-underline-offset:.18em; }
    a:hover { text-decoration-thickness:2px; }
a:focus-visible, summary:focus-visible { outline:3px solid var(--accent); outline-offset:4px; }
    .wrap { width:min(1140px,calc(100% - 2.5rem)); margin-inline:auto; }
    .skip { position:absolute; left:-9999px; top:0; background:#fff; padding:.6rem 1rem; z-index:10; }
    .skip:focus { left:1rem; }
header { background:var(--dark); color:white; border-bottom:3px solid var(--accent); }
.top { display:flex; align-items:center; justify-content:space-between; gap:1rem; min-height:72px; }
.identity { display:flex; align-items:center; gap:.9rem; min-width:0; }
.brand { display:grid; line-height:1.22; font-weight:760; letter-spacing:-.035em; font-size:1.05rem; color:#fff; text-decoration:none; }
.brand small { font-size:.73rem; font-weight:400; letter-spacing:0; color:#c9c9c9; margin-top:.18rem; }
nav { display:flex; flex-wrap:wrap; gap:.4rem 1.5rem; }
nav a { color:#e7e7e7; text-decoration:none; font-size:.9rem; font-weight:600; }
nav a:hover { color:var(--accent); }
.hero { padding:clamp(3.5rem,7vw,6.3rem) 0 4.5rem; background:linear-gradient(120deg,#171717,#292929 68%,#414414); color:white; }
    .hero-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(255px,.72fr); gap:clamp(2rem,6vw,6rem); align-items:center; }
.eyebrow { font-size:.78rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:#d6e783; }
    h1,h2,h3,p { margin-top:0; }
h1 { max-width:15ch; font-size:clamp(2.7rem,5.7vw,5.4rem); line-height:1.04; letter-spacing:-.065em; margin:.9rem 0 1.5rem; }
.hero p { color:#ededed; font-size:clamp(1.05rem,1.6vw,1.25rem); max-width:57ch; }
    .hero-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2rem; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:.68rem 1.1rem; background:var(--accent); border:1px solid var(--accent); border-radius:3px; color:#141414; text-decoration:none; font-weight:750; }
    .button:hover { background:white; }
.button.secondary { background:transparent; color:white; border-color:#aaa; }
.button.secondary:hover { background:#464646; }
.date-card { border:1px solid #bbb; padding:1.6rem; background:#252525; box-shadow:14px 14px 0 var(--accent); }
.date-card .small { color:#d6e783; text-transform:uppercase; letter-spacing:.1em; font-size:.75rem; font-weight:800; }
    .date-card strong { display:block; font-size:clamp(2rem,3.3vw,3.2rem); letter-spacing:-.06em; line-height:1.06; margin:.6rem 0 .9rem; }
.date-card p { font-size:.94rem; color:#e3e3e3; margin:0; }
    main section { scroll-margin-top:1.5rem; }
    .intro { padding:3.6rem 0 2rem; }
    .lead { max-width:760px; font-size:1.22rem; line-height:1.55; }
    .stat-strip { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-top:2.5rem; }
    .stat-strip div { padding:1.4rem 1.5rem 1.5rem 0; }
    .stat-strip div+div { border-left:1px solid var(--line); padding-left:1.5rem; }
    .stat-strip b { display:block; font-size:1.1rem; margin-bottom:.2rem; }
    .stat-strip span { color:var(--muted); font-size:.94rem; }
    section.block { padding:4.2rem 0; }
    .section-top { display:flex; justify-content:space-between; gap:2rem; align-items:end; margin-bottom:2rem; }
    .kicker { display:block; color:var(--green); text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; font-weight:800; margin-bottom:.7rem; }
h2 { font-size:clamp(2rem,3.5vw,3.35rem); letter-spacing:-.055em; line-height:1.12; max-width:20ch; margin-bottom:0; }
    .section-top p { max-width:42ch; color:var(--muted); margin:0; }
    .rules { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
    .rule { background:var(--white); border:1px solid var(--line); padding:1.65rem; min-height:220px; }
    .rule .num { display:inline-block; color:var(--green); font-size:.83rem; font-weight:800; margin-bottom:1.1rem; }
    h3 { font-size:1.25rem; letter-spacing:-.03em; line-height:1.3; margin-bottom:.7rem; }
    .rule p,.examples p { margin-bottom:0; color:var(--muted); }
.examples-area { background:#e9ecd9; }
    .examples { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
    .example { background:#fff; padding:1.6rem; border-top:5px solid var(--green); }
.example:nth-child(2) { border-top-color:#57834a; }
.example:nth-child(3) { border-top-color:#969d66; }
    .example .type { color:var(--green); font-weight:800; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; }
.example:nth-child(2) .type { color:#426238; }
.example:nth-child(3) .type { color:#536016; }
    .example blockquote { margin:1.1rem 0; font-size:1.22rem; line-height:1.4; font-weight:720; letter-spacing:-.025em; }
    .example p { font-size:.94rem; }
.note { margin-top:1.35rem; border-left:4px solid var(--accent); padding:.8rem 1rem; color:#343434; background:#f0f2e8; }
    .check-grid { display:grid; grid-template-columns:1fr 1fr; gap:3rem; }
    .steps { margin:0; padding:0; list-style:none; counter-reset:steps; }
.steps li { counter-increment:steps; position:relative; padding:0 0 1.5rem 3.5rem; border-left:1px solid #bfc5aa; margin-left:1rem; }
    .steps li:last-child { border-left-color:transparent; }
    .steps li::before { content:counter(steps,decimal-leading-zero); position:absolute; left:-1.05rem; top:-.12rem; display:grid; place-items:center; width:2.1rem; height:2.1rem; border-radius:50%; background:var(--dark); color:white; font-size:.74rem; font-weight:800; }
    .steps b { display:block; margin-bottom:.35rem; }
    .steps span { color:var(--muted); }
    .channel-box { background:var(--dark); color:white; padding:2.1rem; align-self:start; }
.channel-box h3 { color:#d6e783; }
    .channel-box ul { columns:2; padding-left:1.1rem; margin-bottom:0; }
    .channel-box li { padding:.25rem 0; break-inside:avoid; }
.channel-box p { color:#e1e1e1; }
    .faq { background:white; }
    details { border-bottom:1px solid var(--line); }
    details:first-of-type { border-top:1px solid var(--line); }
    summary { cursor:pointer; font-weight:700; font-size:1.08rem; padding:1.25rem 2rem 1.25rem 0; list-style:none; position:relative; }
    summary::-webkit-details-marker { display:none; }
    summary::after { content:'+'; position:absolute; right:.2rem; font-size:1.4rem; top:1rem; font-weight:400; }
    details[open] summary::after { content:'−'; }
    details p { max-width:75ch; padding:0 1rem 1.2rem 0; color:var(--muted); }
.sources { background:#ecefe1; padding:2.5rem 0; }
.sources h2 { font-size:1.35rem; letter-spacing:-.02em; max-width:none; margin:0 0 .75rem; }
    .sources ul { display:grid; grid-template-columns:1fr 1fr; gap:.7rem 2rem; padding-left:1.2rem; }
    .sources li { padding:.22rem 0; }
    .sources p { color:var(--muted); max-width:78ch; }
footer { background:var(--dark); color:#e0e0e0; font-size:.9rem; }
footer .wrap { display:flex; justify-content:space-between; flex-wrap:wrap; gap:1rem 2rem; }
footer a { color:#d6e783; }
.footer-brand { background:#fff; border-top:4px solid var(--accent); }
.footer-brand .wrap { align-items:center; justify-content:flex-start; gap:1rem clamp(1rem,4vw,3rem); min-height:150px; padding-block:1rem; }
.footer-brand a { display:inline-block; }
.footer-logo { display:block; width:140px; height:140px; object-fit:contain; }
.footer-contact { color:var(--ink); font-style:normal; font-size:.95rem; line-height:1.55; }
footer .footer-contact a { color:var(--green); }
.footer-bottom { padding:2rem 0; }
.footer-links { display:flex; flex-wrap:wrap; align-items:center; gap:.7rem 1.4rem; }
.publisher-section { background:#191919; color:#fff; padding:3.7rem 0; }
.publisher-section .kicker { color:#d6e783; }
.publisher-section h2 { max-width:23ch; }
.publisher-section p { color:#ededed; max-width:68ch; margin:1.25rem 0 0; }
.publisher-section .publisher-cta { display:flex; flex-wrap:wrap; align-items:center; gap:1rem; margin-top:1.6rem; }
.publisher-section .publisher-cta a:not(.button) { color:#d6e783; }
.legal-page { min-height:65vh; padding:4rem 0 5rem; }
.legal-page h1 { font-size:clamp(2.5rem,5vw,4.4rem); max-width:none; }
.legal-page h2 { font-size:1.65rem; max-width:none; margin:2.2rem 0 .8rem; }
.legal-page p,.legal-page ul,.legal-page address { max-width:78ch; }
.legal-page address { font-style:normal; }
.legal-page a { overflow-wrap:anywhere; }
.legal-page .legal-intro { font-size:1.17rem; max-width:70ch; }
@media(max-width:900px){ .top { align-items:flex-start; flex-direction:column; padding:1rem 0; } nav { gap:.35rem 1.2rem; } }
@media(max-width:800px){ .hero-grid,.check-grid { grid-template-columns:1fr; } .date-card { max-width:360px; } .examples { grid-template-columns:1fr; } .example { min-height:0; } .section-top { display:block; } .section-top p { margin-top:1rem; } }
    @media(max-width:580px){ .top { align-items:flex-start; flex-direction:column; padding:1rem 0; } nav { font-size:.9rem; } .hero { padding:3rem 0 3.5rem; } .rules,.stat-strip,.sources ul { grid-template-columns:1fr; } .stat-strip div+div { border-left:0; border-top:1px solid var(--line); padding-left:0; } .stat-strip div { padding:1rem 0; } .channel-box ul { columns:1; } .wrap { width:min(100% - 2rem,1140px); } section.block { padding:3.2rem 0; } }
    @media(prefers-reduced-motion:reduce){ html { scroll-behavior:auto; } }
