:root {
  --pine: #0F8F47;
  --pinedark: #0A5A30;
  --deep: #01361A;
  --paper: #F4F8F4;
  --ink: #0C1F16;
  --mut: #5B6E62;
  --gold: #E8B133;
  --line: #DCE7DE;
  --card: #FFFFFF;
}
a, button, [role="button"], .simrow, .simchip, .billopt, .tpswatch, .locchip, .lpin, .tgtile, .pfstep, summary {
  -webkit-tap-highlight-color: transparent;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  font-family: "Public Sans", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; }

/* Top bar: dark so the white mark is visible */
.top {
  position: sticky; top: 0; z-index: 50;
  background: var(--deep);
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}
.topin {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px clamp(18px, 5vw, 56px);
  max-width: 1180px; margin: 0 auto;
}
.brandmark { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; color: #fff; }
.bm-ico { width: 26px; height: auto; }
.topnav { display: flex; gap: 22px; margin-left: auto; font-weight: 600; font-size: 15px; color: #BFD9C9; }
.topnav a:hover { color: #fff; }
.btn {
  display: inline-block; font-weight: 700; border-radius: 999px;
  padding: 10px 20px; font-size: 15px; border: 2px solid transparent;
  transition: transform .15s ease, filter .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.gold { background: var(--gold); color: var(--deep); }
.btn.gold:hover { filter: brightness(1.06); }
.btn.ghost { border-color: var(--deep); color: var(--deep); }
.btn.ghost:hover { background: var(--deep); color: #fff; }
.btn.light { border-color: rgba(255,255,255,.85); color: #fff; }
.btn.light:hover { background: #fff; color: var(--deep); }
.btn.big { padding: 14px 28px; font-size: 17px; }

/* Hero: deep pine gradient, white logo and type */
.hero {
  background: linear-gradient(168deg, var(--deep), var(--pinedark) 58%, var(--pine) 120%);
  background-size: 160% 160%;
  animation: herodrift 16s ease-in-out infinite alternate;
  color: #fff;
  padding: clamp(44px, 8vw, 96px) clamp(18px, 5vw, 56px) clamp(56px, 8vw, 96px);
}
.heroin { max-width: 1180px; margin: 0 auto; text-align: center; }
.herologo { width: clamp(64px, 9vw, 88px); height: auto; margin: 0 auto 20px; filter: drop-shadow(0 8px 24px rgba(0,0,0,.35)); }
.hero h1 {
  font-family: "Fraunces", serif; font-weight: 700;
  font-size: clamp(34px, 7.5vw, 76px); line-height: 1.04;
  color: #fff; margin: 0 auto;
  max-width: 820px;
}
.lede { max-width: 640px; margin: 20px auto 0; font-size: 18px; color: #D6E9DD; }
.ctarow { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.finehero { color: #A9C9B6; font-size: 14px; margin-top: 12px; }

.vignette {
  margin: clamp(38px, 6vw, 68px) auto 0;
  max-width: 860px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px;
  text-align: left;
}
.vig-day {
  background: var(--card); color: var(--ink);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 22px; padding: 18px 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
}
.vig-head { display: flex; justify-content: space-between; font-weight: 700; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.vig-bal { color: var(--pine); }
.vig-row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.vig-row:last-child { border-bottom: none; }
.vdot { width: 9px; height: 9px; border-radius: 50%; background: var(--pine); flex: none; }
.vdot.gold { background: var(--gold); }
.vamt { margin-left: auto; font-weight: 700; }
.vamt.muted { color: var(--mut); font-weight: 600; }
.vig-voice {
  background: rgba(1, 24, 12, .55);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px; padding: 18px 20px;
  color: #EAF5EE;
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  display: flex; flex-direction: column; align-items: flex-start;
}
.vig-mic { font-size: 26px; }
.vig-said { font-family: "Fraunces", serif; font-size: 17px; margin: 10px 0 14px; color: #fff; }
.vig-btn {
  background: var(--gold); color: var(--deep);
  font-weight: 800; font-size: 13.5px;
  border-radius: 999px; padding: 7px 16px; margin-bottom: 12px;
  transition: transform .2s ease, filter .2s ease;
}
.vig-btn.pressed { transform: scale(.96); filter: brightness(.92); }
.vig-acts { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.tick { background: rgba(255,255,255,.12); border-radius: 10px; padding: 8px 12px; font-size: 14px; font-weight: 600; }

section { padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 56px); }
.eyebrow {
  font-size: 14px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pine); font-weight: 700; margin-bottom: 14px;
}
.principle { max-width: 860px; margin: 0 auto; text-align: center; }
.bigline { font-family: "Fraunces", serif; font-size: clamp(30px, 5vw, 48px); color: var(--deep); font-weight: 700; margin-bottom: 16px; }
.body-max { max-width: 680px; margin: 0 auto; font-size: 17px; color: var(--ink); }

.features { max-width: 1180px; margin: 0 auto; }
.fgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 16px; }
.fcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.fcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(1, 54, 26, .10); }
.fcard h3 { font-family: "Fraunces", serif; font-size: 21px; color: var(--deep); margin-bottom: 8px; }
.fcard p { font-size: 15px; color: var(--ink); }

.pricing { max-width: 1180px; margin: 0 auto; }
.pricenote { color: var(--mut); font-weight: 600; margin-bottom: 18px; }
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 16px; align-items: start; }
.pcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(1, 54, 26, .10); }
.pcard.star { border: 2px solid var(--pine); box-shadow: 0 16px 44px rgba(15,143,71,.16); }
.pcard h3 { font-family: "Fraunces", serif; font-size: 24px; color: var(--deep); }
.price { font-size: 34px; font-weight: 700; color: #000; }
.price span { font-size: 15px; color: var(--mut); font-weight: 600; }
.pcard ul { padding-left: 18px; font-size: 14.5px; display: flex; flex-direction: column; gap: 7px; color: var(--ink); }
.pcard .btn { text-align: center; margin-top: auto; }

.download { max-width: 1180px; margin: 0 auto; }
.dlrow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 900px) { .dlrow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .dlrow { grid-template-columns: 1fr; } }
.dlcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px;
  display: flex; flex-direction: column; gap: 6px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.dlcard:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(1, 54, 26, .10); }
.dlcard b { font-size: 16px; color: var(--deep); }
.dlcard span { font-size: 13.5px; color: var(--mut); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
a.dlcard { border: 2px solid var(--pine); }
a.dlcard:hover { background: var(--pine); }
a.dlcard:hover b, a.dlcard:hover span { color: #fff; }
.dlcard.soon { opacity: .85; }

.faq { max-width: 760px; margin: 0 auto; }
.qa { padding: 16px 0; border-bottom: 1px solid var(--line); }
.qa b { font-size: 16.5px; color: var(--deep); }
.qa p { font-size: 15px; margin-top: 6px; }
.qa a { color: var(--pine); font-weight: 600; }

.foot {
  background: var(--deep); color: #DCEBE1;
  padding: 36px clamp(18px, 5vw, 56px);
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
}
.foot > div { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.foot nav { display: flex; gap: 18px; margin-left: auto; font-size: 14.5px; }
.foot nav a:hover { color: #fff; }
.copyr { width: 100%; font-size: 13px; color: #9DBBA9; }

.legal { max-width: 760px; margin: 0 auto; padding: 40px clamp(18px, 5vw, 56px) 80px; }
.legal h1 { font-family: "Fraunces", serif; color: var(--deep); font-size: 38px; margin-bottom: 6px; }
.legal .upd { color: var(--mut); font-size: 14px; margin-bottom: 26px; }
.legal h2 { font-size: 20px; color: var(--deep); margin: 26px 0 8px; }
.legal p, .legal li { font-size: 15.5px; }
.legal ul { padding-left: 20px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

@media (max-width: 760px) {
  .topnav { display: none; }
  .vignette { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .ctarow { flex-direction: column; align-items: stretch; }
  .ctarow .btn.big { width: 100%; text-align: center; }
  .lede { font-size: 16px; }
  .price { font-size: 30px; }
  .vig-day, .vig-voice { padding: 15px 16px; }
  .vig-said { font-size: 16px; }
  .bigline { font-size: clamp(26px, 8vw, 34px); }
  .pcard, .fcard { padding: 20px; }
  .foot nav { margin-left: 0; }
}

/* ===== v747: reveal motion, stats, infographic, mic steps, chips ===== */
@keyframes herodrift { from { background-position: 0% 0%; } to { background-position: 100% 100%; } }
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].in { opacity: 1; transform: none; }

.stats { padding-top: 0; padding-bottom: 8px; }
.statgrid {
  max-width: 900px; margin: -34px auto 0; position: relative; z-index: 2;
  background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 16px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr)); gap: 8px;
  box-shadow: 0 16px 40px rgba(1, 54, 26, .10);
}
.stat { text-align: center; padding: 8px 4px; }
.stat b { display: block; font-family: "Fraunces", serif; font-size: 30px; color: var(--deep); }
.stat span { font-size: 13px; color: var(--mut); font-weight: 600; }

.collapse-vis { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 30px auto 0; flex-wrap: wrap; }
.pile { display: flex; flex-wrap: wrap; gap: 8px; max-width: 360px; justify-content: center; }
.ptile {
  background: #E7EEE8; color: #4B5D52; border: 1px solid var(--line);
  border-radius: 10px; padding: 7px 11px; font-size: 13px; font-weight: 600;
  opacity: 0; transform: translateY(8px);
}
.collapse-vis.in .ptile { animation: tiledrop .45s ease forwards; animation-delay: calc(var(--i, 0) * 80ms); }
@keyframes tiledrop { to { opacity: .92; transform: none; } }
.collapse-arrow { font-size: 30px; color: var(--pine); font-weight: 700; }
.onetile {
  background: var(--deep); color: #fff; border-radius: 18px; padding: 16px 20px;
  display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px;
  box-shadow: 0 14px 34px rgba(1, 54, 26, .25);
}
.onetile img { width: 26px; }
.viscap { text-align: center; color: var(--mut); font-weight: 600; font-size: 14px; margin-top: 14px; }
@media (max-width: 640px) { .collapse-vis { flex-direction: column; } .collapse-arrow { transform: rotate(90deg); } }

.micflow { max-width: 1180px; margin: 0 auto; }
.bigline.small { font-size: clamp(24px, 4vw, 34px); }
.stepgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 16px; margin-top: 12px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
.stepn { width: 34px; height: 34px; border-radius: 999px; background: var(--pine); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.step h3 { font-family: "Fraunces", serif; color: var(--deep); font-size: 20px; margin-bottom: 6px; }
.step p { font-size: 14.5px; }

.inside { max-width: 920px; margin: 0 auto; text-align: center; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 18px; }
.chip {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px; font-size: 13.5px; font-weight: 600; color: var(--ink);
  transition: transform .15s ease, border-color .15s ease;
}
.chip:hover { transform: translateY(-2px); border-color: var(--pine); }

@media (prefers-reduced-motion: reduce) {
  .hero { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .collapse-vis.in .ptile, .ptile { animation: none; opacity: .92; transform: none; }
}

/* ===== 2026 refresh ===== */
header.top { position: fixed; top: 0; left: 0; right: 0; z-index: 60; transition: box-shadow .2s ease; }
body { padding-top: 64px; }
main section { scroll-margin-top: 78px; }
header.top.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.btn, .fcard, .dlcard, .chip, .pcard, .qa, .pfstep { transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
@media (hover: hover) {
  .btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.16); }
  .fcard:hover, .dlcard:hover:not(.soon), .pcard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(20,40,30,.12); }
  .chip:hover { transform: translateY(-1px); background: color-mix(in srgb, var(--pine, #1F5C46) 10%, #fff); }
}
.vignette { cursor: pointer; }
.vig-mic { position: relative; }
.micring { position: absolute; inset: -6px; border-radius: 50%; border: 2px solid currentColor; opacity: 0; }
.vig-mic.live .micring { animation: micring 1.2s ease-out infinite; }
.vig-mic.live { animation: micbeat 1.2s ease-in-out infinite; }
@keyframes micring { 0% { transform: scale(.7); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes micbeat { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.caret { display: inline-block; width: 2px; height: 1em; background: currentColor; margin-left: 2px; vertical-align: -2px; animation: caret 1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.plusflow { padding: 72px 20px; text-align: center; }
.pfwrap { display: flex; gap: 28px; max-width: 980px; margin: 30px auto 0; align-items: stretch; text-align: left; }
.pfsteps { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pfstep { border: 1.5px solid var(--line, #DCE5DF); background: #fff; border-radius: 16px; padding: 14px 16px; cursor: pointer; font: inherit; text-align: left; }
.pfstep b { display: block; margin-bottom: 3px; }
.pfstep span { color: #5B6E62; font-size: 14px; }
.pfstep.on { border-color: var(--pine, #1F5C46); box-shadow: 0 0 0 3px color-mix(in srgb, var(--pine, #1F5C46) 18%, transparent); }
.pfstage { flex: 1; min-height: 260px; border-radius: 20px; background: color-mix(in srgb, var(--pine, #1F5C46) 6%, #fff); border: 1.5px solid var(--line, #DCE5DF); position: relative; overflow: hidden; }
.pfscene { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(10px); transition: opacity .35s ease, transform .35s ease; }
.pfscene.on { opacity: 1; transform: none; }
.pffab { width: 84px; height: 84px; border-radius: 50%; background: var(--pine, #1F5C46); color: #fff; font-size: 44px; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(20,60,40,.35); animation: fabpulse 1.6s ease-in-out infinite; }
@keyframes fabpulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.07); } }
.pfmenu { background: #fff; border-radius: 18px; border: 1.5px solid var(--line, #DCE5DF); padding: 12px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.14); }
.pfmenu span { padding: 10px 16px; border-radius: 12px; background: color-mix(in srgb, var(--pine, #1F5C46) 7%, #fff); font-weight: 600; }
.pfcal { display: grid; grid-template-columns: repeat(6, 52px); gap: 8px; }
.pfcal > span { height: 52px; border-radius: 12px; background: #fff; border: 1.5px solid var(--line, #DCE5DF); position: relative; }
.pfday { display: flex; align-items: flex-start; justify-content: center; padding-top: 6px; font-weight: 700; border-color: var(--pine, #1F5C46) !important; }
.pfchip { position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); background: var(--pine, #1F5C46); color: #fff; font-size: 10px; font-style: normal; padding: 2px 7px; border-radius: 8px; animation: chipdrop .6s ease both .2s; }
@keyframes chipdrop { from { opacity: 0; transform: translate(-50%, -16px); } to { opacity: 1; transform: translate(-50%, 0); } }
.trialpill { display: inline-block; background: var(--gold, #E8B133); color: #4A3305; font-weight: 800; padding: 7px 16px; border-radius: 999px; margin-bottom: 8px; }
.pricefine { text-align: center; color: #5B6E62; max-width: 620px; margin: 22px auto 0; font-size: 14.5px; }
.faq details.qa { border: 1.5px solid var(--line, #DCE5DF); border-radius: 16px; background: #fff; padding: 0; margin: 0 auto 12px; max-width: 760px; overflow: hidden; }
.faq details.qa summary { list-style: none; cursor: pointer; font-weight: 700; padding: 16px 48px 16px 20px; position: relative; }
.faq details.qa summary::-webkit-details-marker { display: none; }
.faq details.qa summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--pine, #1F5C46); transition: transform .2s ease; }
.faq details.qa[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details.qa p { padding: 0 20px 16px; margin: 0; color: #3D4A42; }
.faq details.qa[open] { border-color: var(--pine, #1F5C46); }
footer.foot { background: #16191B; color: #fff; padding: 40px 20px 26px; }
.footgrid { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; grid-template-areas: "brand nav social"; align-items: center; gap: 18px; }
.footbrand { grid-area: brand; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-weight: 800; justify-self: start; }
.footbrand .brandline { display: flex; align-items: center; gap: 10px; }
.footnav { grid-area: nav; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }
.footnav a { color: #fff; opacity: .9; text-decoration: none; font-weight: 500; letter-spacing: .01em; }
.footnav a:hover { opacity: 1; text-decoration: underline; }
.footsocial { grid-area: social; display: flex; gap: 14px; justify-content: flex-end; align-items: flex-end; justify-self: end; }
.footsocial a { color: #fff; opacity: .9; display: inline-flex; }
.footsocial a:hover { opacity: 1; transform: translateY(-1px); }
.foot .copyr { text-align: left; opacity: .75; margin: 0; font-size: 12.5px; font-weight: 400; }
@media (max-width: 760px) {
  .pfwrap { flex-direction: column; }
  .footgrid { grid-template-columns: 1fr; grid-template-areas: "brand" "nav" "social"; justify-items: center; row-gap: 28px; text-align: center; }
  .footbrand { align-items: center; }
  .footnav { flex-direction: column; gap: 14px; align-items: center; }
  .footsocial { justify-content: center; }
}
.simrow { font: inherit; text-align: left; width: 100%; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid #E7EEE9; }
.simrow:hover { background: #F4F8F5; }
.simbox { width: 18px; height: 18px; border: 2px solid #1F5C46; border-radius: 6px; flex: none; display: inline-block; position: relative; }
.simtaskrow.done .simbox { background: #1F5C46; }
.simtaskrow.done .simbox::after { content: "\2713"; color: #fff; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.simtaskrow.done .simtxt { text-decoration: line-through; opacity: .6; }
#sim-bill.paid { opacity: .75; }
#sim-bill.paid .vamt { color: #1F5C46; font-weight: 700; }
.simdots { margin-left: auto; display: flex; gap: 4px; }
.simdots i { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #1F5C46; display: inline-block; }
.simdots i.full { background: #1F5C46; }
.simhint { font-size: 11.5px; color: #7A8C81; margin: 8px 2px 2px; }
.bill-toggle { display: inline-flex; background: #fff; border: 1.5px solid #DCE5DF; border-radius: 999px; padding: 4px; margin: 10px 0 4px; }
.billopt { font: inherit; font-weight: 700; border: 0; background: transparent; padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: background .25s ease, color .25s ease; }
.billopt.on { background: #1F5C46; color: #fff; }
.price { position: relative; }
.price .pmo, .price .pyr { transition: opacity .3s ease, transform .3s ease; display: inline-block; font-size: 1em; }
.price .pmo span, .price .pyr span { font-size: 15px; color: var(--mut); font-weight: 600; }
.price .pyr { position: absolute; left: 0; top: 0; opacity: 0; transform: translateY(8px) scale(.96); }
#pricing.annual .price .pmo { opacity: 0; transform: translateY(-8px) scale(.96); }
#pricing.annual .price .pyr { opacity: 1; transform: none; }
.saveline { font-size: 12.5px; font-weight: 800; opacity: 0; max-height: 0; margin: 0; overflow: hidden; transition: opacity .3s ease .1s, max-height .3s ease; }
.saveline::before { content: "You save 30%"; display: inline-block; background: #E8B133; color: #4A3305; padding: 4px 12px; border-radius: 999px; }
#pricing.annual .saveline { opacity: 1; max-height: 30px; margin: 4px 0 8px; }
.saveline { font-size: 0; }
.saveline::before { font-size: 12.5px; }
.price .was { color: #9AA8A0; font-weight: 600; font-size: .55em; margin-right: 8px; text-decoration: line-through; }
.story { padding: 72px 20px; text-align: center; }
.pull { font-family: Fraunces, serif; font-size: clamp(21px, 3vw, 30px); line-height: 1.4; max-width: 820px; margin: 22px auto 8px; color: #17342A; }
.pull cite { display: block; font-family: "Public Sans", sans-serif; font-style: normal; font-size: 14px; font-weight: 700; color: #5B6E62; margin-top: 14px; }
.timegame { max-width: 720px; margin: 34px auto 0; }
.tg-lede { color: #5B6E62; font-weight: 600; }
.tg-tiles { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 14px 0; transition: transform .5s ease, opacity .5s ease; }
.tgtile { font: inherit; font-weight: 700; border: 1.5px solid #DCE5DF; background: #fff; border-radius: 12px; padding: 10px 16px; cursor: pointer; transition: transform .15s ease, opacity .3s ease, background .3s ease; }
.tgtile:hover { transform: translateY(-1px); }
.tgtile.x { text-decoration: line-through; opacity: .45; background: #F1F5F2; }
.tg-tiles.folded { transform: scale(.55); opacity: .25; }
.tg-count { font-size: 15px; color: #3D4A42; }
.tg-count b { font-size: 22px; color: #B03A2E; }
.tg-done { font-size: 19px; font-weight: 800; color: #1F5C46; margin-top: 14px; }
.tg-done b { font-size: 23px; }
.hidden { display: none; }
.simchips { display: flex; gap: 6px; padding: 8px 0 4px; }
.simchip { font: inherit; font-size: 12px; font-weight: 700; border: 1.5px solid #DCE5DF; background: #fff; border-radius: 999px; padding: 5px 12px; cursor: pointer; }
.simchip.on { background: #1F5C46; color: #fff; border-color: #1F5C46; }
.vamt.pos { color: #1F5C46; font-weight: 700; }
.vig-btn { font: inherit; cursor: pointer; border: 0; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, filter .2s ease; }
.vig-btn.armed { animation: confirmpulse 1.3s ease-in-out infinite; box-shadow: 0 0 0 0 rgba(232,177,51,.55); }
.vig-btn:hover { background: #F3C24F; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.28); }
@keyframes confirmpulse { 0% { box-shadow: 0 0 0 0 rgba(232,177,51,.55); } 70% { box-shadow: 0 0 0 14px rgba(232,177,51,0); } 100% { box-shadow: 0 0 0 0 rgba(232,177,51,0); } }
.themeplay { padding: 64px 20px; text-align: center; }
.tpwrap { display: flex; gap: 30px; max-width: 900px; margin: 26px auto 0; align-items: center; justify-content: center; flex-wrap: wrap; }
.tpswatches { display: flex; flex-direction: column; gap: 12px; }
.tpswatch { font: inherit; font-weight: 800; border: 2px solid transparent; background: #fff; border-radius: 14px; padding: 12px 20px 12px 44px; cursor: pointer; position: relative; box-shadow: 0 4px 14px rgba(20,40,30,.08); transition: transform .15s ease, border-color .2s ease; }
.tpswatch::before { content: ""; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; background: var(--sw); }
.tpswatch:hover { transform: translateY(-1px); }
.tpswatch.on { border-color: var(--sw); }
.tpmock { --tp:#1F5C46; --tpbg:#F4F7F5; --tpcard:#fff; width: min(440px, 92vw); border-radius: 20px; overflow: hidden; box-shadow: 0 18px 50px rgba(15,35,25,.18); transition: background .35s ease; background: var(--tpbg); text-align: left; }
.tpmock[data-theme="rose"] { --tp:#8E3B4E; --tpbg:#F8F2F3; --tpcard:#fff; }
.tpmock[data-theme="ink"] { --tp:#4CAF7E; --tpbg:#182420; --tpcard:#20302A; }
.tp-head { height: 38px; background: var(--tp); transition: background .35s ease; }
.tp-body { display: flex; gap: 12px; padding: 14px; }
.tp-rail { width: 60px; display: flex; flex-direction: column; gap: 8px; }
.tp-rail i { height: 12px; border-radius: 6px; background: color-mix(in srgb, var(--tp) 22%, var(--tpbg)); transition: background .35s ease; }
.tp-main { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.tp-cal { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.tp-cal i { aspect-ratio: 1; border-radius: 7px; background: var(--tpcard); border: 1.5px solid color-mix(in srgb, var(--tp) 18%, var(--tpbg)); transition: background .35s ease, border-color .35s ease; }
.tp-cal i.hot { background: var(--tp); border-color: var(--tp); }
.tp-card { background: var(--tpcard); border-radius: 12px; padding: 12px; display: flex; flex-direction: column; gap: 8px; transition: background .35s ease; }
.tp-line { height: 10px; border-radius: 5px; background: color-mix(in srgb, var(--tp) 30%, var(--tpcard)); transition: background .35s ease; }
.tp-line.w60 { width: 60%; } .tp-line.w40 { width: 40%; }
.tp-btn { height: 26px; width: 46%; border-radius: 999px; background: var(--tp); transition: background .35s ease; }
.locsec { padding: 64px 20px; text-align: center; }
.locwrap { display: flex; gap: 28px; max-width: 960px; margin: 26px auto 0; align-items: stretch; flex-wrap: wrap; justify-content: center; }
.locmock { position: relative; width: min(460px, 92vw); min-height: 300px; border-radius: 20px; background: #E9F1EB; overflow: hidden; box-shadow: 0 18px 50px rgba(15,35,25,.14); }
.lroad { position: absolute; background: #fff; }
.lroad.h { left: 0; right: 0; height: 14px; }
.lroad.v { top: 0; bottom: 0; width: 14px; }
.lroad.thin { opacity: .8; height: 8px; width: 8px; }
.lroad.v.thin { height: auto; width: 8px; }
.lblock { position: absolute; background: #D7E5DB; border-radius: 9px; box-shadow: inset 0 0 0 1px rgba(31,92,70,.08); }
.ltrail { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.ltrail path { fill: none; stroke: #1F5C46; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 160; stroke-dashoffset: 160; animation: trail 1.4s ease forwards; }
@keyframes trail { to { stroke-dashoffset: 0; } }
.lpin { position: absolute; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 3px solid #fff; background: #1F5C46; color: #fff; font-weight: 800; font-size: 15px; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.25); transform: translate(-50%, -50%); transition: left .5s ease, top .5s ease, transform .2s ease, box-shadow .2s ease, opacity .3s ease; }
.lpin.hide { opacity: 0; pointer-events: none; }
.lpin.sam { background: #B07A1F; }
.lpin:hover { transform: translate(-50%, -50%) scale(1.08); }
.lpin.sel { box-shadow: 0 0 0 5px rgba(31,92,70,.25), 0 6px 16px rgba(0,0,0,.25); }
.locside { width: min(340px, 92vw); text-align: left; display: flex; flex-direction: column; gap: 12px; }
.locchips { display: flex; gap: 8px; }
.locchip { font: inherit; font-weight: 700; border: 1.5px solid #DCE5DF; background: #fff; border-radius: 999px; padding: 8px 16px; cursor: pointer; }
.locchip em { font-style: normal; font-size: 11px; opacity: .7; margin-left: 4px; }
.locchip.on { background: #1F5C46; color: #fff; border-color: #1F5C46; }
.loch-name { font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #7A8C81; margin: 2px 2px 6px; }
.lhrow { display: flex; justify-content: space-between; align-items: baseline; background: #fff; border: 1.5px solid #E3EBE5; border-radius: 12px; padding: 11px 14px; margin-bottom: 8px; }
.lhrow span { color: #5B6E62; font-size: 13px; }
