/* Gage & Geda — the show's own visual language: flat fills, ink outlines, hard offset shadows, no gradient glows.
   Colours from PAL in anything2duo/template/src/duo/stage.tsx. The brand is bright on purpose, so there is no dark mode. */
@font-face {
  font-family: 'ZCOOL KuaiLe';
  src: url('fonts/zcool-kuaile.woff') format('woff');
  font-display: swap;
}

:root {
  --ink: #2B2A33;
  --ink2: #5A5866;
  --paper: #FFFDF6;
  --cream: #FFF3D6;
  --yel: #FFD66B;
  --yel2: #FFE7A3;
  --gold: #FFD23F;
  --blue: #DDF2F8;
  --mint: #BFEBD9;
  --pink2: #FFC6D5;
  --red: #E2553F;
  --violet: #8E5BD6;
  --gage: #A8C06F;
  --gage-d: #88A357;
  --geda: #DC8F52;
  --line: 3px solid var(--ink);
  --shadow: 6px 6px 0 var(--ink);
  --r: 18px;
  --cute: 'ZCOOL KuaiLe', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Noto Sans SC', sans-serif;
  --gutter: 16px;
  --bar-h: 64px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--bar-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font: 16px/1.7 var(--sans); overflow-x: hidden;
}
body.locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 var(--gutter); }
svg { width: 1em; height: 1em; flex: none; }

