:root {
  color-scheme: dark;
  --ink: #eefcff;
  --muted: #8db0ba;
  --line: rgba(174, 239, 234, .14);
  --aqua: #72f5d2;
  --acid: #b9df00;
  --blue: #6fb8ff;
  --purple: #a379ff;
  --deep: #030b18;
  --panel: rgba(6, 25, 43, .82);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 83% 9%, rgba(41, 131, 152, .17), transparent 27rem),
    linear-gradient(180deg, #061425 0%, #020914 52%, #061520 100%);
  font-family: "Trebuchet MS", "Arial Narrow", system-ui, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.ambient { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: -1; opacity: .23; }
.ambient-one { width: 24rem; height: 24rem; background: #087881; top: 28%; left: -15rem; }
.ambient-two { width: 30rem; height: 30rem; background: #422183; right: -21rem; top: 58%; }

.site-header {
  max-width: 1280px;
  height: 90px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { letter-spacing: .14em; font-size: 19px; }
.brand small { color: var(--aqua); font: 9px/1.8 ui-monospace, monospace; letter-spacing: .22em; }
.brand-mark { width: 39px; height: 39px; display: flex; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(114,245,210,.45); border-radius: 50%; }
.brand-mark i { display: block; width: 5px; height: 16px; border-radius: 9px; background: var(--aqua); transform: rotate(10deg); }
.brand-mark i:nth-child(2) { height: 23px; transform: translateY(-2px); }
.brand-mark i:nth-child(3) { transform: rotate(-10deg); }
nav { display: flex; align-items: center; gap: 32px; color: #b7d0d7; font-size: 13px; }
nav a:hover { color: var(--aqua); }
.status { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font: 10px ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); }

main { max-width: 1280px; margin: auto; padding: 0 32px; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 20px; color: var(--aqua); font: 500 11px ui-monospace, monospace; letter-spacing: .18em; }
h1 { margin: 0; font-size: clamp(3.25rem, 7vw, 6.8rem); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { color: transparent; -webkit-text-stroke: 1px var(--aqua); font-style: normal; filter: drop-shadow(0 0 15px rgba(114,245,210,.12)); }
.lead { max-width: 570px; margin: 30px 0; color: #a7c0c8; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary-button { border: 0; border-radius: 3px; padding: 16px 21px; background: var(--aqua); color: #041312; font-weight: 700; cursor: pointer; box-shadow: 0 8px 30px rgba(114,245,210,.13); transition: transform .15s, box-shadow .15s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(114,245,210,.25); }
.primary-button span { margin-left: 18px; }
.text-link { color: #c4d7db; font-size: 14px; }
.text-link span { color: var(--aqua); margin-left: 7px; }
.trust-row { margin-top: 34px; display: flex; gap: 22px; color: #6f929d; font: 10px ui-monospace, monospace; text-transform: uppercase; }

.hero-art { position: relative; height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 11% 6%; border-radius: 50%; background: radial-gradient(circle, rgba(185,223,0,.16), rgba(8,38,68,.1) 58%, transparent 70%); filter: blur(3px); }
.orbit { position: absolute; border: 1px solid rgba(114,245,210,.16); border-radius: 50%; transform: rotate(-17deg); }
.orbit-a { width: 440px; height: 230px; }
.orbit-b { width: 350px; height: 470px; border-color: rgba(111,184,255,.1); transform: rotate(24deg); }
.mascot { position: relative; width: min(460px, 90%); aspect-ratio: 1; animation: float 4s ease-in-out infinite; z-index: 2; filter: drop-shadow(0 30px 32px rgba(0,0,0,.5)); }
.authentic-mascot img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; mix-blend-mode: screen; filter: contrast(1.08) saturate(1.14); }
.authentic-mascot.asset-failed { display: grid; place-items: center; border: 1px solid rgba(185,223,0,.5); border-radius: 50%; background: radial-gradient(circle, rgba(185,223,0,.18), rgba(3,11,24,.92) 68%); }
.authentic-mascot.asset-failed img { display: none; }
.authentic-mascot.asset-failed::before { content: "BOBLS\A ORIGINAL ART\A TEMPORARILY OFFLINE"; white-space: pre; color: var(--acid); font: 12px/1.8 ui-monospace, monospace; letter-spacing: .13em; text-align: center; }
.authentic-stamp { position: absolute; left: 50%; bottom: 1.5%; transform: translateX(-50%) rotate(-2deg); white-space: nowrap; padding: 8px 11px; border: 1px solid rgba(185,223,0,.7); color: var(--acid); background: rgba(9,14,20,.9); font: 9px ui-monospace, monospace; letter-spacing: .16em; box-shadow: 0 0 20px rgba(185,223,0,.14); }
.float-bubble { position: absolute; border: 2px solid rgba(141,255,235,.65); border-radius: 50%; box-shadow: inset 4px 4px 7px rgba(255,255,255,.2), 0 0 17px rgba(114,245,210,.18); animation: drift 5s ease-in-out infinite; }
.b1 { width: 38px; height: 38px; left: 10%; top: 28%; }.b2 { width: 19px; height: 19px; right: 11%; top: 20%; animation-delay: -1.2s; }.b3 { width: 27px; height: 27px; right: 18%; bottom: 17%; animation-delay: -2.8s; }
.hero-score { position: absolute; right: 2%; bottom: 8%; width: 128px; padding: 14px; border-left: 1px solid var(--aqua); background: rgba(4,17,31,.66); backdrop-filter: blur(8px); display: grid; }
.hero-score small { font: 9px ui-monospace, monospace; color: var(--muted); }.hero-score strong { font-size: 30px; line-height: 1.1; }.hero-score span { color: var(--aqua); font: 8px ui-monospace, monospace; letter-spacing: .1em; }
@keyframes float { 50% { transform: translateY(-17px) rotate(2deg); } }
@keyframes drift { 50% { transform: translate(8px,-20px); opacity: .55; } }

.game-section { padding: 105px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; }
.section-heading .eyebrow { margin-bottom: 10px; }.section-heading h2, .mission h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.055em; line-height: .97; }
.section-heading h2 span { color: var(--aqua); font: 11px ui-monospace, monospace; letter-spacing: .1em; vertical-align: top; }
.section-heading > p { width: 260px; margin: 0; color: var(--muted); line-height: 1.55; }
.game-shell { border: 1px solid rgba(114,245,210,.23); background: rgba(3,13,25,.92); box-shadow: 0 30px 100px rgba(0,0,0,.38), 0 0 60px rgba(14,130,133,.08); }
.game-hud { min-height: 73px; padding: 13px 22px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.game-hud > div { display: grid; gap: 4px; padding-left: 18px; border-left: 1px solid var(--line); }
.game-hud > div:first-child { border: 0; padding-left: 0; }
.game-hud small { color: #668b96; font: 9px ui-monospace, monospace; letter-spacing: .14em; }.game-hud strong { font: 500 13px ui-monospace, monospace; }
.progress-track { height: 3px; background: #0a2433; }.progress-track i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--aqua), var(--blue)); box-shadow: 0 0 10px var(--aqua); }
.canvas-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #062543; }
canvas { width: 100%; height: 100%; display: block; image-rendering: auto; }
.game-overlay { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(1,10,22,.67); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .25s; }
.game-overlay.active { opacity: 1; visibility: visible; }
.overlay-card { width: min(460px, 94%); padding: 34px; text-align: center; background: rgba(5,24,40,.92); border: 1px solid rgba(114,245,210,.3); box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.overlay-kicker { color: var(--aqua); font: 10px ui-monospace, monospace; letter-spacing: .2em; }.overlay-card h3 { margin: 5px 0 10px; font-size: 38px; letter-spacing: -.04em; }.overlay-card > p:not(.overlay-kicker) { color: #9db8c0; line-height: 1.6; }
.overlay-card .primary-button { margin: 12px 0 20px; }.keys { color: #7597a1; font: 9px ui-monospace, monospace; }.keys span { margin: 0 4px 0 8px; padding: 4px 7px; border: 1px solid #34545e; color: #d5eced; }
.burn-revive-button { width: 100%; margin: -4px 0 22px; padding: 14px; border: 1px solid rgba(185,223,0,.55); color: var(--acid); background: rgba(14,24,19,.88); cursor: pointer; display: grid; gap: 4px; text-align: left; transition: border-color .15s, transform .15s; }
.burn-revive-button:hover { border-color: var(--acid); transform: translateY(-2px); }.burn-revive-button:disabled { cursor: wait; opacity: .55; transform: none; }
.burn-revive-button small { font: 8px ui-monospace, monospace; letter-spacing: .16em; }.burn-revive-button strong { font-size: 16px; }.burn-revive-button span { color: #819b86; font: 9px ui-monospace, monospace; }
.toast { position: absolute; top: 22px; left: 50%; transform: translate(-50%,-15px); padding: 10px 15px; border: 1px solid rgba(114,245,210,.5); background: rgba(3,17,28,.9); color: var(--aqua); font: 10px ui-monospace, monospace; opacity: 0; transition: .22s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.mobile-controls { display: none; }
.game-footer { min-height: 57px; padding: 0 20px; display: flex; align-items: center; gap: 25px; color: #6f9099; font: 10px ui-monospace, monospace; text-transform: uppercase; }
.game-footer span { margin-right: auto; }.game-footer strong { color: var(--ink); margin-left: 6px; }.game-footer button { border: 0; background: none; color: #8db0ba; cursor: pointer; font: inherit; }.game-footer button:hover { color: var(--aqua); }

.burn-console { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(300px,1.2fr); gap: 26px 42px; padding: 35px; border-top: 1px solid rgba(185,223,0,.24); background: radial-gradient(circle at 0 100%, rgba(185,223,0,.09), transparent 38%), rgba(5,13,20,.96); }
.burn-intro .eyebrow { margin-bottom: 9px; color: var(--acid); }.burn-intro h3 { margin: 0 0 10px; font-size: 34px; letter-spacing: -.045em; }.burn-intro > p:last-child { margin: 0; color: #849da4; font-size: 13px; line-height: 1.65; }
.burn-actions { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10px; align-content: start; }
.wallet-button, .burn-life-button { min-height: 65px; border: 1px solid rgba(114,245,210,.28); color: var(--ink); background: #0a202d; cursor: pointer; }
.wallet-button { padding: 12px; font: 10px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .07em; }
.wallet-button:hover { border-color: var(--aqua); }.wallet-button.connected { color: var(--aqua); }
.burn-life-button { padding: 11px 14px; display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; text-align: left; border-color: rgba(185,223,0,.35); background: rgba(22,34,22,.84); }
.burn-life-button span { color: var(--acid); font: 9px ui-monospace, monospace; letter-spacing: .12em; }.burn-life-button strong { color: var(--ink); font-size: 16px; }.burn-life-button small { grid-column: 1/-1; color: #6f8775; font: 8px ui-monospace, monospace; }
.burn-life-button:not(:disabled):hover { border-color: var(--acid); }.burn-life-button:disabled { cursor: not-allowed; opacity: .42; }
.burn-status { grid-column: 1/-1; min-height: 19px; margin: 4px 0 0; color: #78949b; font: 9px/1.6 ui-monospace, monospace; }.burn-status.busy { color: var(--acid); }.burn-status.success { color: var(--aqua); }.burn-status.error { color: #ff8e9a; }
.burn-proof { grid-column: 1/-1; color: var(--aqua); font: 9px ui-monospace, monospace; text-decoration: underline; text-underline-offset: 3px; }
.burn-warning { grid-column: 1/-1; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: #647f87; font: 9px/1.75 ui-monospace, monospace; text-transform: uppercase; }.burn-warning strong { color: #9bb5b7; }.burn-warning code { color: var(--acid); }

.score-section { padding: 105px 0; border-top: 1px solid var(--line); }
.score-heading h2 span { color: var(--acid); }
.score-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: 24px; }
.leaderboard-card, .personal-score-card { border: 1px solid rgba(114,245,210,.18); background: rgba(5,18,31,.9); }
.score-card-head { min-height: 105px; padding: 24px 27px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.score-card-head .eyebrow, .personal-score-card .eyebrow { margin-bottom: 7px; }.score-card-head h3, .personal-score-card h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.score-card-head > span { color: var(--aqua); font: 9px ui-monospace, monospace; letter-spacing: .11em; }
.leaderboard-table-wrap { overflow-x: auto; }
.leaderboard-table { width: 100%; border-collapse: collapse; font: 11px ui-monospace, monospace; }
.leaderboard-table th, .leaderboard-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.leaderboard-table th { color: #597b85; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }.leaderboard-table td { color: #a8c0c5; }
.leaderboard-table tbody tr:last-child td { border-bottom: 0; }.leaderboard-table tbody tr:first-child td { color: var(--acid); }.leaderboard-table td:nth-child(3) { color: var(--ink); font-weight: 700; }
.leaderboard-empty td { height: 210px; color: #5f7f88 !important; text-align: center; line-height: 1.7; }
.personal-score-card { padding: 30px; background: radial-gradient(circle at 100% 0, rgba(185,223,0,.09), transparent 42%), rgba(5,18,31,.92); }
.personal-score-card h3 { min-height: 35px; color: var(--aqua); font: 16px/1.5 ui-monospace, monospace; letter-spacing: .02em; }
.personal-score-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.personal-score-grid span { min-height: 88px; padding: 17px; display: grid; align-content: center; gap: 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-score-grid small { color: #587983; font: 8px ui-monospace, monospace; letter-spacing: .14em; }.personal-score-grid strong { font-size: 24px; }
.score-login-button { width: 100%; }.score-auth-status { min-height: 42px; margin: 17px 0 0; color: #67868e; font: 9px/1.6 ui-monospace, monospace; }.score-auth-status.busy { color: var(--acid); }.score-auth-status.success { color: var(--aqua); }.score-auth-status.error { color: #ff8e9a; }
.score-integrity { margin: 22px 0 0; padding: 18px 20px; border-left: 2px solid rgba(185,223,0,.5); color: #607f87; background: rgba(5,14,23,.7); font: 9px/1.75 ui-monospace, monospace; text-transform: uppercase; }.score-integrity strong { color: #9db5b8; }

.meme-section { padding: 105px 0; border-top: 1px solid var(--line); }
.meme-heading h2 span { color: var(--acid); }
.meme-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 24px; align-items: stretch; }
.heritage-card, .x-archive { min-height: 560px; border: 1px solid rgba(185,223,0,.22); background: rgba(7,14,24,.88); overflow: hidden; }
.heritage-card { position: relative; display: flex; flex-direction: column; }
.heritage-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 55%, rgba(185,223,0,.06)); }
.heritage-card > img { display: block; width: 100%; aspect-ratio: 3/1; object-fit: cover; border-bottom: 1px solid rgba(185,223,0,.2); }
.heritage-card.asset-failed::before { content: "BOBLS HERITAGE BANNER · TEMPORARILY OFFLINE"; display: grid; place-items: center; min-height: 190px; padding: 24px; color: var(--acid); background: radial-gradient(circle, rgba(185,223,0,.14), rgba(3,11,24,.95)); font: 10px/1.7 ui-monospace, monospace; letter-spacing: .12em; text-align: center; }
.heritage-card.asset-failed > img { display: none; }
.heritage-copy { padding: clamp(28px, 4vw, 52px); flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.heritage-copy .eyebrow { color: var(--acid); margin-bottom: 13px; }
.heritage-copy h3, .x-consent h3 { margin: 0 0 15px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .98; letter-spacing: -.05em; }
.heritage-copy p:not(.eyebrow), .x-consent > p:not(.eyebrow) { max-width: 610px; color: #91a9b0; line-height: 1.7; }
.heritage-copy a { position: relative; z-index: 1; margin-top: 16px; color: var(--acid); font: 10px ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.x-archive { position: relative; border-color: rgba(114,245,210,.18); }
.x-consent { min-height: 560px; padding: clamp(28px, 5vw, 55px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: radial-gradient(circle at 90% 0, rgba(114,245,210,.1), transparent 40%); }
.x-mark { margin-bottom: 35px; font-size: 48px; line-height: 1; color: var(--ink); }
.x-consent .primary-button { margin: 16px 0 24px; }
.x-consent small { max-width: 460px; color: #5f7e88; font: 9px/1.7 ui-monospace, monospace; text-transform: uppercase; }
.x-consent small strong { color: #9db8c0; }
.x-feed { min-height: 560px; max-height: 780px; overflow: auto; background: #fff; color-scheme: light; }
.x-feed:empty { display: none; }
.x-feed-loading { min-height: 560px; display: grid; place-items: center; padding: 40px; color: #0c1720; font: 11px ui-monospace, monospace; text-align: center; }
.x-feed-error { min-height: 560px; display: grid; place-items: center; padding: 50px; color: #0c1720; text-align: center; }
.x-feed-error a { color: #126c78; text-decoration: underline; }
.meme-notes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meme-notes span { padding: 21px; color: #718e96; font: 10px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; border-right: 1px solid var(--line); }
.meme-notes span:last-child { border: 0; }.meme-notes b { margin-right: 14px; color: var(--acid); }

.mission { padding: 95px 0 115px; display: grid; grid-template-columns: 90px 1.1fr .9fr; gap: 34px; border-top: 1px solid var(--line); }
.mission-number { color: var(--aqua); font: 12px ui-monospace, monospace; padding-top: 8px; }.mission-copy { color: #9db4bb; font-size: 17px; line-height: 1.7; }.mission-copy > p { margin-top: 4px; }
.mission-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding-top: 20px; gap: 15px; font: 9px ui-monospace, monospace; text-transform: uppercase; }.mission-grid span { display: grid; }.mission-grid b { color: var(--aqua); font: 500 26px "Trebuchet MS", system-ui, sans-serif; }
footer { min-height: 74px; max-width: 1280px; margin: auto; padding: 0 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: #54727b; font: 9px ui-monospace, monospace; letter-spacing: .1em; }

@media (max-width: 820px) {
  .site-header { height: 72px; padding: 0 18px; }.site-header nav a { display: none; }.site-header nav { gap: 0; }
  main { padding: 0 18px; }.hero { grid-template-columns: 1fr; padding: 80px 0 40px; }.hero-art { height: 410px; }.lead { font-size: 16px; }
  .section-heading { align-items: start; }.section-heading > p { display: none; }.game-section { padding: 75px 0; }
  .game-hud { grid-template-columns: 1.4fr 1fr 1fr; padding: 10px 12px; }.game-hud > div:last-child { display: none; }.game-hud > div { padding-left: 9px; }.game-hud strong { font-size: 10px; }
  .mobile-controls { display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 9px; padding: 12px; border-top: 1px solid var(--line); touch-action: none; }
  .mobile-controls button { min-height: 48px; border: 1px solid #1f5360; border-radius: 4px; color: var(--ink); background: #092435; font-weight: 700; }.mobile-controls .jump { color: #041312; background: var(--aqua); border-color: var(--aqua); }.mobile-controls .jump span { font: 9px ui-monospace, monospace; }
  .burn-console { grid-template-columns: 1fr; padding: 28px 22px; }.burn-actions { grid-template-columns: 1fr 1.35fr; }
  .score-layout { grid-template-columns: 1fr; }.personal-score-card { padding: 27px 22px; }
  .meme-layout { grid-template-columns: 1fr; }.heritage-card, .x-archive, .x-consent { min-height: 480px; }.mission { grid-template-columns: 40px 1fr; }.mission-copy { grid-column: 2; }.game-footer { gap: 14px; }.game-footer #soundButton { display: none; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.2rem; }.hero { min-height: auto; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.trust-row { flex-wrap: wrap; gap: 10px 16px; }
  .hero-art { height: 360px; transform: scale(.88); margin: -25px; }.game-section { padding-top: 62px; }.game-shell { margin: 0 -18px; border-left: 0; border-right: 0; }
  .overlay-card { padding: 22px 18px; }.overlay-card h3 { font-size: 30px; }.keys { display: none; }.game-footer #shareButton { font-size: 0; }.game-footer #shareButton::after { content: "TEILEN ↗"; font-size: 10px; }
  .burn-console { margin: 0 -18px; padding: 27px 18px; }.burn-actions { grid-template-columns: 1fr; }.burn-status, .burn-proof { grid-column: 1; }
  .score-section { padding: 72px 0; }.score-layout { margin: 0 -18px; }.leaderboard-card, .personal-score-card { border-left: 0; border-right: 0; }.leaderboard-table th, .leaderboard-table td { padding: 14px 12px; }
  .meme-section { padding: 72px 0; }.meme-layout { margin: 0 -18px; }.heritage-card, .x-archive { border-left: 0; border-right: 0; }.meme-notes { grid-template-columns: 1fr; }.meme-notes span { border-right: 0; border-bottom: 1px solid var(--line); }.mission { grid-template-columns: 1fr; gap: 16px; }.mission-number { display: none; }.mission-copy { grid-column: 1; }.mission-grid { gap: 6px; }.mission-grid b { font-size: 21px; }
  footer { padding: 20px 18px; gap: 10px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } .mascot, .float-bubble { animation: none; } * { transition-duration: .01ms !important; }
}
