/* crorebetinfo.com - single stylesheet. Budget: <45 KB.
   Mobile-first, 360px baseline. No framework, no icon font. */

@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-subset.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+20B9, U+2018-201D, U+2013-2014, U+2022, U+2192, U+2713, U+2717, U+2605;
}

:root {
  --bg-900: #060910;
  --bg-800: #0c111c;
  --bg-700: #141b2a;
  --bg-600: #1b2434;
  --amber-500: #ffb020;
  --amber-600: #e09410;
  --green: #17c964;
  --red: #f03d3d;
  --blue: #2e7df7;
  --text-100: #f3f6fc;
  --text-400: #98a2b8;
  --border: #1c2437;
  --r-s: 8px;
  --r-m: 12px;
  --r-l: 18px;
  --measure: 72ch;
  --gut: 20px;
  --sp: 8px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  margin: 0;
  background: var(--bg-900);
  color: var(--text-100);
  font: 400 clamp(1rem, .97rem + .15vw, 1.0625rem)/1.65 Manrope, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-variant-numeric: tabular-nums;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--amber-500); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--amber-600); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--amber-500); color: #10131b; padding: 12px 18px;
  font-weight: 700; border-radius: 0 0 var(--r-s) 0;
}
.skip:focus { left: 0; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--gut); }

h1, h2, h3, h4 {
  font-family: Manrope, "Segoe UI", system-ui, sans-serif;
  line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 1.5rem + 2.4vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2.125rem); font-weight: 800; margin-top: 2.4em; }