/* ── Top bar ───────────────────────────────────────────── */
.bar { position: sticky; top: 0; z-index: 20; background: var(--cream); border-bottom: var(--line); }
.bar-in { height: var(--bar-h); display: flex; align-items: center; gap: 12px; }
.brand { display: flex; align-items: center; gap: .18em; font: 28px/1 var(--cute); text-decoration: none; margin-right: auto; white-space: nowrap; }
.bw { position: relative; color: var(--c); -webkit-text-stroke: .1em #fff; paint-order: stroke fill; }
.bw::before {
  content: attr(data-t); position: absolute; inset: 0; z-index: -1;
  color: var(--ink); -webkit-text-stroke: .26em var(--ink); text-shadow: .08em .1em 0 var(--ink);
}
.bw-gage { --c: var(--gage); }
.bw-geda { --c: var(--red); }
.brand .bw { isolation: auto; }
.brand { isolation: isolate; }
.seal {
  display: grid; place-items: center; width: 1.15em; height: 1.15em; margin: 0 .12em;
  border-radius: 50%; background: var(--gold); border: 2.5px solid var(--ink); box-shadow: 2px 2px 0 var(--ink);
  font-size: .72em; line-height: 1; transform: rotate(-8deg);
}
.nav { display: flex; gap: 4px; }
.nav a { padding: 6px 12px; border-radius: 99px; text-decoration: none; font-weight: 600; }
.nav a:hover { background: var(--yel2); }
.lang { display: flex; border: var(--line); border-radius: 99px; overflow: hidden; background: var(--paper); flex: none; }
.lang button { border: 0; background: none; padding: 4px 12px; font-weight: 700; font-size: 14px; min-width: 44px; min-height: 34px; }
.lang button[aria-pressed="true"] { background: var(--ink); color: var(--yel); }
.menu { display: none; width: 44px; height: 40px; border: var(--line); border-radius: 12px; background: var(--paper); padding: 0; flex: none; }
.menu span { display: block; width: 18px; height: 2.5px; margin: 4px auto; background: var(--ink); border-radius: 2px; }

@media (max-width: 719px) {
  .brand { font-size: 21px; }
  .menu { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: var(--bar-h);
    flex-direction: column; gap: 0; padding: 8px var(--gutter) 14px; background: var(--cream); border-bottom: var(--line);
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px 8px; font-size: 18px; border-radius: 10px; }
}

/* ── Hero ──────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; background: #FFC6D5; border-bottom: var(--line); }
/* Per-routine backgrounds: flat patterns (same family as the covers); a switch expands the new layer outward in a circle from the characters (--ix/--iy set by app.js) */
.bgs { position: absolute; inset: 0; }
.bg { position: absolute; inset: 0; }
.bg.enter { animation: iris .95s cubic-bezier(.65, 0, .35, 1) both; }
@keyframes iris { from { clip-path: circle(0 at var(--ix, 72%) var(--iy, 70%)); } to { clip-path: circle(150% at var(--ix, 72%) var(--iy, 70%)); } }
.bg-nuzzle { background: repeating-conic-gradient(from 0deg at var(--ix, 72%) var(--iy, 70%), #FFC6D5 0 9deg, #FFD3DF 9deg 18deg); }
.bg-hands { background: repeating-conic-gradient(from 0deg at var(--ix, 72%) var(--iy, 70%), var(--yel) 0 9deg, #FFDE85 9deg 18deg); }
.bg-whisper { background: #E6DCFA radial-gradient(circle, #CDBBF3 5px, transparent 5.5px) 0 0 / 30px 30px; }
.bg-waltz { background: repeating-linear-gradient(-45deg, #BFEBD9 0 22px, #CDF1E2 22px 44px); }
.hero-in { position: relative; display: grid; gap: 8px; padding-top: 40px; padding-bottom: 0; }
.kicker {
  display: inline-block; justify-self: start; margin: 0 0 14px; padding: 6px 14px; border-radius: 99px;
  background: var(--ink); color: var(--yel); font: 15px/1.3 var(--cute); letter-spacing: .04em;
}
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
/* Exchange: Geda's question as the big title (white with ink outline + red shadow, same as cover titles); Gage's answer in a speech bubble */
.talk { display: grid; gap: 14px; align-content: end; } /* min-height is measured by app.js (sizeTalk); bottom-aligned: the bubble always sits right above the buttons, the spare space goes above */
.line { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.who { padding: 2px 12px; border-radius: 99px; color: #fff; font: 15px/1.5 var(--cute); letter-spacing: .04em; border: 2px solid var(--ink); }
.line-geda .who { background: var(--red); }
.line-gage .who { background: var(--gage-d); }
.line-geda .say {
  font: 42px/1.22 var(--cute); color: #fff; -webkit-text-stroke: .15em var(--ink); paint-order: stroke fill;
  text-shadow: .06em .09em 0 var(--red); text-wrap: balance;
}
html[lang="en"] .line-geda .say { font-size: 34px; line-height: 1.2; }
.line-gage .bubble {
  position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 10px 10px 18px;
  background: var(--paper); border: var(--line); border-radius: 18px; box-shadow: 4px 4px 0 var(--ink);
}
.line-gage .say { font: 22px/1.4 var(--cute); }
/* "Hear Gage out" = a round play-icon button inside Gage's bubble (the text lives in aria-label / title) */
.more-ic {
  flex: none; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; margin-left: auto;
  border: 3px solid var(--ink); border-radius: 50%; background: var(--red); color: #fff; font-size: 22px;
  box-shadow: 2px 3px 0 var(--ink); transition: transform .15s, box-shadow .15s;
}
.more-ic svg { margin-left: 3px; }
.more-ic:hover { transform: translate(-1px, -1px) scale(1.06); box-shadow: 3px 4px 0 var(--ink); }
.more-ic:active { transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--ink); }
/* Switching lines: the old ones fade out and the new ones rise in (Geda's line first, Gage's a beat later) */
.talk .say, .talk .more-ic { transition: opacity .35s, transform .45s cubic-bezier(.2, .7, .2, 1); }
.talk.out .say, .talk.out .more-ic { opacity: 0; transform: translateY(10px); }
.talk .line-gage .say, .talk .more-ic { transition-delay: .45s; }
.talk.out .line-gage .say, .talk.out .more-ic { transition-delay: 0s; }
.tap-hint {
  position: absolute; right: 8%; top: 6%; z-index: 1; padding: 3px 12px; border: 2px solid var(--ink); border-radius: 99px;
  background: var(--paper); font: 13px/1.5 var(--cute); pointer-events: none;
  transform: translate(var(--dx, 0), var(--dy, 0)) rotate(var(--dr, 0deg)); transition: transform 1.8s ease-in-out;
}
.lede { margin: 18px 0 0; font-size: 17px; max-width: 34em; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 22px;
  border: var(--line); border-radius: 99px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink);
  font: 18px/1 var(--cute); text-decoration: none; transition: transform .12s, box-shadow .12s;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.btn-ink { background: var(--ink); color: var(--yel); }
.stats { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 26px 0 0; padding: 0; }
.stats li { display: flex; align-items: baseline; gap: 6px; }
.stats b { font: 28px/1 var(--cute); }
.stats span { font-size: 14px; color: var(--ink2); font-weight: 600; }
.hero-art { position: relative; margin: 0 -16px; width: calc(100% + 32px); cursor: pointer; -webkit-tap-highlight-color: transparent; }
.hero-art video { display: block; width: 100%; height: auto; aspect-ratio: 1340 / 900; margin-bottom: -2px; }

@media (min-width: 900px) {
  .hero-in { grid-template-columns: 1fr 1.15fr; align-items: end; gap: 24px; padding-top: 64px; }
  .hero-copy { padding-bottom: 72px; }
  .line-geda .say { font-size: 60px; }
  html[lang="en"] .line-geda .say { font-size: 46px; }
  .line-gage .say { font-size: 26px; }
  .more-ic { width: 52px; height: 52px; font-size: 24px; }
  .lede { font-size: 19px; }
  .hero-art { width: calc(100% + var(--gutter)); max-width: none; margin: 0 calc(-1 * var(--gutter)) 0 0; } /* Reaches the viewport edge at most, never beyond (it used to be 118% wide and got cropped at 900–1180px) */
}

/* ── Section headings ──────────────────────────────────── */
.sec { padding: 56px 0; }
.sec-tint { background: var(--paper); border-top: var(--line); border-bottom: var(--line); }
.h2 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; margin: 0 0 24px; font: 34px/1.2 var(--cute); font-weight: 400; }
.h2 small { font: 600 15px/1.4 var(--sans); color: var(--ink2); }
.h2-gap { margin-top: 56px; }
@media (min-width: 900px) { .sec { padding: 88px 0; } .h2 { font-size: 44px; } }

/* ── Characters ────────────────────────────────────────── */
.cast { display: grid; gap: 28px; }
.char {
  display: grid; overflow: hidden; background: var(--paper);
  border: var(--line); border-radius: 26px; box-shadow: 8px 8px 0 var(--ink);
}
.char-art {
  position: relative; display: grid; place-items: end center; width: 100%; padding: 20px 24px 0; margin: 0;
  border: 0; border-bottom: var(--line); cursor: pointer; font: inherit;
}
.cast-vid { display: block; width: min(100%, 300px); height: auto; aspect-ratio: 600 / 720; margin-bottom: -2px; } /* Width follows the panel (no fixed height: at 720–1180px a fixed height made the video wider than the panel and it got cropped) */
.hi {
  position: absolute; left: 14px; top: 14px; padding: 3px 10px; border: 2px solid var(--ink); border-radius: 99px;
  background: var(--paper); font: 13px/1.4 var(--cute); opacity: .85; transition: opacity .2s;
}
.char-art:hover .hi { opacity: 1; }
/* Speech bubble for a greeting (top-right of the picture, tail pointing towards the character) */
.say-bubble {
  position: absolute; right: 12px; top: 14px; max-width: 58%; z-index: 1; padding: 8px 14px; text-align: left;
  background: var(--paper); border: var(--line); border-radius: 16px; box-shadow: 3px 3px 0 var(--ink);
  font: 17px/1.4 var(--cute); opacity: 0; transform: translateY(6px) scale(.96); transition: opacity .25s, transform .3s cubic-bezier(.2, .8, .2, 1.2);
  pointer-events: none;
}
.say-bubble.show { opacity: 1; transform: none; }
.say-bubble::after {
  content: ''; position: absolute; left: 18px; bottom: -10px; width: 14px; height: 14px; background: var(--paper);
  border-right: var(--line); border-bottom: var(--line); transform: rotate(45deg);
}
.char-geda .char-art { background: var(--yel2); }
.char-gage .char-art { background: var(--blue); }

.char-body { padding: 22px 22px 26px; }
.role {
  display: inline-block; margin: 0 0 8px; padding: 3px 12px; border-radius: 99px; color: #fff;
  font: 15px/1.5 var(--cute); letter-spacing: .04em;
}
.char-geda .role { background: var(--red); }
.char-gage .role { background: var(--gage-d); }
.char h3 { display: flex; align-items: baseline; gap: 12px; margin: 0; font: 44px/1.1 var(--cute); font-weight: 400; }
.char h3 em { font-style: normal; font-size: 22px; color: var(--ink2); }
.species { margin: 6px 0 12px; font-weight: 700; color: var(--ink2); font-size: 15px; }
.char-body > p:not(.role):not(.species):not(.sig) { margin: 0; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; padding: 0; }
.chips li { padding: 2px 12px; border: 2px solid var(--ink); border-radius: 99px; font-weight: 700; font-size: 14px; }
.char-geda .chips li { background: #FBE3D2; }
.char-gage .chips li { background: #E6EFD2; }
.sig { display: flex; flex-wrap: wrap; gap: 4px 10px; margin: 0; padding-top: 14px; border-top: 2px dashed #CFC6B0; font-size: 15px; }
.sig b { font: 15px/1.7 var(--cute); font-weight: 400; }
@media (min-width: 720px) {
  .char { grid-template-columns: 38% 1fr; }
  .char-gage { grid-template-columns: 1fr 38%; }
  .char-gage .char-art { order: 2; border-left: var(--line); }
  .char-geda .char-art { border-right: var(--line); }
  .char-art { border-bottom: 0; padding-top: 36px; height: 100%; }
  .cast-vid { width: min(100%, 360px); }
  .say-bubble { font-size: 20px; }
  .char-body { padding: 32px 36px; align-self: center; }
  .char h3 { font-size: 54px; }
  .char-body > p:not(.role):not(.species):not(.sig) { font-size: 17px; }
}

.how { list-style: none; counter-reset: how; display: grid; gap: 14px; margin: 40px 0 0; padding: 0; }
.how li {
  counter-increment: how; position: relative; padding: 18px 18px 18px 66px;
  background: var(--paper); border: var(--line); border-radius: var(--r);
}
.how li::before {
  content: counter(how); position: absolute; left: 16px; top: 16px; width: 36px; height: 36px; display: grid; place-items: center;
  border: var(--line); border-radius: 50%; background: var(--gold); font: 20px/1 var(--cute);
}
.how b { display: block; font: 21px/1.3 var(--cute); font-weight: 400; }
.how span { color: var(--ink2); font-size: 15px; }
@media (min-width: 768px) { .how { grid-template-columns: repeat(3, 1fr); } }

/* ── Episodes ──────────────────────────────────────────── */
.card {
  display: flex; flex-direction: column; min-width: 0; background: var(--paper);
  border: var(--line); border-radius: var(--r); box-shadow: 5px 5px 0 var(--ink); overflow: hidden;
  transition: transform .14s, box-shadow .14s;
}
.card:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.thumb { position: relative; display: block; padding: 0; border: 0; border-bottom: var(--line); background: var(--cream); aspect-ratio: 3 / 4; }
.card-long .thumb { aspect-ratio: 16 / 9; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.play {
  position: absolute; right: 10px; bottom: 10px; width: 40px; height: 40px; display: grid; place-items: center;
  border: var(--line); border-radius: 50%; background: var(--red); color: #fff; font-size: 20px;
}
.card-body { display: flex; flex-direction: column; gap: 6px; padding: 12px 14px 14px; flex: 1; }
.tag { margin: 0; font: 13px/1.3 var(--cute); letter-spacing: .03em; color: var(--ink2); }
.tag-fan { color: var(--violet); }
.tag-long { color: var(--red); }
.card h3 { margin: 0; font-size: 15px; line-height: 1.45; font-weight: 700; }
.card-big h3 { font-size: 18px; }
.sum { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink2); }
.mini-links { display: flex; gap: 6px; margin-top: auto; padding-top: 6px; }
.mini {
  display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid var(--ink); border-radius: 50%;
  background: var(--paper); font-size: 16px;
}
.mini:hover { background: var(--yel2); }

.featured {
  display: grid; grid-auto-flow: column; grid-auto-columns: 74%; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 10px 14px 4px; margin: -4px calc(-1 * var(--gutter)) 0 -4px;
  scrollbar-width: thin;
}
.featured .card { scroll-snap-align: start; }
@media (min-width: 640px) {
  .featured { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(2, 1fr); overflow: visible; margin: 0; padding: 0; gap: 22px; }
}
@media (min-width: 900px) { .featured { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -6px 0 22px; }
.filters button {
  min-height: 40px; padding: 0 16px; border: var(--line); border-radius: 99px; background: var(--paper);
  font-weight: 700; font-size: 15px;
}
.filters button[aria-pressed="true"] { background: var(--ink); color: var(--yel); }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.grid.grid-long { grid-template-columns: 1fr; margin-bottom: 26px; }
@media (min-width: 640px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 768px) { .grid.grid-long { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } .grid.grid-long { grid-template-columns: repeat(2, 1fr); gap: 28px; } }

/* Folded: show only the first two rows */
.grid .card.folded { display: none; }
.more { display: flex; justify-content: center; margin-top: 26px; }
.more button {
  min-height: 46px; padding: 0 24px; border: var(--line); border-radius: 99px; background: var(--paper);
  box-shadow: 4px 4px 0 var(--ink); font: 17px/1 var(--cute);
}
.more button:hover { background: var(--yel2); }

/* ── Follow ────────────────────────────────────────────── */
.follow { background: var(--mint); border-bottom: var(--line); }
.follow-in { display: grid; gap: 24px; justify-items: center; text-align: center; }
.follow-av { width: 132px; border: var(--line); border-radius: 50%; box-shadow: var(--shadow); }
.follow .h2 { justify-content: center; margin-bottom: 8px; }
.follow-sub { margin: 0 0 22px; color: var(--ink2); font-weight: 600; }
.social { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.sbtn {
  display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 22px;
  border: var(--line); border-radius: 99px; box-shadow: 4px 4px 0 var(--ink);
  font: 19px/1 var(--cute); text-decoration: none; color: #fff; transition: transform .12s, box-shadow .12s;
}
.sbtn svg { font-size: 22px; }
a.sbtn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.sbtn-douyin { background: var(--ink); }
.sbtn-youtube { background: var(--red); }
.sbtn-instagram { background: var(--violet); }
.sbtn.off { background: var(--paper); color: var(--ink2); box-shadow: none; border-style: dashed; cursor: default; }
.sbtn.off small { font: 600 12px/1 var(--sans); padding: 3px 8px; border-radius: 99px; background: var(--cream); }
@media (min-width: 720px) {
  .follow-in { grid-template-columns: auto 1fr; justify-items: start; text-align: left; gap: 40px; }
  .follow-av { width: 180px; }
  .follow .h2, .social { justify-content: flex-start; }
}

/* ── Footer ────────────────────────────────────────────── */
.foot { background: var(--ink); color: #D9D6CC; font-size: 14px; }
.foot-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; padding-top: 22px; padding-bottom: calc(22px + env(safe-area-inset-bottom)); }
.foot p { margin: 0; }
.foot a { color: var(--yel); }

/* ── Episode dialog ────────────────────────────────────── */
.modal {
  width: min(calc(100vw - 32px), 440px); max-height: calc(100dvh - 32px); padding: 0; overflow: auto;
  border: var(--line); border-radius: 22px; box-shadow: 8px 8px 0 var(--ink); background: var(--paper); color: var(--ink);
}
.modal.m-long { width: min(calc(100vw - 32px), 880px); }
.modal::backdrop { background: rgba(43, 42, 51, .6); }
.x {
  position: absolute; right: 10px; top: 10px; z-index: 2; width: 40px; height: 40px; padding: 0;
  border: var(--line); border-radius: 50%; background: var(--paper); font-size: 24px; line-height: 1;
}
.m-media { background: var(--ink); border-bottom: var(--line); }
.m-media img { width: 100%; }
.m-media iframe { display: block; border: 0; margin: 0 auto; aspect-ratio: 9 / 16; width: auto; height: min(70dvh, calc(min(100vw - 38px, 434px) * 16 / 9)); }
.m-long .m-media iframe { aspect-ratio: 16 / 9; width: 100%; height: auto; }
.m-body { padding: 16px 20px 22px; }
.m-tag { margin: 0; font: 14px/1.3 var(--cute); color: var(--ink2); }
.m-body h3 { margin: 4px 0 8px; font-size: 20px; line-height: 1.4; }
.m-body > p:not(.m-tag) { margin: 0 0 16px; color: var(--ink2); }
.social-sm { justify-content: flex-start; gap: 8px; }
.social-sm .sbtn { min-height: 42px; padding: 0 14px; font-size: 16px; box-shadow: 3px 3px 0 var(--ink); }
.social-sm .sbtn svg { font-size: 18px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .btn, .sbtn { transition: none; }
}

/* Phone hero (must stay at the end of the file to override the rules above): characters on the first screen — the intro paragraph and stats (already covered by the character section) are hidden, buttons shrink */
@media (max-width: 899px) {
  .hero-in { padding-top: 24px; }
  .kicker { font-size: 13px; margin-bottom: 10px; }
  .lede, .stats { display: none; }
  .talk { gap: 10px; }
  .line-geda .say { font-size: 34px; }
  html[lang="en"] .line-geda .say { font-size: 28px; }
  .line-gage .say { font-size: 18px; }
  .line-gage .bubble { padding: 8px 8px 8px 14px; }
  .more-ic { width: 40px; height: 40px; font-size: 18px; }
  .cta { margin-top: 14px; }
  .cta .btn { min-height: 42px; padding: 0 16px; font-size: 16px; }
}
