/*
 * The landing site: the game's own look. A condensed industrial face for names and signs, a worn
 * book serif for reading, a terminal mono for labels. Dark workshop ground, brass plates, amber.
 */
:root {
  --ground: #14100b;
  --ground-2: #1a140e;
  --panel: #1f1811;
  --panel-2: #211a12;
  --line: #3a2e20;
  --line-soft: #2c2318;
  --text: #efe3c8;
  --text-soft: #cdbd9c;
  --label: #a8987a;
  --title: #f6e6c2;
  --amber: #e0a93b;
  --gold: #f2c46a;
  --font-sign: "Big Shoulders Display", "Palatino Linotype", Georgia, serif;
  --font-text: "Spectral", "Palatino Linotype", Georgia, serif;
  --font-mono: "Share Tech Mono", "Trebuchet MS", monospace;
  --gutter: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ground); color: var(--text); font-family: var(--font-text); font-size: 18px; line-height: 1.5; -webkit-text-size-adjust: 100%; }
img { max-width: 100%; }
a { color: var(--amber); }
a:hover { color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: var(--font-sign); font-weight: 800; line-height: 1; color: var(--title); }
p { margin: 0; }

.kicker { font-family: var(--font-mono); font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); }
.label { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--label); }
.lead { font-size: 21px; color: var(--text-soft); }
.section { padding: 120px var(--gutter); }
.section.alt { background: var(--ground-2); border-top: 1px solid var(--line-soft); }
.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin-bottom: 56px; }
.section-head h2 { font-size: 64px; }
.cutout { filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.55)); }
.glow { text-shadow: 0 0 28px rgba(255, 190, 90, 0.5), 0 5px 0 #3a2718, 0 18px 40px rgba(0, 0, 0, 0.6); }

.flicker { animation: flick 6s infinite; }
.flicker.late { animation-delay: 2.7s; }
@keyframes flick {
  0%, 61%, 63%, 67%, 100% { opacity: 1; }
  62% { opacity: 0.25; text-shadow: none; }
  65% { opacity: 0.4; text-shadow: none; }
}
@media (prefers-reduced-motion: reduce) { .flicker { animation: none; } html { scroll-behavior: auto; } }

/* Brass plate buttons, as in the game's menus. */
.plate { position: relative; display: inline-block; text-align: center; text-decoration: none; font-family: var(--font-sign); font-weight: 800; font-size: 30px; letter-spacing: 0.04em; padding: 14px 64px; color: #2c1d14; background: linear-gradient(#e2c07a, #a97f3c); border: 3px solid #3a2718; border-radius: 6px; box-shadow: inset 0 2px 0 rgba(255, 244, 210, 0.65), 0 6px 0 #3a2718, 0 16px 30px rgba(0, 0, 0, 0.5); transition: transform 0.12s ease; }
.plate::before, .plate::after { content: ""; position: absolute; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #f6e2b0, #6b4b22); transform: translateY(-50%); }
.plate::before { left: 16px; }
.plate::after { right: 16px; }
.plate:hover { color: #2c1d14; background: linear-gradient(#efd08e, #b58a45); transform: translateY(-2px); }
.plate:active { transform: translateY(4px); box-shadow: inset 0 2px 0 rgba(255, 244, 210, 0.65), 0 2px 0 #3a2718; }
.plate.ghost { font-size: 24px; padding: 14px 48px; color: #f0dcae; background: rgba(40, 26, 16, 0.6); border-color: #b9a47c; box-shadow: 0 6px 0 #3a2718, 0 16px 30px rgba(0, 0, 0, 0.4); }
.plate.ghost:hover { color: #fff4dc; background: rgba(60, 40, 24, 0.8); }
.plate.small { font-size: 20px; padding: 8px 40px; }

/* Top bar */
.nav { position: absolute; top: 0; left: 0; right: 0; z-index: 2; height: 96px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; }
.nav a { color: var(--text); text-decoration: none; }
.nav a:hover, .nav a[aria-current] { color: var(--amber); }
.nav .brand { font-family: var(--font-sign); font-weight: 800; font-size: 30px; letter-spacing: 0.03em; color: var(--title); }
.nav .links { display: flex; align-items: center; gap: 36px; font-family: var(--font-sign); font-weight: 600; font-size: 20px; letter-spacing: 0.08em; text-transform: uppercase; }
.nav .links .plate { color: #2c1d14; text-transform: none; letter-spacing: 0.04em; }

/* Painted backdrops */
.bg-workshop { background: var(--ground) url(/art/story/bg_0.webp) center 30% / cover no-repeat; }
.bg-night { background: #0c0a08 url(/art/story/bg_night.webp) center / cover no-repeat; }
.bg-planet { background: #1b1226 url(/art/story/pbg_0.webp) center / cover no-repeat; }
.bg-belt { background: #0b1118 url(/art/story/bbg_0.webp) center / cover no-repeat; }
.bg-clock { background: #1c1208 url(/art/story/cbg_0.webp) center / cover no-repeat; }
.shade { position: absolute; inset: 0; pointer-events: none; }

/* Hero */
.hero { position: relative; min-height: 900px; overflow: hidden; }
.hero .shade { background: radial-gradient(ellipse 70% 60% at 50% 38%, rgba(20, 16, 11, 0.15), rgba(20, 16, 11, 0.55) 70%), linear-gradient(rgba(20, 16, 11, 0) 60%, var(--ground) 99%); }
.hero-copy { position: relative; z-index: 1; padding: 132px 16px 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-copy .kicker { font-family: var(--font-sign); font-weight: 600; font-size: 20px; letter-spacing: 0.22em; }
.hero-copy h1 { margin-top: 10px; font-size: 160px; letter-spacing: 0.03em; }
.hero-copy .tagline { margin-top: 18px; font-style: italic; font-size: 30px; line-height: 1.3; color: #f0e2c4; }
.hero-actions { margin-top: 34px; display: flex; gap: 24px; align-items: center; justify-content: center; }
.hero-meta { margin-top: 26px; font-family: var(--font-mono); font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase; color: #d9c9a6; }
.crew { position: absolute; left: 0; right: 0; bottom: 36px; display: flex; justify-content: center; align-items: flex-end; gap: 8px; }
.crew img { height: 250px; }
.crew .lead-bot { height: 330px; }
.crew .tall { height: 270px; }
.crew .short { height: 230px; }

/* Story */
.story { position: relative; border-top: 56px solid #000; border-bottom: 56px solid #000; }
.story .shade { background: linear-gradient(90deg, rgba(12, 10, 8, 0.94) 0%, rgba(12, 10, 8, 0.78) 48%, rgba(12, 10, 8, 0.35) 100%); }
.story-grid { position: relative; padding: 64px var(--gutter); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.story-text { display: flex; flex-direction: column; gap: 22px; }
.story-text h2 { font-size: 64px; }
.story-text p { font-size: 22px; }
.story-text .last { font-style: italic; color: var(--gold); }
.story-art { position: relative; height: 480px; }
.story-art .portal { position: absolute; right: 20px; top: 20px; height: 400px; }
.story-art .bot { position: absolute; left: 60px; bottom: 0; height: 280px; }

/* Cards */
.grid { display: grid; gap: 24px; }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.card-body { padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 10px; }
.card h3 { font-size: 38px; }
.card .blurb { font-size: 17px; color: var(--text-soft); }
.rule { height: 1px; background: var(--line); margin: 10px 0; }

.world { overflow: hidden; }
.world-art { position: relative; height: 190px; }
.world-art img { position: absolute; right: 12px; bottom: 6px; height: 130px; max-height: calc(100% - 12px); }
.world .boss { font-family: var(--font-sign); font-weight: 800; font-size: 26px; }
.world .boss-line { font-size: 16px; font-style: italic; color: var(--text-soft); }

.robot { overflow: hidden; display: flex; flex-direction: column; background: var(--panel-2); }
.robot-art { position: relative; height: 270px; background: #2a2016; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 18px; }
.robot-art::before { content: ""; position: absolute; left: 50%; bottom: 14px; width: 150px; height: 22px; margin-left: -75px; border-radius: 50%; background: rgba(0, 0, 0, 0.45); }
/* Every robot inside its box, whatever height the page gives it: the box's height is the limit. */
.robot-art img { position: relative; width: auto; height: 210px; max-height: calc(100% - 28px); max-width: 92%; object-fit: contain; }
.robot-art img.slim { height: 196px; }
.robot .card-body { flex-grow: 1; padding: 22px 22px 26px; }
.robot h3 { font-size: 36px; color: var(--tone); }
.robot .blurb { font-size: 16px; min-height: 72px; }
.stats { margin: 6px 0 0; display: flex; flex-direction: column; gap: 9px; }
.stat { display: grid; grid-template-columns: 84px 1fr; align-items: center; gap: 10px; }
.stat dt { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--label); }
.stat dd { margin: 0; height: 6px; border-radius: 3px; background: var(--line); overflow: hidden; }
.stat dd span { display: block; height: 6px; background: var(--tone); }
.joins { margin-top: 12px !important; padding-top: 12px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; color: #d9c9a6; }

.bonus { margin-top: 32px; --tone: #ffc860; display: grid; grid-template-columns: 300px minmax(0, 1fr) 320px; gap: 40px; align-items: center; padding: 28px 36px 28px 28px; background: #231a0f; border: 1px solid #6b5230; border-radius: 12px; }
.bonus-art { position: relative; height: 240px; border-radius: 8px; background: #2e2214 radial-gradient(circle at 50% 45%, rgba(255, 200, 96, 0.3), rgba(255, 200, 96, 0) 45%); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 14px; }
.bonus-art img { height: 214px; }
.bonus-copy { display: flex; flex-direction: column; gap: 12px; }
.bonus-copy .kicker { color: var(--tone); }
.bonus-copy h3 { font-size: 48px; color: var(--tone); }
.bonus-copy .power { font-size: 17px; font-style: italic; color: var(--text-soft); }
.bonus-copy .power b { font-style: normal; font-weight: 600; color: var(--tone); }
.price { margin-top: 16px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--ground); border: 1px solid #6b5230; border-radius: 8px; }
.price img { width: 32px; height: 32px; object-fit: contain; }
.price b { display: block; font-family: var(--font-sign); font-weight: 800; font-size: 26px; line-height: 1; color: var(--title); }

.mode { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.mode h3 { font-size: 30px; }
.medal { width: 56px; height: 56px; border-radius: 50%; background: #2c2016; border: 2px solid #b9a47c; display: flex; align-items: center; justify-content: center; font-family: var(--font-sign); font-weight: 800; font-size: 28px; color: var(--gold); }
.medal img { width: 30px; height: 30px; object-fit: contain; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { padding: 4px 12px; border: 1px solid currentColor; border-radius: 4px; font-family: var(--font-sign); font-weight: 800; font-size: 16px; letter-spacing: 0.06em; }

/* How to play */
.play-grid { display: grid; grid-template-columns: minmax(0, 760px) minmax(0, 1fr); gap: 72px; }
.play-steps { margin-top: 28px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; counter-reset: step; }
.play-steps li { counter-increment: step; display: flex; flex-direction: column; gap: 6px; }
.play-steps li::before { content: "0" counter(step); font-family: var(--font-mono); font-size: 14px; color: var(--amber); }
.side { display: flex; flex-direction: column; gap: 22px; padding-top: 8px; }
.box { padding: 26px 28px; background: var(--panel-2); border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; gap: 12px; }
.box h3 { font-size: 28px; }
.box p { font-size: 17px; color: var(--text-soft); }
.box p b { color: var(--text); font-weight: 600; }
kbd { display: inline-block; min-width: 30px; padding: 3px 8px; text-align: center; border: 1px solid #5a4a34; border-bottom-width: 3px; border-radius: 5px; font-family: var(--font-mono); font-size: 14px; color: var(--text); }
.more { font-family: var(--font-sign); font-weight: 800; font-size: 19px; letter-spacing: 0.04em; }

/* Closing and footer */
.closing { position: relative; min-height: 640px; display: flex; flex-direction: column; }
.closing .shade { background: radial-gradient(ellipse 60% 70% at 50% 45%, rgba(20, 16, 11, 0.35), rgba(20, 16, 11, 0.92) 75%); }
.closing-copy { position: relative; flex-grow: 1; padding: 64px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; text-align: center; }
.closing-copy img { height: 180px; }
.closing-copy h2 { font-size: 72px; }
.closing-copy p { font-size: 22px; font-style: italic; color: #f0e2c4; }
.closing-copy .plate { margin-top: 14px; }
.footer { position: relative; margin: 0 var(--gutter); min-height: 96px; padding: 24px 0; border-top: 1px solid rgba(185, 164, 124, 0.3); display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; justify-content: space-between; font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.06em; color: #b8a88a; }
.footer nav { display: flex; flex-wrap: wrap; gap: 28px; }
.footer a { color: #b8a88a; text-decoration: none; }
.footer a:hover { color: var(--amber); }

/* Install page */
.page-head { position: relative; min-height: 620px; overflow: hidden; }
.page-head .shade { background: linear-gradient(90deg, rgba(20, 16, 11, 0.95) 0%, rgba(20, 16, 11, 0.82) 50%, rgba(20, 16, 11, 0.4) 100%), linear-gradient(rgba(20, 16, 11, 0) 70%, var(--ground) 100%); }
.page-head-copy { position: relative; z-index: 1; padding: 150px var(--gutter) 64px; max-width: 920px; display: flex; flex-direction: column; gap: 20px; }
.page-head-copy h1 { font-size: 96px; line-height: 0.95; }
.page-head-copy > p:not(.kicker) { font-size: 22px; }
.page-head .bot { position: absolute; right: 200px; bottom: 40px; height: 380px; }
.chips { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 12px; }
.chips a { min-height: 44px; padding: 10px 20px; border: 1px solid #b9a47c; border-radius: 999px; font-family: var(--font-sign); font-weight: 800; font-size: 19px; letter-spacing: 0.04em; color: var(--text); text-decoration: none; }
.chips a:hover { color: var(--ground); background: var(--amber); }

.how { padding: 32px; display: flex; flex-direction: column; gap: 20px; scroll-margin-top: 24px; }
.how-head { display: flex; align-items: center; gap: 14px; }
.how-head h3 { font-size: 32px; }
.how-head .label { margin-top: 4px; }
.how ol { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; counter-reset: step; }
.how li { counter-increment: step; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; align-items: start; font-size: 17px; }
.how li::before { content: counter(step); width: 32px; height: 32px; border-radius: 50%; background: var(--amber); color: #2c1d14; display: flex; align-items: center; justify-content: center; font-family: var(--font-sign); font-weight: 800; font-size: 18px; }
.how li b { font-weight: 600; }
.how svg.inline { width: 18px; height: 18px; vertical-align: -3px; }
.note { margin-top: auto; padding: 14px 16px; border-radius: 8px; font-size: 16px; }
.note.warm { background: #2a1f14; border: 1px solid #5a4a34; color: var(--gold); }
.note.green { background: #1c2214; border: 1px solid #4a5a34; color: #c4e3a6; }
.note.cold { background: #14202a; border: 1px solid #34505a; color: #bfeef6; }
.note b { font-weight: 600; }

.legend { display: flex; flex-wrap: wrap; gap: 22px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; color: var(--text-soft); }
.legend span, .status { display: inline-flex; align-items: center; gap: 8px; }
.status svg, .legend svg { width: 18px; height: 18px; flex-shrink: 0; }
.support { width: 100%; border-collapse: collapse; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.support th { padding: 16px 20px; background: #2a2016; text-align: left; font-family: var(--font-mono); font-weight: 400; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--label); }
.support td { padding: 18px 20px; border-top: 1px solid var(--line-soft); vertical-align: middle; font-size: 17px; }
.support .group th { padding: 22px 20px 10px; background: none; border-top: 1px solid #5a4a34; font-family: var(--font-sign); font-weight: 800; font-size: 22px; letter-spacing: 0; text-transform: none; color: var(--title); }
.support .group + tr td { border-top: 0; }
.support td.browser { font-weight: 600; }
.support .note-cell { font-size: 16px; color: var(--text-soft); }
.yes { color: var(--text); }
.cond { color: #ffcf8a; }
.untested { color: #b8a88a; }
.no { color: #ffa396; }
.needs { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.needs div { display: flex; flex-direction: column; gap: 6px; }
.needs .label { color: var(--amber); }
.needs p { font-size: 17px; color: var(--text-soft); }

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px; align-items: center; }
.split h2 { font-size: 64px; }
.split > div { display: flex; flex-direction: column; gap: 18px; }
.steps-box { margin: 0; padding: 32px; list-style: none; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; gap: 20px; counter-reset: step; }
.steps-box li { counter-increment: step; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 14px; align-items: start; }
.steps-box li::before { content: counter(step); width: 32px; height: 32px; border-radius: 50%; background: var(--amber); color: #2c1d14; display: flex; align-items: center; justify-content: center; font-family: var(--font-sign); font-weight: 800; font-size: 18px; }
.steps-box li.aside { display: block; padding-top: 18px; border-top: 1px solid var(--line); font-size: 16px; color: var(--gold); }
.steps-box li.aside::before { content: none; }
.faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.faq .card { padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; }
.faq h3 { font-size: 26px; }
.faq p { font-size: 17px; color: var(--text-soft); }

/* Tablet */
@media (max-width: 1100px) {
  :root { --gutter: 40px; }
  .nav .links a:not(.plate):not([aria-current]) { display: none; }
  .hero-copy h1 { font-size: 120px; }
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bonus { grid-template-columns: 240px minmax(0, 1fr); }
  .bonus .bonus-stats { grid-column: 1 / -1; }
  .play-grid, .story-grid, .split { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .story-art { display: none; }
  .page-head .bot { right: 40px; height: 300px; opacity: 0.5; }
}

/* Phone */
@media (max-width: 640px) {
  :root { --gutter: 16px; }
  body { font-size: 16px; }
  .section { padding: 64px var(--gutter); }
  .section-head { margin-bottom: 28px; }
  .section-head h2, .story-text h2, .split h2 { font-size: 42px; }
  .lead { font-size: 18px; }
  .kicker { font-size: 13px; }
  .nav { height: 64px; }
  .nav .brand { font-size: 24px; }
  .nav .links { gap: 16px; font-size: 16px; }
  .nav .links .plate { font-size: 18px; padding: 8px 32px; }
  .hero { min-height: 780px; }
  .hero-copy { padding-top: 96px; }
  .hero-copy .kicker { font-size: 14px; letter-spacing: 0.18em; }
  .hero-copy h1 { font-size: min(76px, 16vw); }
  .hero-copy .tagline { font-size: 20px; }
  .hero-actions { flex-direction: column; align-self: stretch; gap: 16px; }
  .hero-actions .plate { display: block; font-size: 26px; padding: 12px 40px; }
  .hero-actions .plate.ghost { font-size: 20px; }
  .hero-meta { font-size: 12px; line-height: 1.6; }
  .crew { bottom: 20px; gap: 4px; }
  .crew .lead-bot { height: 190px; }
  .crew img, .crew .tall { height: 150px; }
  .crew .short { display: none; }
  .story { border-width: 32px 0; }
  .story .shade { background: rgba(12, 10, 8, 0.84); }
  .story-grid { padding: 48px var(--gutter); }
  .story-text p { font-size: 18px; }
  .grid { gap: 16px; }
  .grid.four { grid-template-columns: minmax(0, 1fr); }
  .card h3 { font-size: 32px; }
  .world-art { height: 150px; }
  .world-art img { height: 110px; }
  .robot { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; padding: 14px; gap: 14px; }
  .robot-art { height: 128px; border-radius: 8px; padding-bottom: 8px; }
  .robot-art::before { display: none; }
  .robot-art img, .robot-art img.slim { height: 110px; max-height: calc(100% - 12px); }
  .robot .card-body { padding: 0; gap: 6px; }
  .robot h3 { font-size: 28px; }
  .robot .blurb { min-height: 0; font-size: 15px; }
  .robot .stats { display: none; }
  .joins { margin-top: 2px !important; padding-top: 0; border-top: 0; font-size: 11px; }
  .bonus { grid-template-columns: 104px minmax(0, 1fr); gap: 14px; padding: 18px; }
  .bonus-art { height: 140px; padding-bottom: 8px; }
  .bonus-art img { height: 124px; }
  .bonus-copy h3 { font-size: 34px; }
  .bonus-copy .kicker { font-size: 12px; }
  .bonus .stats { display: none; }
  .price { margin-top: 0; }
  .mode { padding: 20px 18px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 4px 14px; }
  .mode .medal { width: 48px; height: 48px; font-size: 24px; grid-row: span 3; }
  .mode h3 { font-size: 24px; }
  .play-steps { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .box { padding: 20px 18px; }
  .closing { min-height: 540px; }
  .closing-copy img { height: 150px; }
  .closing-copy h2 { font-size: 44px; }
  .closing-copy .plate { align-self: stretch; font-size: 26px; padding: 12px 40px; }
  .footer { flex-direction: column; justify-content: center; text-align: center; font-size: 12px; }
  .footer nav { justify-content: center; gap: 16px; }
  .page-head { min-height: 0; }
  .page-head-copy { padding: 96px var(--gutter) 48px; }
  .page-head-copy h1 { font-size: 56px; }
  .page-head-copy > p:not(.kicker) { font-size: 18px; }
  .page-head .bot { display: none; }
  .chips { gap: 8px; }
  .chips a { font-size: 17px; padding: 10px 16px; }
  .how { padding: 22px 18px; }
  .how-head h3 { font-size: 28px; }
  .how li { font-size: 16px; }
  .support, .support thead, .support tbody, .support tr, .support td, .support th { display: block; }
  .support { border: 0; background: none; }
  .support thead { display: none; }
  .support tbody { margin-top: 24px; }
  .support tr { margin-bottom: 10px; padding: 14px 16px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
  .support tr.group { margin: 0; padding: 0 0 4px; background: none; border: 0; }
  .support .group th { padding: 0; border: 0; }
  .support td { padding: 3px 0; border: 0; font-size: 15px; }
  .support td[data-label]::before { content: attr(data-label); display: inline-block; width: 76px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--label); }
  .support td.browser { font-weight: 600; font-size: 17px; }
  .support .note-cell { font-size: 14px; }
  .needs, .faq { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .steps-box { padding: 20px 18px; }
}
