:root {
  --bg: #070a07;
  --panel: #0d120d;
  --panel-2: #111811;
  --text: #f3f6ef;
  --muted: #9aa899;
  --line: #263126;
  --lime: #bfff00;
  --lime-2: #7eff44;
  --danger: #ff5f6d;
  --retro: #11888f;
  --shadow: 0 0 0 1px rgba(191,255,0,.14), 0 18px 70px rgba(0,0,0,.3);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.archive-mode { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--lime); color: #000; }
.noscript { padding: 16px; background: #ffdf66; color: #111; text-align: center; }

/* 2016 archive */
.archive-screen { min-height: 100vh; display: grid; place-items: center; padding: 22px; background: #f1f1ef; color: #111; }
.retro-desktop { width: min(980px, 100%); aspect-ratio: 4 / 3; min-height: 520px; position: relative; overflow: hidden; background: linear-gradient(145deg, #168b91 0%, #10767c 100%); border: 5px ridge #d9d9d9; box-shadow: 0 30px 80px rgba(0,0,0,.25); image-rendering: pixelated; }
.retro-icons { position: absolute; left: 14px; top: 15px; display: grid; gap: 18px; width: 78px; }
.retro-icon { display: grid; place-items: center; gap: 4px; width: 78px; padding: 3px; border: 1px solid transparent; background: transparent; color: white; text-shadow: 1px 1px #000; font-family: "Courier New", monospace; text-align: center; cursor: pointer; }
.retro-icon:hover, .retro-icon:focus-visible { background: rgba(0,0,128,.35); border-color: rgba(255,255,255,.45); outline: 1px dotted white; outline-offset: -2px; }
.retro-icon span { font-size: 29px; filter: saturate(.75); }
.retro-icon small { font-size: 11px; line-height: 1.1; }
.retro-window { position: absolute; left: 16%; top: 12%; width: 66%; min-width: 560px; background: #c0c0c0; border: 3px outset #efefef; box-shadow: 8px 8px 0 rgba(0,0,0,.18); }
.retro-titlebar { height: 32px; display: flex; align-items: center; gap: 8px; padding: 4px 5px; color: white; background: linear-gradient(90deg,#000080,#1084d0); font: 700 16px "Tahoma", sans-serif; }
.retro-app-icon { font-size: 16px; }
.retro-window-buttons { margin-left: auto; display: flex; gap: 3px; }
.retro-window-buttons span { display: grid; place-items: center; width: 23px; height: 22px; color: #111; background: #c0c0c0; border: 2px outset #fff; font-size: 13px; }
.retro-window-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; padding: 18px; min-height: 350px; }
.retro-photo-wrap { padding: 6px; background: white; border: 3px inset #eee; display: grid; place-items: center; cursor: pointer; }
.retro-photo-wrap:focus-visible { outline: 3px dotted #000080; outline-offset: 3px; }
.retro-photo-wrap img { width: 100%; height: 100%; object-fit: cover; filter: contrast(.93) saturate(.88); }
.retro-copy { color: white; padding: 12px 8px; font: 700 22px/1.35 "Courier New", monospace; text-shadow: 1px 1px #0c5e63; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.retro-year { font-size: clamp(30px, 4vw, 54px); margin-bottom: 8px; }
.retro-copy p { margin: 8px 0 14px; }
.retro-button { margin-top: 8px; color: #111; background: #c0c0c0; border: 3px outset #fff; padding: 9px 15px; font: 700 16px Tahoma, sans-serif; cursor: pointer; }
.retro-button:active { border-style: inset; }
.retro-taskbar { position: absolute; inset: auto 0 0; height: 42px; display: flex; align-items: center; gap: 8px; padding: 4px; background: #c0c0c0; border-top: 2px outset #fff; font: 700 14px Tahoma, sans-serif; }
.retro-start, .retro-task { height: 32px; display: flex; align-items: center; gap: 5px; padding: 3px 9px; border: 2px outset #fff; background: #c0c0c0; color: #111; }
.retro-start { font-weight: 800; cursor: pointer; }
.retro-start:hover, .retro-task:hover, .retro-start:focus-visible, .retro-task:focus-visible { filter: brightness(1.04); outline: 1px dotted #111; outline-offset: -4px; }
.retro-start:active, .retro-task:active { border-style: inset; }
.retro-task { min-width: 180px; background: #ddd; border-style: inset; }
.retro-clock { margin-left: auto; height: 32px; display: flex; align-items: center; padding: 0 10px; border: 2px inset #eee; color: #111; font-weight: 400; }

/* Glitch transition */
.transition-layer { position: fixed; inset: 0; z-index: 50; display: none; place-items: center; overflow: hidden; background: #030403; color: #dfffda; font: 700 clamp(15px, 2vw, 24px)/1.45 "Courier New", monospace; }
.transition-layer.active { display: grid; animation: powerOn .8s ease both; }
.transition-layer::before, .transition-layer::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.transition-layer::before { background: repeating-linear-gradient(0deg, rgba(255,255,255,.028) 0 1px, transparent 1px 4px); }
.transition-layer::after { background: linear-gradient(90deg, rgba(255,0,0,.03), transparent 35%, rgba(0,255,200,.04)); mix-blend-mode: screen; animation: glitchWash .22s steps(2,end) infinite; }
.transition-copy { width: min(760px, 86vw); position: relative; z-index: 2; }
.transition-copy p { margin: 0 0 5px; opacity: .8; }
.transition-copy .match { color: var(--lime); opacity: 1; }
.transition-copy strong { display: block; margin-top: 20px; color: white; font: 1000 clamp(68px, 17vw, 190px)/.82 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: .02em; text-shadow: 6px 0 var(--lime), -5px 0 #ff44c7; animation: glitchText .14s steps(2,end) infinite; }
.transition-copy span, .transition-copy em { display: block; margin-top: 10px; font-style: normal; }
.transition-copy em { color: var(--lime); font-size: 1.3em; }
@keyframes powerOn { from { opacity: 0; transform: scaleY(.02); } 35% { opacity: 1; transform: scaleY(.02); } to { transform: scaleY(1); } }
@keyframes glitchText { 0%,100% { transform: translate(0); } 33% { transform: translate(2px,-1px); } 66% { transform: translate(-2px,1px); } }
@keyframes glitchWash { 0%,100% { transform: translateX(0); } 50% { transform: translateX(4px); } }

/* Main site */
.site-shell { min-height: 100vh; background: var(--bg); }
.topbar { position: sticky; top: 0; z-index: 20; min-height: 72px; display: flex; align-items: center; gap: 32px; padding: 12px clamp(18px, 4vw, 58px); background: rgba(7,10,7,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 1000; font-size: 23px; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; color: #c9d3c5; }
.main-nav a:hover { color: var(--lime); }
.nav-buy { padding: 11px 15px; border-radius: 8px; background: var(--lime); color: #0b0d08 !important; }
.menu-toggle { display: none; margin-left: auto; padding: 10px 12px; border: 1px solid var(--line); background: transparent; border-radius: 8px; }
.hero { min-height: 760px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { min-width: 0; padding: clamp(72px, 8vw, 130px) clamp(22px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow { display: inline-block; color: var(--lime); font: 800 12px/1.3 "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .section h2, .final-cta h2 { margin: 18px 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .01em; }
.hero h1 { font-size: clamp(76px, 10vw, 156px); line-height: .78; }
.hero h1 span { color: var(--lime); }
.hero-sub { max-width: 620px; margin: 8px 0 24px; color: #c9d1c5; font-size: clamp(17px, 1.7vw, 23px); line-height: 1.45; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; padding: 12px 17px; background: #111711; color: white; font-weight: 900; cursor: pointer; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); border-color: #5d6c5b; }
.btn.primary { background: var(--lime); border-color: var(--lime); color: #071000; }
.btn.secondary { background: #111611; }
.btn.ghost { background: transparent; }
.btn.xbtn { background: white; color: #111; }
.ca-line { margin-top: 18px; max-width: 650px; display: flex; gap: 10px; align-items: center; padding: 11px 13px; border: 1px solid var(--line); background: #0a0f0a; border-radius: 8px; overflow: hidden; }
.ca-line span { color: var(--lime); font: 800 11px "Courier New", monospace; }
.ca-line code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #aebaaa; font-size: 12px; }
.hero-proof { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 16px; color: #8d9a88; font-size: 12px; }
.hero-proof a:hover { color: var(--lime); }
.hero-visual { position: relative; min-width: 0; min-height: 720px; display: grid; place-items: center; background: radial-gradient(circle at 65% 35%, rgba(191,255,0,.2), transparent 28%), linear-gradient(145deg, #0f150f, #050705); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 97%, rgba(191,255,0,.11) 98%), linear-gradient(90deg, transparent 97%, rgba(191,255,0,.08) 98%); background-size: 40px 40px; mask-image: linear-gradient(to top, #000, transparent 72%); }
.hero-cat-frame { width: min(74%, 690px); aspect-ratio: 1 / 1; border: 2px solid var(--lime); border-radius: 50%; padding: 14px; box-shadow: 0 0 0 16px rgba(191,255,0,.05), 0 0 120px rgba(191,255,0,.17); position: relative; z-index: 2; overflow: hidden; }
.hero-cat-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%; transform: scale(1.13); filter: contrast(1.08) saturate(.85); }
.scribble { position: absolute; z-index: 3; color: var(--lime); font-family: "Comic Sans MS", "Bradley Hand", cursive; font-weight: 900; transform: rotate(-7deg); text-shadow: 0 0 18px rgba(191,255,0,.3); }
.scribble.one { right: 5%; top: 17%; font-size: clamp(26px, 3vw, 50px); line-height: .88; }
.scribble.two { left: 7%; bottom: 20%; font-size: clamp(38px, 5vw, 72px); transform: rotate(8deg); }
.ticker-tape { position: absolute; inset: auto 0 0; background: var(--lime); color: #0a0d08; overflow: hidden; font: 1000 15px "Courier New", monospace; white-space: nowrap; padding: 7px 0; }
.ticker-tape span { display: inline-block; animation: ticker 14s linear infinite; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-45%); } }
.strip { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; padding: 20px; border-bottom: 1px solid var(--line); background: var(--lime); color: #0a0d08; text-align: center; font-size: clamp(17px, 2vw, 26px); }
.strip p { margin: 0; }
.strip strong { font-weight: 1000; }
.section { padding: clamp(72px, 9vw, 130px) clamp(18px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.section-head { max-width: 1380px; margin: 0 auto 36px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(44px, 6vw, 84px); line-height: .92; }
.section-head p { max-width: 430px; color: var(--muted); margin: 0; line-height: 1.55; }

/* Meme machine */
.meme-section { background: #090d09; }
.meme-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: 260px minmax(340px, 1fr) 340px; gap: 18px; align-items: start; }
.template-panel, .meme-preview-panel, .meme-controls { border: 1px solid var(--line); background: var(--panel); border-radius: 14px; padding: 16px; }
.template-panel h3, .meme-controls h3 { margin: 0 0 15px; font-size: 15px; }
.template-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.template { position: relative; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: #050805; cursor: pointer; }
.template img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.template span { display: block; padding: 7px; color: #b6c1b2; font-size: 11px; font-weight: 700; }
.template.active { border-color: var(--lime); }
.upload-label { display: block; margin: 16px 0 7px; color: var(--muted); font-size: 12px; }
#uploadTemplate { width: 100%; color: #b7c0b4; font-size: 11px; }
.canvas-wrap { aspect-ratio: 1; background: #030403; border-radius: 8px; overflow: hidden; }
#memeCanvas { width: 100%; height: 100%; display: block; }
.meme-controls { display: grid; gap: 13px; }
.meme-controls label { display: grid; gap: 6px; color: #aab5a7; font-size: 12px; font-weight: 700; }
.meme-controls input[type="text"], .meme-controls select { width: 100%; min-height: 45px; padding: 11px 12px; color: white; background: #080c08; border: 1px solid var(--line); border-radius: 8px; outline: none; }
.meme-controls input:focus, .meme-controls select:focus { border-color: var(--lime); }
.meme-control-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.meme-controls input[type="range"] { accent-color: var(--lime); }
.button-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.helper { color: #6f7d6d; line-height: 1.4; }

/* Takeover */
.takeover-section { background: #060906; }
.takeover-stage { max-width: 1380px; min-height: 620px; margin: 0 auto; position: relative; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: radial-gradient(circle at 72% 24%, rgba(102,255,153,.16), transparent 25%), linear-gradient(#080f0a 0 55%, #0d140e 55%); box-shadow: inset 0 -80px 130px rgba(0,0,0,.45); }
.takeover-stage::before { content: ""; position: absolute; inset: 0; opacity: .22; background: linear-gradient(90deg, transparent 49.7%, #567255 50%, transparent 50.3%), linear-gradient(transparent 49.7%, #567255 50%, transparent 50.3%); background-size: 54px 54px; }
.moon-cat { position: absolute; right: 9%; top: 8%; width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%; background: #84dca8; color: #0e2416; font-size: 68px; filter: drop-shadow(0 0 30px rgba(126,255,167,.3)); }
.city { position: absolute; inset: auto 0 110px; height: 66%; display: flex; align-items: end; justify-content: center; gap: 7px; padding: 0 4%; opacity: .8; }
.building { position: relative; width: 13%; background: linear-gradient(90deg,#111a14,#1b2b1f); border: 1px solid #26392a; }
.building::after { content: ""; position: absolute; inset: 9px; background: repeating-linear-gradient(0deg, transparent 0 18px, rgba(191,255,0,.14) 19px 24px), repeating-linear-gradient(90deg, transparent 0 18px, rgba(191,255,0,.10) 19px 24px); }
.b1{height:37%}.b2{height:57%}.b3{height:44%}.b4{height:78%}.b5{height:52%}.b6{height:66%}.b7{height:40%}
.cat-field { position: absolute; inset: 0; pointer-events: none; }
.spawn-cat { position: absolute; font-size: clamp(26px, 4vw, 56px); filter: drop-shadow(0 0 10px rgba(191,255,0,.35)); animation: popCat .25s ease-out both; }
@keyframes popCat { from { transform: scale(.2) rotate(-18deg); opacity: 0; } to { transform: scale(1) rotate(0); opacity: 1; } }
.takeover-ui { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 10px; padding: 18px; background: rgba(3,6,3,.88); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
.takeover-ui div { margin-right: auto; }
.takeover-ui span { display: block; color: var(--muted); font: 700 10px "Courier New", monospace; letter-spacing: .12em; }
.takeover-ui strong { display: block; margin-top: 2px; font-size: 25px; color: var(--lime); }

/* Lore */
.lore-section { background: #0b0e0b; }
.timeline { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.timeline article { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.timeline-year { color: var(--lime); font: 800 12px "Courier New", monospace; }
.timeline img, .timeline-glyph { width: 100%; aspect-ratio: 16/9; margin: 12px 0 16px; border-radius: 8px; object-fit: cover; background: #060806; }
.timeline-glyph { display: grid; place-items: center; color: var(--lime); font: 1000 90px Impact, sans-serif; }
.timeline h3 { margin: 0 0 8px; font-size: 20px; }
.timeline p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 14px; }
.proof-card { max-width: 1380px; margin: 14px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px; border: 1px solid rgba(191,255,0,.35); background: rgba(191,255,0,.045); border-radius: 14px; }
.proof-card span { display: block; color: var(--lime); font: 800 10px "Courier New", monospace; letter-spacing: .12em; }
.proof-card strong { display: block; margin-top: 4px; font-size: 22px; }

/* Quiz */
.test-section { background: #060806; }
.quiz-shell { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; }
.quiz-cat, .quiz-card { border: 1px solid var(--line); border-radius: 16px; background: var(--panel); overflow: hidden; }
.quiz-cat { position: relative; min-height: 490px; }
.quiz-cat img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; filter: contrast(1.04) saturate(.8); }
.quiz-cat span { position: absolute; inset: auto 14px 14px; padding: 9px 11px; background: rgba(0,0,0,.76); border: 1px solid var(--line); border-radius: 8px; color: var(--lime); font: 800 12px "Courier New", monospace; }
.quiz-card { padding: clamp(20px, 4vw, 44px); display: flex; flex-direction: column; justify-content: center; }
.quiz-progress { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; color: var(--muted); font: 700 11px "Courier New", monospace; }
.quiz-progress div { height: 5px; background: #1c251c; overflow: hidden; border-radius: 10px; }
.quiz-progress i { display: block; width: 20%; height: 100%; background: var(--lime); transition: width .2s ease; }
.quiz-question { margin: 28px 0 18px; font-weight: 900; font-size: clamp(23px, 3vw, 36px); line-height: 1.15; }
.quiz-answers { display: grid; gap: 9px; }
.answer-btn { min-height: 48px; text-align: left; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; background: #090e09; color: #eaf0e6; font-weight: 700; cursor: pointer; }
.answer-btn:hover { border-color: var(--lime); }
.quiz-result { text-align: center; }
.quiz-result > span { color: var(--muted); font: 800 11px "Courier New", monospace; letter-spacing: .15em; }
.quiz-result strong { display: block; margin: 10px 0; color: var(--lime); font: 1000 clamp(76px, 11vw, 136px)/1 Impact, sans-serif; }
.quiz-result p { color: #d4ddd0; font-size: 22px; }
.quiz-result .btn { margin: 5px; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(70px, 9vw, 130px) clamp(18px, 6vw, 90px); background: radial-gradient(circle at 10% 50%, rgba(191,255,0,.12), transparent 25%), #090d09; border-bottom: 1px solid var(--line); }
.final-cta h2 { font-size: clamp(56px, 8vw, 112px); line-height: .9; margin: 10px 0; }
.final-cta p { margin: 0; color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 24px clamp(18px, 5vw, 72px); color: #768373; font-size: 11px; }
footer a:hover { color: var(--lime); }
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 100; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; padding: 11px 14px; border-radius: 8px; background: var(--lime); color: #071000; font-weight: 900; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.sr-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 1050px) {
  .retro-window { left: 12%; width: 76%; min-width: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 650px; }
  .meme-grid { grid-template-columns: 220px 1fr; }
  .meme-controls { grid-column: 1 / -1; }
  .timeline { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .archive-screen { padding: 0; }
  .retro-desktop { width: 100%; min-height: 100vh; aspect-ratio: auto; border-width: 0; }
  .retro-icons { display: none; }
  .retro-window { left: 4%; right: 4%; top: 9%; width: auto; }
  .retro-window-body { grid-template-columns: 1fr; min-height: 0; }
  .retro-copy { font-size: 16px; }
  .retro-copy p { display: none; }
  .retro-photo-wrap { min-height: 310px; }
  .retro-task { min-width: 100px; }
  .topbar { min-height: 62px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 62px; left: 12px; right: 12px; padding: 12px; flex-direction: column; align-items: stretch; gap: 4px; background: #0b100b; border: 1px solid var(--line); border-radius: 10px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 80px; padding-bottom: 65px; }
  .hero-visual { min-height: 520px; }
  .hero-cat-frame { width: 78%; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .meme-grid { grid-template-columns: 1fr; }
  .template-list { grid-template-columns: repeat(4,1fr); }
  .meme-control-row { grid-template-columns: 1fr; }
  .button-stack { grid-template-columns: 1fr; }
  .takeover-stage { min-height: 550px; }
  .takeover-ui { align-items: stretch; flex-wrap: wrap; }
  .takeover-ui div { flex: 1 1 100%; }
  .proof-card, .final-cta { align-items: flex-start; flex-direction: column; }
  .quiz-shell { grid-template-columns: 1fr; }
  .quiz-cat { min-height: 360px; }
  .quiz-cat img { min-height: 360px; }
}
@media (max-width: 430px) {
  .retro-window-body { padding: 10px; }
  .retro-photo-wrap { min-height: 280px; }
  .hero h1 { font-size: 72px; }
  .hero-visual { min-height: 450px; }
  .template-list { grid-template-columns: repeat(2,1fr); }
  .section { padding-left: 14px; padding-right: 14px; }
  .ca-line code { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
