/* Extracted from the supplied Cuterock Supremacy article pack. */
:root{
  --bg:#fff6fa;--paper:#fff;--ink:#111;--muted:#6d6670;--pink:#ff4c98;
  --hot:#ff267e;--yellow:#ffe66f;--blue:#a9ddff;--violet:#c6b5ff;--green:#baf3a0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.crx{min-height:100vh;background:
 radial-gradient(circle at 7% 3%,rgba(255,76,152,.17),transparent 25rem),
 radial-gradient(circle at 94% 12%,rgba(169,221,255,.19),transparent 28rem),var(--bg)}
.crx-wrap{width:min(1120px,calc(100% - 36px));margin:auto}
.crx-top{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 0 12px;border-bottom:1px solid #111;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.crx-hero{padding:52px 0 38px}
.crx-kicker{display:inline-block;padding:7px 11px;border:1px solid #111;border-radius:999px;background:var(--yellow);font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;transform:rotate(-1deg)}
.crx h1{font-size:clamp(48px,7.2vw,94px);line-height:.89;letter-spacing:-.065em;margin:17px 0 18px;max-width:980px}
.crx-deck{font-size:clamp(18px,2vw,24px);line-height:1.4;max-width:820px;color:#373236}
.crx-strip{border-block:1px solid #111;background:var(--yellow);overflow:hidden;white-space:nowrap}
.crx-strip span{display:inline-block;padding:11px 0;font-weight:950;font-size:13px;letter-spacing:.05em}
.crx-layout{display:grid;grid-template-columns:190px minmax(0,760px);gap:54px;justify-content:center;align-items:start;padding-top:54px}
.crx-toc{position:sticky;top:24px;font-size:12px}
.crx-toc b{display:block;margin-bottom:9px;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.crx-toc a{display:block;padding:7px 0;border-bottom:1px solid #ddd;color:#766e75;text-decoration:none}
.crx-article p{font-size:18px;line-height:1.76;margin:0 0 24px}
.crx-article h2{font-size:clamp(34px,4vw,52px);line-height:.98;letter-spacing:-.045em;margin:76px 0 22px}
.crx-article h3{font-size:25px;letter-spacing:-.03em;margin:40px 0 15px}
.crx-article strong{font-weight:900}
.crx-big{font-size:clamp(30px,4vw,48px)!important;line-height:1.08!important;font-weight:950;letter-spacing:-.04em;border-block:2px solid #111;padding:28px 30px;margin:48px -55px!important}
.crx-big em{font-style:normal;color:var(--hot)}
.crx-call{border:1px solid #111;border-radius:19px;padding:21px 22px;margin:34px 0;background:var(--yellow);box-shadow:5px 5px 0 #111}
.crx-call.pink{background:#ffe2ee}.crx-call.blue{background:#e8f6ff}.crx-call.violet{background:#f1edff}.crx-call.green{background:#edffe5}
.crx-call b{display:block;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}
.crx-call p{font-size:16px;line-height:1.55;margin:0}
.crx-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0 44px}
.crx-card{border:1px solid #111;border-radius:17px;padding:19px;background:#fff}
.crx-card:nth-child(2n){background:#fff0f6}
.crx-card strong{display:block;font-size:26px;letter-spacing:-.035em;margin-bottom:7px}
.crx-card span{font-size:14px;line-height:1.45;color:#555}
.crx-quote{margin:45px 0;padding:30px;border-radius:24px;background:#111;color:#fff}
.crx-quote p{font-size:clamp(26px,3.4vw,40px);line-height:1.12;letter-spacing:-.035em;margin:0 0 14px}
.crx-quote small{color:#bfb7bd}
.crx-qa{border-top:2px solid #111;margin:32px 0}
.crx-q{font-size:16px;font-weight:950;padding:18px 0 8px}
.crx-a{font-size:18px;line-height:1.72;padding:0 0 22px;border-bottom:1px solid #bbb}
.crx-meter{margin:35px 0;border:1px solid #111;border-radius:20px;padding:20px;background:#fff}
.crx-meter-row{display:grid;grid-template-columns:190px 1fr 62px;gap:12px;align-items:center;margin:12px 0;font-size:13px}
.crx-track{height:18px;background:#eee;border:1px solid #ddd;border-radius:999px;overflow:hidden}.crx-fill{height:100%;background:linear-gradient(90deg,var(--pink),var(--violet));border-radius:999px}
.crx-law{counter-reset:law;margin:32px 0}
.crx-law div{counter-increment:law;border-top:1px solid #111;padding:18px 0 18px 58px;position:relative;font-size:17px;line-height:1.55}
.crx-law div:before{content:"§" counter(law);position:absolute;left:0;top:15px;font-size:25px;font-weight:950;color:var(--pink)}
.crx-end{margin:70px 0 85px;text-align:center}
.crx-end h2{font-size:clamp(47px,6.5vw,82px);line-height:.91;letter-spacing:-.06em;margin:0 0 16px}
.crx-end p{max-width:620px;margin:auto;font-size:18px;line-height:1.6}
.crx-footer{border-top:1px solid #111;padding:26px 0 48px;font-size:11px;color:#706970;display:flex;justify-content:space-between;gap:20px}
body.future{--bg:#f7f3ff;--pink:#8267ff;--hot:#694cff;--yellow:#d8ff6c;--blue:#a8f4ff}
body.archive{--bg:#f4f0e8;--pink:#e85c75;--yellow:#f0d98a}
body.dark{--bg:#111;--paper:#171717;--ink:#f8f6f7;--muted:#aaa}
body.dark .crx{background:radial-gradient(circle at 8% 3%,rgba(255,76,152,.15),transparent 25rem),#111}
body.dark .crx-top,body.dark .crx-big,body.dark .crx-toc a,body.dark .crx-law div,body.dark .crx-footer{border-color:#555}
body.dark .crx-card,body.dark .crx-meter{background:#191919;border-color:#666}
body.dark .crx-card:nth-child(2n){background:#21171c}
body.dark .crx-card span,body.dark .crx-toc a{color:#bbb}
@media(max-width:900px){.crx-layout{grid-template-columns:1fr}.crx-toc{display:none}.crx-big{margin:46px 0!important}}
@media(max-width:620px){.crx-wrap{width:calc(100% - 24px)}.crx-top span:last-child{display:none}.crx h1{font-size:clamp(46px,15vw,70px)}.crx-deck{font-size:18px}.crx-article p{font-size:17px;line-height:1.69}.crx-grid{grid-template-columns:1fr}.crx-big{font-size:33px!important;padding:23px 0}.crx-meter-row{grid-template-columns:1fr 55px}.crx-track{grid-column:1/-1;grid-row:2}.crx-footer{display:block}}

.crx-figure{margin:24px 0 42px}.crx-figure img{display:block;width:100%;border-radius:24px;border:1px solid var(--line);box-shadow:7px 7px 0 rgba(0,0,0,.10)}.crx-figure figcaption{margin-top:10px;font-size:13px;line-height:1.45;color:var(--muted)}
@media(max-width:720px){.crx-figure{margin:18px 0 32px}.crx-figure img{border-radius:18px}}