h3 { font-size: clamp(1.1875rem, 1.1rem + .5vw, 1.5rem); font-weight: 700; margin-top: 1.9em; }
h4 { font-size: 1.0625rem; font-weight: 700; }
p, ul, ol, table { margin: 0 0 1.1em; }
p, li { max-width: var(--measure); }
strong { font-weight: 700; color: #fff; }
code {
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: .9em; background: var(--bg-700); border: 1px solid var(--border);
  padding: 1px 6px; border-radius: 5px; color: #ffd580;
}

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(6, 9, 16, .92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.head-in { display: flex; align-items: center; gap: 16px; min-height: 60px; }
.logo { font-weight: 800; font-size: 1.15rem; text-decoration: none; color: var(--text-100); flex: none; }
.logo .ls { color: var(--amber-500); }
.logo .lt { color: var(--text-400); font-weight: 600; font-size: .8em; }
.mainnav { display: none; margin-inline-start: auto; }
.mainnav ul, .drawer ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.mainnav a {
  display: block; padding: 10px 11px; border-radius: var(--r-s);
  color: var(--text-100); text-decoration: none; font-size: .925rem; font-weight: 600;
  transition: background .18s var(--ease), color .18s var(--ease);
}
.mainnav a:hover { background: var(--bg-700); color: #fff; }
.mainnav a[aria-current] { color: var(--amber-500); background: var(--bg-800); }
.head-r { display: flex; align-items: center; gap: 10px; margin-inline-start: auto; }
.mainnav + .head-r { margin-inline-start: 0; }
.badge18 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 24px; padding: 0 6px; border-radius: 999px;
  background: var(--bg-700); border: 1px solid var(--red);
  color: #ff8f8f; font-size: .72rem; font-weight: 800; letter-spacing: .02em;
}
.navtog {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; background: transparent; border: 1px solid var(--border);
  border-radius: var(--r-s); color: var(--text-100); cursor: pointer;
}
.drawer { border-top: 1px solid var(--border); background: var(--bg-800); }
.drawer ul { flex-direction: column; gap: 0; }
.drawer a {
  display: block; padding: 15px var(--gut); color: var(--text-100);
  text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--border);
}
.drawer a[aria-current] { color: var(--amber-500); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px; border: 0; border-radius: 10px;
  font: 700 1rem/1 Manrope, system-ui, sans-serif; text-decoration: none;
  cursor: pointer; background: var(--bg-700); color: var(--text-100);
  transition: transform .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease);
}
.btn-primary {
  background: linear-gradient(180deg, #ffbf45, var(--amber-500));
  color: #10131b; box-shadow: 0 6px 22px rgba(255, 176, 32, .22);
}
.btn-primary:hover { background: var(--amber-600); color: #10131b; transform: translateY(-1px); }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: .9rem; }

/* ---------- CTA block ---------- */
.cta-block {
  margin: 26px 0 30px; padding: 18px; border-radius: var(--r-m);
  background: linear-gradient(135deg, rgba(255, 176, 32, .09), rgba(46, 125, 247, .07));
  border: 1px solid var(--border);
}
.cta-block .btn-primary { width: 100%; max-width: 380px; }
.trust-strip {
  list-style: none; display: flex; flex-wrap: wrap; gap: 6px 14px;
  margin: 14px 0 0; padding: 0; font-size: .82rem; color: var(--text-400);
}
.trust-strip li { display: flex; align-items: center; gap: 6px; max-width: none; }
.trust-strip li::before { content: "\2713"; color: var(--green); font-weight: 700; }
.pay-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.pay {
  font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--text-400); background: var(--bg-700); border: 1px solid var(--border);
  padding: 4px 9px; border-radius: 5px;
}

/* ---------- hero ---------- */
.hero { position: relative; padding: 22px 0 8px; overflow: hidden; }
.hero .glow {
  position: absolute; inset: -20% -10% auto -10%; height: 620px; pointer-events: none;
  background:
    radial-gradient(48% 42% at 22% 8%, rgba(255, 176, 32, .16), transparent 70%),
    radial-gradient(46% 40% at 82% 22%, rgba(46, 125, 247, .13), transparent 72%);
}
.hero-in { position: relative; }
.hero-txt { max-width: 760px; }
.hero-mock { display: none; }
.hero-rate { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 6px; font-size: .9rem; color: var(--text-400); }
.hero-rate b { color: var(--text-100); }

.stars { display: inline-flex; gap: 2px; }
.stars .s { color: #2c364a; font-size: 1rem; }
.stars .s.on { color: var(--amber-500); }
.stars .s.half { background: linear-gradient(90deg, var(--amber-500) 50%, #2c364a 50%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- meta bar / breadcrumbs ---------- */
.crumbs { margin: 0 0 14px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; font-size: .82rem; color: var(--text-400); }
.crumbs li { max-width: none; }
.crumbs li + li::before { content: "/"; margin-inline-end: 6px; color: #3a4658; }
.crumbs a { color: var(--text-400); text-decoration: none; }
.crumbs a:hover { color: var(--amber-500); text-decoration: underline; }
.crumbs [aria-current] { color: var(--text-100); }

.metabar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
  margin: 0 0 18px; padding: 0 0 16px; border-bottom: 1px solid var(--border);
  font-size: .84rem; color: var(--text-400); max-width: none;
}
.metabar a { color: var(--text-100); }

/* ---------- direct answer ---------- */
.direct-answer {
  background: var(--bg-700); border: 1px solid var(--border);
  border-left: 4px solid var(--amber-500); border-radius: var(--r-m);
  padding: 18px 20px; margin: 0 0 22px;
}
.direct-answer p { margin: 0; }
.direct-answer .da-l {
  font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber-500); margin-bottom: 6px;
}
.direct-answer p:last-child { font-size: 1.06rem; }

/* ---------- content shell ---------- */
.content { padding: 10px 0 40px; }
.content.plain { padding-top: 26px; }
.cols { display: block; }
.col-main > :first-child { margin-top: 0; }

/* ---------- tables ---------- */
.tbl-wrap { margin: 24px 0 28px; }
.tbl-wrap figcaption {
  font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  color: var(--text-400); margin-bottom: 8px;
}
.scroller { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r-m); background: var(--bg-800); }
table { width: 100%; min-width: 460px; border-collapse: collapse; margin: 0; font-size: .94rem; }
thead th {
  background: var(--bg-700); text-align: start; font-weight: 800; font-size: .8rem;
  letter-spacing: .04em; text-transform: uppercase; color: var(--text-400);
  padding: 12px 14px; border-bottom: 1px solid var(--border); white-space: nowrap;
}
tbody th, tbody td { padding: 12px 14px; border-bottom: 1px solid var(--border); vertical-align: top; text-align: start; max-width: 420px; }
tbody th { font-weight: 700; color: #fff; background: rgba(20, 27, 42, .5); }
tbody tr:nth-child(even) td { background: rgba(20, 27, 42, .28); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tr.verified th, tr.verified td { color: var(--text-400); font-size: .84rem; font-weight: 600; background: rgba(255, 176, 32, .05); }
.compare th.hl, .compare td.hl { background: rgba(255, 176, 32, .1); border-inline: 1px solid rgba(255, 176, 32, .25); }
.compare thead th.hl { color: var(--amber-500); }
.score .sv, .bars b { font-weight: 800; color: var(--amber-500); white-space: nowrap; }
.score tr.tot th, .score tr.tot td { background: rgba(255, 176, 32, .08); font-size: 1rem; }
.bt { display: block; min-width: 90px; height: 8px; border-radius: 99px; background: var(--bg-600); overflow: hidden; }
.bf { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--amber-600), var(--amber-500)); }
.sev { display: inline-block; padding: 3px 9px; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.sev.low { background: rgba(23, 201, 100, .14); color: #6ee7a4; }
.sev.medium { background: rgba(255, 176, 32, .14); color: var(--amber-500); }
.sev.high { background: rgba(240, 61, 61, .15); color: #ff8f8f; }

/* ---------- toc ---------- */
.toc { margin: 22px 0 30px; border: 1px solid var(--border); border-radius: var(--r-m); background: var(--bg-800); }
.toc > summary {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 18px; cursor: pointer; font-weight: 800; list-style: none;
  min-height: 48px;
}
.toc > summary::-webkit-details-marker { display: none; }
.toc .tc { font-size: .78rem; font-weight: 600; color: var(--text-400); }
.toc-grid { margin: 0; padding: 4px 18px 18px; display: grid; gap: 2px 22px; counter-reset: t; }
.toc-grid li { list-style: none; max-width: none; counter-increment: t; }
.toc-grid a { display: block; padding: 7px 0 7px 26px; position: relative; color: var(--text-100); text-decoration: none; font-size: .93rem; }
.toc-grid a::before { content: counter(t) "."; position: absolute; left: 0; color: var(--amber-500); font-weight: 700; font-size: .82rem; }
.toc-grid a:hover { color: var(--amber-500); }

/* ---------- lists ---------- */
.bul, .num { padding-inline-start: 22px; }
.bul li, .num li { margin-bottom: .5em; }
.bul { list-style: none; padding-inline-start: 0; }
.bul li { position: relative; padding-inline-start: 26px; }
.bul li::before {
  content: ""; position: absolute; left: 8px; top: .62em; width: 7px; height: 7px;
  border-radius: 2px; background: var(--amber-500); transform: rotate(45deg);
}

/* ---------- steps ---------- */
.steps-wrap { margin: 24px 0 30px; }
.steps-title { font-weight: 800; margin: 0 0 12px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: s; }
.step {
  display: flex; gap: 14px; padding: 16px; max-width: none;
  background: var(--bg-800); border: 1px solid var(--border); border-radius: var(--r-m);
}
.step-n {
  flex: none; width: 34px; height: 34px; border-radius: 9px;
  display: grid; place-items: center; font-weight: 800; font-size: 1rem;
  background: rgba(255, 176, 32, .12); color: var(--amber-500);
  border: 1px solid rgba(255, 176, 32, .3);
}
.step p { margin: 0; color: #dbe2ef; }
.step .sh { margin: 2px 0 6px; font-weight: 700; font-size: 1.0625rem; color: var(--text-100); }

/* ---------- callouts ---------- */
.callout {
  display: flex; gap: 12px; margin: 22px 0; padding: 16px 18px;
  border-radius: var(--r-m); background: var(--bg-800); border: 1px solid var(--border);
  border-left: 4px solid var(--blue);
}
.callout .ic {
  flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; font-size: .85rem; background: rgba(46, 125, 247, .16); color: #8ab6ff;
}
.callout p { margin: 0; }
.callout .ct { font-weight: 800; margin-bottom: 4px; }
.callout.warn { border-left-color: var(--amber-500); }
.callout.warn .ic { background: rgba(255, 176, 32, .16); color: var(--amber-500); }
.callout.good { border-left-color: var(--green); }
.callout.good .ic { background: rgba(23, 201, 100, .16); color: #6ee7a4; }
.callout.bad { border-left-color: var(--red); }
.callout.bad .ic { background: rgba(240, 61, 61, .16); color: #ff8f8f; }
.callout.verify { border-left-color: #8b5cf6; }
.callout.verify .ic { background: rgba(139, 92, 246, .18); color: #c4b0ff; }

.defn {
  margin: 22px 0; padding: 16px 18px; border-radius: var(--r-m);
  background: linear-gradient(135deg, rgba(46, 125, 247, .08), transparent 70%);
  border: 1px solid var(--border);
}
.defn p { margin: 0; }
.defn .dt { font-weight: 800; font-size: 1.05rem; margin-bottom: 5px; }
.defn .dd { color: #dbe2ef; }

.evidence {
  margin: 22px 0; padding: 16px 18px; border-radius: var(--r-m);
  background: rgba(23, 201, 100, .06); border: 1px solid rgba(23, 201, 100, .22);
}
.evidence p { margin: 0; }
.evidence .et {
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: #6ee7a4; margin-bottom: 6px;
}

.pull { margin: 24px 0; padding: 0 0 0 18px; border-inline-start: 3px solid var(--amber-500); }
.pull p { font-size: 1.1rem; font-style: italic; }
.pull cite { font-size: .85rem; color: var(--text-400); font-style: normal; }

/* ---------- feature grid / cards ---------- */
.fgrid { list-style: none; margin: 22px 0 28px; padding: 0; display: grid; gap: 10px; }
.fgrid li { max-width: none; padding: 16px; background: var(--bg-800); border: 1px solid var(--border); border-radius: var(--r-m); }
.fgrid p { margin: 0; font-size: .95rem; color: #dbe2ef; }
.fgrid .fh { margin: 0 0 6px; color: var(--amber-500); font-weight: 700; font-size: 1.0625rem; }

/* ---------- odds card ---------- */
.odds-card { margin: 24px 0 28px; padding: 16px; border-radius: var(--r-l); background: var(--bg-800); border: 1px solid var(--border); }
.odds-card header { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-bottom: 14px; }
.live {
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; padding: 3px 8px;
  border-radius: 4px; background: rgba(240, 61, 61, .16); color: #ff8f8f;
}
.odds-card .om { margin: 0; font-weight: 800; }
.odds-card .od { margin: 0; width: 100%; font-size: .82rem; color: var(--text-400); }
.odds-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(94px, 1fr)); gap: 8px; }
.odd {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-height: 60px; padding: 10px 8px; cursor: pointer;
  background: var(--bg-700); border: 1px solid var(--border); border-radius: 10px;
  color: var(--text-400); font: 600 .8rem/1.2 Manrope, system-ui, sans-serif;
  transition: border-color .16s var(--ease), transform .16s var(--ease);
}
.odd b { font-size: 1.06rem; color: var(--amber-500); }
.odd:hover { border-color: var(--amber-500); transform: translateY(-1px); }
.odds-card .oc { margin: 12px 0 0; font-size: .8rem; color: var(--text-400); }

/* ---------- figures / video ---------- */
.shot { margin: 24px 0 28px; }
.shot img { width: 100%; border-radius: var(--r-m); border: 1px solid var(--border); background: var(--bg-800); }
.shot figcaption, .video-slot .vd { font-size: .85rem; color: var(--text-400); margin-top: 8px; }
.video-slot {
  position: relative; margin: 24px 0 28px; aspect-ratio: 16 / 9;
  display: grid; place-items: center; text-align: center; padding: 20px;
  border-radius: var(--r-m); border: 1px dashed #2b3a52;
  background: radial-gradient(60% 60% at 50% 40%, rgba(46, 125, 247, .1), var(--bg-800));
}
.video-slot .play {
  display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 12px;
  border-radius: 50%; background: var(--amber-500); color: #10131b;
}
.video-slot .vt { margin: 0 0 4px; font-weight: 800; }
.video-slot .vd { margin: 0 auto; max-width: 46ch; }
.video-slot .vn { margin: 10px auto 0; font-size: .74rem; color: #6c7893; max-width: 52ch; }
.video-slot iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: var(--r-m); }

/* ---------- pros / cons ---------- */
.pc-grid { display: grid; gap: 12px; margin-bottom: 8px; }
.pc-col { padding: 18px; border-radius: var(--r-m); background: var(--bg-800); border: 1px solid var(--border); }
.pc-col h3 { margin: 0 0 12px; font-size: 1.06rem; }
.pc-col.ok { border-top: 3px solid var(--green); }
.pc-col.no { border-top: 3px solid var(--red); }
.pc-col ul { list-style: none; margin: 0; padding: 0; }
.pc-col li { display: flex; gap: 10px; margin-bottom: .7em; max-width: none; font-size: .96rem; }
.mk { flex: none; font-weight: 800; }
.mk.ok { color: var(--green); }
.mk.no { color: var(--red); }

/* ---------- reviews ---------- */
.rev-note { font-size: .86rem; color: var(--text-400); margin: 18px 0 0; max-width: 82ch; }
.rev-grid { display: grid; gap: 12px; margin: 16px 0 28px; }
.rev { padding: 18px; border-radius: var(--r-m); background: var(--bg-800); border: 1px solid var(--border); }
.rev header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.av {
  flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--amber-500), var(--amber-600));
  color: #10131b; font-weight: 800;
}
.rev .rn { margin: 0; font-weight: 700; }
.rev .rc { margin: 0; font-size: .8rem; color: var(--text-400); }
.rev .rt { margin: 10px 0 8px; font-size: .95rem; color: #dbe2ef; }
.rev footer { font-size: .78rem; color: var(--text-400); }

/* ---------- verdict / related / faq ---------- */
.verdict { margin-top: 2.4em; padding: 22px; border-radius: var(--r-l); background: linear-gradient(160deg, var(--bg-800), rgba(20, 27, 42, .4)); border: 1px solid var(--border); }
.verdict h2 { margin-top: 0; }
.related { margin-top: 2.4em; }
.rgrid { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.rgrid li { max-width: none; }
.rgrid a {
  display: block; height: 100%; padding: 16px; text-decoration: none;
  background: var(--bg-800); border: 1px solid var(--border); border-radius: var(--r-m);
  transition: border-color .18s var(--ease), transform .18s var(--ease);
}
.rgrid a:hover { border-color: var(--amber-500); transform: translateY(-2px); }
.rgrid .rt { display: block; font-weight: 700; color: var(--text-100); margin-bottom: 4px; }
.rgrid .rb { display: block; font-size: .88rem; color: var(--text-400); }

.faq { margin-top: 2.4em; }
.faq-list { display: grid; gap: 8px; }
.qa { background: var(--bg-800); border: 1px solid var(--border); border-radius: var(--r-m); }
.qa summary {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 15px 18px; min-height: 48px; cursor: pointer; font-weight: 700; list-style: none;
}
.qa summary::-webkit-details-marker { display: none; }
.qa .chev { flex: none; color: var(--amber-500); transition: transform .2s var(--ease); }
.qa[open] .chev { transform: rotate(180deg); }
.qa-a { padding: 0 18px 16px; }
.qa-a p { margin: 0; color: #dbe2ef; }

/* ---------- author / compliance ---------- */
.authorbox { display: flex; gap: 16px; margin: 2.4em 0 0; padding: 20px; border-radius: var(--r-m); background: var(--bg-800); border: 1px solid var(--border); }
.authorbox img { flex: none; width: 72px; height: 72px; border-radius: 50%; border: 2px solid var(--amber-500); }
.authorbox p { margin: 0; }
.ab-n { font-weight: 800; font-size: 1.05rem; }
.ab-n a { text-decoration: none; }
.ab-r { font-size: .82rem; color: var(--amber-500); margin-bottom: 6px !important; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.ab-b { font-size: .93rem; color: #dbe2ef; }

.comply { margin: 26px 0 0; padding: 18px; border-radius: var(--r-m); background: var(--bg-800); border: 1px solid var(--border); }
.comply p { margin: 0 0 8px; font-size: .86rem; color: var(--text-400); max-width: none; }
.comply p:last-child { margin: 0; }
.comply .badge18 { margin-inline-end: 6px; }

/* ---------- footer ---------- */
.site-foot { margin-top: 48px; padding: 40px 0 26px; background: var(--bg-800); border-top: 1px solid var(--border); }
.fgrid5, .fsvc { display: grid; gap: 26px; }
.fsvc { margin-top: 26px; }
.site-foot h2 {
  font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber-500); margin: 0 0 12px;
}
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.fsvc ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0 20px; }
.site-foot li { margin-bottom: .55em; max-width: none; }
.site-foot li a { color: var(--text-400); text-decoration: none; font-size: .9rem; }
.site-foot li a:hover { color: var(--text-100); text-decoration: underline; }
.fdisc { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border); }
.fdisc p { font-size: .82rem; color: var(--text-400); max-width: 96ch; }
.fd1 .badge18 { margin-inline-end: 8px; }
.fd3 { color: #6c7893; }

/* ---------- sticky CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(12, 17, 28, .97); border-top: 1px solid var(--border);
  backdrop-filter: blur(8px); padding: 10px var(--gut);
  transform: translateY(100%); transition: transform .22s var(--ease);
  padding-bottom: max(10px, env(safe-area-inset-bottom));
}
.sticky-cta.on { transform: translateY(0); }
.sticky-cta[hidden] { display: none; }
.sc-in { display: flex; align-items: center; gap: 12px; max-width: 1200px; margin: 0 auto; }
.sct { display: flex; flex-direction: column; line-height: 1.25; font-size: .8rem; color: var(--text-400); }
.sct b { font-size: .95rem; color: var(--text-100); }
.sc-in .btn { margin-inline-start: auto; }
.scx {
  flex: none; width: 40px; height: 40px; border-radius: var(--r-s);
  background: transparent; border: 1px solid var(--border); color: var(--text-400); cursor: pointer;
}
/* Space reserved so revealing the bar never shifts layout. */
body.has-sticky { padding-bottom: 72px; }

/* ---------- sitemap / search ---------- */
.sm-search { display: flex; gap: 10px; margin: 0 0 24px; flex-wrap: wrap; }
.sm-search input {
  flex: 1 1 240px; min-height: 48px; padding: 0 14px; border-radius: var(--r-s);
  background: var(--bg-800); border: 1px solid var(--border); color: var(--text-100); font: inherit;
}
.sm-list a mark { background: rgba(255, 176, 32, .3); color: #fff; border-radius: 3px; }
.sm-empty { color: var(--text-400); }

/* ---------- 404 ---------- */
.e404 { text-align: center; padding: 60px 0; }
.e404 h1 { font-size: clamp(3rem, 2rem + 8vw, 6rem); }
.e404 p { margin-inline: auto; }

/* ---------- responsive ---------- */
@media (min-width: 480px) {
  .pc-grid, .rev-grid, .fgrid, .rgrid { grid-template-columns: repeat(2, 1fr); }
  .toc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .fgrid5 { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .navtog, .drawer { display: none !important; }
  .mainnav { display: block; }
  .hero { padding: 34px 0 10px; }
  .hero-in { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: start; }
  .hero-mock { display: block; }
  .phone {
    padding: 10px; border-radius: 30px; background: var(--bg-700);
    border: 1px solid var(--border); box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
  }
  .phone img { border-radius: 22px; }
  .fgrid5 { grid-template-columns: repeat(5, 1fr); }
  .fgrid { grid-template-columns: repeat(3, 1fr); }
  .rgrid { grid-template-columns: repeat(4, 1fr); }
  .toc-grid { grid-template-columns: repeat(3, 1fr); }
  .content { padding-bottom: 60px; }
  body.has-sticky { padding-bottom: 0; }
  .sticky-cta { display: none; }
}
@media (max-width: 479px) {
  table { min-width: 100%; font-size: .9rem; }
  thead th, tbody th, tbody td { padding: 10px 11px; }
  tbody th { position: sticky; left: 0; z-index: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}

/* entry animation, opt-in via JS so no-JS users see content immediately */
.reveal { opacity: 0; transform: translateY(14px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .35s var(--ease), transform .35s var(--ease); }

@media print {
  .site-head, .site-foot, .sticky-cta, .cta-block, .video-slot { display: none; }
  body { background: #fff; color: #000; }
}
