:root{
  --bg:#f5f1e8;--paper:#fffdf8;--ink:#111827;--muted:#626b78;--line:#d9d3c7;
  --red:#d73a32;--red-dark:#a52420;--blue:#2a63d4;--yellow:#e8b829;--green:#26755b;
  --shadow:0 20px 60px rgba(17,24,39,.12);--radius:24px;--shell:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.65}
body.dark{--bg:#0f1720;--paper:#17212c;--ink:#f5f1e8;--muted:#b4bdc7;--line:#34404d;--shadow:0 20px 60px rgba(0,0,0,.25)}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:var(--paper);padding:12px 16px;border-radius:8px}.skip-link:focus{top:16px}
.topline{background:var(--ink);color:var(--bg);font-size:12px}.topline__inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topline__status{display:flex;align-items:center;gap:8px}.topline__status i{width:7px;height:7px;border-radius:50%;background:#57d19b;box-shadow:0 0 0 5px rgba(87,209,155,.16)}
.site-header{position:relative;z-index:20}.brand-row{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;gap:13px;align-items:center}.brand__mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff}.brand__mark svg{width:35px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.brand strong{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:21px;letter-spacing:-1px;display:block}.brand small{display:block;font-size:11px;color:var(--muted);letter-spacing:.02em}.brand-row__actions{display:flex;gap:10px;align-items:center}.icon-button,.menu-button{border:1px solid var(--line);background:var(--paper);color:var(--ink);cursor:pointer}.icon-button{width:44px;height:44px;border-radius:50%;display:grid;place-items:center}.icon-button svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8}.menu-button{display:none;border-radius:12px;padding:10px 12px}.menu-button span{display:block;width:20px;height:2px;background:currentColor;margin:3px}.menu-button b{font-size:11px;margin-left:8px}
.main-nav{border-block:1px solid var(--line);background:var(--paper)}.main-nav__inner{display:flex;gap:32px;align-items:center;min-height:54px}.main-nav a{font-weight:700;font-size:14px;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-16px;height:3px;background:var(--red);transition:.25s}.main-nav a:hover:after,.main-nav a.is-active:after{right:0}.ticker{background:var(--yellow);color:#1c1c1c}.ticker__inner{display:flex;align-items:center;gap:18px;min-height:42px;font-size:12px}.ticker strong{background:#111827;color:white;padding:3px 8px;font-size:10px;letter-spacing:.12em}.ticker p{margin:0;font-weight:700}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-block:70px 64px}.hero__lead h1,.article-hero h1,.tool-hero h1,.about-hero h1{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;letter-spacing:-.055em;line-height:1.04;margin:.25em 0}.hero__lead h1{font-size:clamp(42px,5.6vw,78px)}.hero__lead>p{font-size:19px;color:var(--muted);max-width:680px}.eyebrow,.kicker{font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red)}.eyebrow:before{content:"";width:22px;height:3px;background:currentColor}.eyebrow--blue{color:var(--blue)}.eyebrow--yellow{color:#a07800}.eyebrow--red{color:var(--red)}.meta-line{display:flex;gap:18px;align-items:center;color:var(--muted);font-size:12px;margin:20px 0}.meta-line>*+*:before{content:"•";margin-right:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--red);color:#fff;border:0;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;box-shadow:0 10px 30px rgba(215,58,50,.2);transition:.2s}.button:hover{transform:translateY(-2px);background:var(--red-dark)}.button--light{background:#fff;color:#111827;box-shadow:none}.hero__visual{position:relative;border-radius:36px;overflow:hidden;background:#d9e7ff;box-shadow:var(--shadow);aspect-ratio:1/1}.hero__visual img{width:100%;height:100%;object-fit:cover}.hero__badge{position:absolute;right:22px;bottom:22px;background:rgba(255,253,248,.92);color:#111827;border-radius:18px;padding:12px 16px;backdrop-filter:blur(8px);font-weight:800}.hero__badge b{font-size:28px;color:var(--red);margin-right:6px}
.manifesto{background:var(--red);color:#fff}.manifesto__inner{min-height:116px;display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:24px}.manifesto p{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:clamp(18px,2.6vw,33px);margin:0}.manifesto p:last-child{text-align:right}.manifesto span{height:1px;background:rgba(255,255,255,.55)}
.section{padding-block:92px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}.section-heading h2{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:clamp(30px,4vw,50px);letter-spacing:-.045em;line-height:1.05;margin:6px 0 0}.section-heading>p{max-width:400px;color:var(--muted);margin:0}.kicker{color:var(--red)}.news-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.news-card,.utility-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.news-card--wide{grid-row:span 2}.news-card__image{display:block;overflow:hidden;aspect-ratio:16/9;background:#dfe7ef}.news-card--wide .news-card__image{aspect-ratio:16/11}.news-card__image img{width:100%;height:100%;object-fit:cover;transition:.5s}.news-card:hover .news-card__image img{transform:scale(1.035)}.news-card__image--teaser{position:relative}.news-card__image--teaser span{position:absolute;right:14px;top:14px;background:var(--yellow);color:#111827;font-weight:900;padding:6px 10px;transform:rotate(2deg)}.news-card__body{padding:26px}.news-card h3{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;line-height:1.18;letter-spacing:-.03em;font-size:22px;margin:12px 0}.news-card--wide h3{font-size:31px}.news-card p{color:var(--muted)}.news-card .meta-line{justify-content:space-between;margin-bottom:0}.news-card .meta-line a{color:var(--red);font-weight:800}.utility-card{padding:30px;background:var(--blue);color:#fff;border:0}.utility-card .kicker{color:#cfe0ff}.utility-card h3{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:30px;margin:10px 0}.utility-card p{color:#dfe9ff}.mini-pressure{display:flex;align-items:baseline;gap:8px;margin:25px 0}.mini-pressure b{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:40px}.mini-pressure span{font-size:30px;opacity:.55}.mini-pressure i{font-size:11px;font-style:normal;opacity:.8}
.section--ink{background:#111827;color:#f7f1e8}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:90px}.split-feature h2{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.055em;margin:12px 0}.split-feature p{color:#bbc4d0;font-size:18px}.text-link{font-weight:800;color:#fff;border-bottom:1px solid #657083;padding-bottom:3px}.checklist-panel{border:1px solid #384555;border-radius:26px;padding:30px;background:#16202c}.checklist-panel h3{font-size:14px;text-transform:uppercase;letter-spacing:.13em;color:#93a1b3}.checklist-panel ul{padding:0;margin:0;list-style:none}.checklist-panel li{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #34404e;font-weight:700}.checklist-panel li:last-child{border:0}.checklist-panel li span{color:var(--yellow)}
.newsletter{margin-block:76px;background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:35px 40px;display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter h2{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;margin:5px 0}.newsletter p{margin:0;color:var(--muted)}
.site-footer{background:#0b1119;color:#e8edf3;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:60px}.brand--footer{color:#fff}.brand--footer small{color:#9ba6b2}.footer-grid p{color:#9ba6b2;max-width:480px}.footer-grid h2{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#8492a1}.footer-grid>div>a,.footer-grid .text-button{display:block;margin:10px 0;color:#d1d8e0}.text-button{padding:0;border:0;background:none;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.footer-bottom{border-top:1px solid #24303d;margin-top:45px;padding-block:20px;display:flex;justify-content:space-between;color:#7e8b99;font-size:12px}
.article-hero{display:grid;grid-template-columns:1fr .86fr;gap:55px;align-items:center;padding-block:70px}.article-hero h1{font-size:clamp(40px,5.3vw,72px)}.article-hero__copy>p{font-size:19px;color:var(--muted)}.article-hero__media{margin:0;border-radius:30px;overflow:hidden;background:var(--paper);box-shadow:var(--shadow)}.article-hero__media img{width:100%;aspect-ratio:1/1;object-fit:cover}.article-hero__media figcaption{padding:12px 16px;font-size:11px;color:var(--muted);background:var(--paper)}.article-hero__media--teaser img{aspect-ratio:1/1}.reading-progress{position:fixed;z-index:50;top:0;left:0;height:3px;width:0;background:var(--red)}.article-layout{display:grid;grid-template-columns:220px minmax(0,760px);gap:70px;justify-content:center;padding-bottom:90px}.sticky-card{position:sticky;top:20px;border-top:4px solid var(--red);padding-top:18px}.sticky-card strong{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif}.sticky-card p{color:var(--muted);font-size:12px}.share-button{width:100%;text-align:left;border:0;border-bottom:1px solid var(--line);padding:12px 0;background:none;color:var(--ink);cursor:pointer}.article-body{font-size:18px}.article-body>p{color:#333d4a}.dark .article-body>p{color:#d5dbe2}.article-body h2{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;letter-spacing:-.035em;font-size:32px;line-height:1.2;margin:58px 0 18px}.article-body h3{font-size:18px;margin:0 0 8px}.article-notice{border-left:5px solid var(--blue);background:rgba(42,99,212,.08);padding:22px 24px;border-radius:0 16px 16px 0;margin:0 0 38px}.article-notice--yellow{border-color:var(--yellow);background:rgba(232,184,41,.14)}.article-notice p{margin:5px 0 0}.article-steps>div{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid var(--line)}.article-steps>div>span{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;color:var(--red);font-size:24px}.article-steps p,.article-grid p{margin:0;color:var(--muted);font-size:16px}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.article-grid section{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px}.article-body blockquote{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:clamp(25px,3.3vw,42px);line-height:1.18;letter-spacing:-.045em;margin:56px -60px;padding:30px 60px;border-block:1px solid var(--line);color:var(--red)}.emergency-box{display:flex;gap:18px;background:#271310;color:#fff4f1;padding:24px;border-radius:18px;margin:34px 0}.emergency-box>span{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-weight:900;font-size:23px}.emergency-box p{margin:5px 0 0;color:#f0c6bd}.sources{border-top:1px solid var(--line);margin-top:62px;padding-top:24px}.sources h2{font-size:20px;margin:0}.sources p{font-size:13px;color:var(--muted)}.sources ol{font-size:14px;padding-left:20px}.sources a{text-decoration:underline;text-underline-offset:3px}.more-stories{padding-bottom:90px}.story-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.story-row article{border-top:3px solid var(--ink);padding-top:20px}.story-row h3{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:23px;line-height:1.2}.story-row p{color:var(--muted)}
.tool-hero{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:50px;padding-block:60px}.tool-hero h1{font-size:clamp(44px,6vw,78px)}.tool-hero p{font-size:18px;color:var(--muted)}.tool-hero img{border-radius:28px}.diary-layout{display:grid;grid-template-columns:420px 1fr;gap:28px;padding-bottom:90px}.pressure-form,.diary-results{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:28px}.form-heading,.diary-results__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.form-heading span{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:23px}.form-heading b{font-size:11px;color:var(--muted)}.pressure-form label{display:block;font-size:12px;font-weight:800;margin:14px 0}.pressure-form input,.pressure-form textarea,.pressure-form select{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--ink);padding:12px;margin-top:6px;outline:none}.pressure-form input:focus,.pressure-form textarea:focus,.pressure-form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(42,99,212,.12)}.pressure-form label small{font-size:10px;color:var(--muted)}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-message{min-height:24px;font-size:12px;color:var(--green)}.diary-results__head h2{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;margin:5px 0}.diary-empty{border:1px dashed var(--line);border-radius:18px;padding:45px;text-align:center;color:var(--muted)}.diary-list{display:grid;gap:12px}.diary-entry{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:15px 0}.diary-entry__date{font-size:11px;color:var(--muted)}.diary-entry__value b{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:24px}.diary-entry__value span{color:var(--muted);font-size:12px}.diary-entry__note{font-size:12px;color:var(--muted)}.diary-entry button{border:0;background:none;color:var(--red);cursor:pointer}.diary-disclaimer{margin-top:25px;background:rgba(232,184,41,.13);border-radius:14px;padding:16px;font-size:12px}.about-hero{padding-block:90px;max-width:960px;margin-left:max(20px,calc((100% - 1180px)/2))}.about-hero h1{font-size:clamp(48px,7vw,90px)}.about-hero p{font-size:21px;max-width:800px;color:var(--muted)}.principles{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-bottom:90px}.principles article{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:30px}.principles span{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;color:var(--red)}.principles h2{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:24px}.principles p{color:var(--muted)}.about-banner{background:var(--red);color:#fff}.about-banner .shell{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.about-banner p{font-size:18px;margin:0}.about-banner strong{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:clamp(36px,6vw,76px);line-height:1.05}.not-found{text-align:center;padding-block:100px}.error-code{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif;font-size:110px;color:var(--red)}.not-found h1{font-family:"Arial Black",Impact,Inter,system-ui,sans-serif}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){.menu-button{display:flex;align-items:center}.main-nav{display:none}.main-nav.is-open{display:block}.main-nav__inner{align-items:stretch;flex-direction:column;gap:0;padding-block:10px}.main-nav a{padding:12px 0}.main-nav a:after{display:none}.hero,.article-hero,.tool-hero{grid-template-columns:1fr}.hero{padding-top:45px}.hero__visual{max-width:650px}.news-grid{grid-template-columns:1fr}.news-card--wide{grid-row:auto}.split-feature{grid-template-columns:1fr;gap:40px}.article-layout{grid-template-columns:1fr;gap:20px}.article-aside{display:none}.article-body blockquote{margin:48px 0;padding:24px 0}.diary-layout{grid-template-columns:1fr}.tool-hero img{max-width:500px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:620px){:root{--shell:min(100% - 24px,1180px)}.topline__status{display:none}.brand-row{min-height:84px}.brand small{display:none}.brand strong{font-size:18px}.brand__mark{width:42px;height:42px}.hero{gap:28px;padding-block:42px}.hero__lead h1{font-size:39px}.hero__lead>p{font-size:16px}.manifesto__inner{grid-template-columns:1fr;gap:6px;padding-block:24px}.manifesto span{display:none}.manifesto p:last-child{text-align:left}.section{padding-block:64px}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}.section-heading h2{font-size:34px}.news-card--wide h3,.news-card h3{font-size:23px}.split-feature{padding-block:64px}.newsletter{padding:26px;align-items:flex-start;flex-direction:column}.article-hero{padding-block:44px}.article-hero h1{font-size:38px}.article-body{font-size:16px}.article-body h2{font-size:27px}.article-grid,.story-row,.principles{grid-template-columns:1fr}.article-steps>div{grid-template-columns:48px 1fr}.article-body blockquote{font-size:27px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:6px}.tool-hero{padding-block:45px}.tool-hero h1{font-size:42px}.diary-layout{padding-bottom:60px}.form-pair{grid-template-columns:1fr}.diary-entry{grid-template-columns:1fr auto}.diary-entry__date{grid-column:1/-1}.about-hero{padding-block:60px}.about-hero h1{font-size:45px}}
@media print{.site-header,.site-footer,.article-aside,.more-stories,.reading-progress,.button,.ticker{display:none!important}body{background:#fff;color:#000}.article-hero,.article-layout{display:block;padding:20px}.article-hero__media{max-width:360px;box-shadow:none}.article-body{max-width:none}.article-body blockquote{color:#000}.sources a:after{content:" (" attr(href) ")"}}
