@font-face{font-family:"Roboto";src:url("/assets/Roboto-Regular.woff2") format("woff2");
font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Roboto";src:url("/assets/Roboto-Bold.woff2") format("woff2");
font-weight:700;font-style:normal;font-display:swap}

:root{
  --ink:#171a2b; --ink-soft:#4a5068; --paper:#ffffff; --wash:#f4f5fa;
  --indigo:#1f2454; --indigo-dk:#141833; --amber:#f5a524; --amber-dk:#c77f0d;
  --line:#dfe2ee; --ok:#1f8a5b; --bad:#c0392b;
  --rad:14px; --shadow:0 10px 30px rgba(20,24,51,.10);
  /* One spine for the whole page: chrome and article share this width, and the
     article's own padding brings the text measure to ~44rem. Nothing breaks out
     of the column — a table that is wider than the paragraph above it just looks
     like a mistake (user, 2026-09-15). */
  --spine:52rem;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--wash);color:var(--ink);
  font:400 17px/1.68 "Roboto",-apple-system,"Segoe UI",Arial,sans-serif}
img{max-width:100%;height:auto;display:block}
a{color:#2a3ea8}
h1,h2,h3{line-height:1.22;letter-spacing:-.01em;margin:0 0 .5em}
h1{font-size:2.05rem;font-weight:700;margin-top:.2em}
h2{font-size:1.42rem;font-weight:700;margin-top:1.9em;padding-top:.7em;
  border-top:3px solid var(--line)}
p{margin:0 0 1.05em}

/* ---------- top bar ---------- */
.topbar{position:sticky;top:0;z-index:40;background:var(--indigo);
  box-shadow:0 1px 0 rgba(255,255,255,.08) inset,0 6px 18px rgba(20,24,51,.18)}
.topbar__inner{max-width:var(--spine);margin:0 auto;padding:.7rem 1.1rem;
  display:flex;align-items:center;gap:1.1rem}
.topbar__brand{display:flex;align-items:center}
.topbar__logo{height:31px;width:auto}
.topbar__nav{display:flex;gap:.2rem;margin-left:.6rem;flex:1}
.topbar__link{color:#cdd2ee;text-decoration:none;font-size:.95rem;font-weight:500;
  padding:.5rem .8rem;border-radius:999px}
.topbar__link:hover{background:rgba(255,255,255,.09);color:#fff}
.topbar__link.is-here{background:rgba(245,165,36,.16);color:#ffd489}
.topbar__burger{display:none;background:none;border:0;padding:.4rem;cursor:pointer}
.topbar__burger span{display:block;width:23px;height:2px;background:#e7e9f6;margin:4px 0}
.drawer{background:var(--indigo-dk);padding:.5rem .9rem 1rem}
.drawer__nav{display:flex;flex-direction:column}
.drawer__link,.drawer .topbar__link{color:#cdd2ee;text-decoration:none;padding:.6rem .4rem;
  border-bottom:1px solid rgba(255,255,255,.07);border-radius:0}

/* ---------- buttons ---------- */
.presser{display:inline-block;text-decoration:none;font-weight:700;border-radius:999px;
  padding:.62rem 1.25rem;line-height:1.3;white-space:nowrap}
.presser--amber{background:linear-gradient(180deg,#ffc25c,var(--amber));color:#3a2600;
  box-shadow:0 6px 14px rgba(199,127,13,.28)}
.presser--amber:hover{background:linear-gradient(180deg,#ffcc78,#e79916)}
.presser--wide{display:block;text-align:center;padding:.85rem 1.2rem}
.topbar__cta{font-size:.92rem;padding:.5rem 1rem}
.cta{margin:1.6rem 0}

/* ---------- shell ---------- */
.shell{max-width:var(--spine);margin:0 auto;padding:1.2rem 1.1rem 2.6rem}
.crumbs{font-size:.86rem;color:var(--ink-soft);margin:.2rem 0 .9rem;
  display:flex;gap:.45rem;align-items:center}
.crumbs a{color:var(--ink-soft)}
.crumbs__here{color:var(--ink);font-weight:600}
.doc{background:var(--paper);border:1px solid var(--line);border-radius:var(--rad);
  box-shadow:var(--shadow);padding:1.9rem clamp(1rem,4vw,2.6rem) 2.4rem}
/* Every direct child — paragraph, table, stepper, figure, list — shares the same
   left and right edge. No max-width overrides live below this line. */
.doc>*{margin-left:0;margin-right:0}
.lede-span{font-size:1.16rem;color:var(--ink-soft);border-left:4px solid var(--amber);
  padding-left:1rem;margin-bottom:1.6rem}

/* ---------- fact grid ---------- */
.factgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));
  gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--rad);
  overflow:hidden;margin:0 0 1.5rem}
.factgrid__cell{background:var(--paper);padding:.9rem 1rem}
.factgrid dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;
  color:var(--ink-soft)}
.factgrid dd{margin:.2rem 0 0;font-weight:600;font-size:.98rem}

/* ---------- promo strip ---------- */
.promo{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;
  background:linear-gradient(135deg,var(--indigo),#35307a);color:#e9ebfb;
  border-radius:var(--rad);padding:1rem 1.2rem;margin:0 0 1.8rem}
.promo__text{flex:1;min-width:13rem}
.promo__kicker{display:block;font-size:.76rem;letter-spacing:.08em;
  text-transform:uppercase;color:#a9b0e4}
.promo__note{display:block;font-size:.98rem;font-weight:600}
.promo__code{display:flex;align-items:center;gap:.7rem;cursor:pointer;
  background:rgba(255,255,255,.08);border:1px dashed rgba(255,255,255,.45);
  color:#fff;border-radius:10px;padding:.55rem .9rem;font:inherit}
.promo__value{font-weight:800;letter-spacing:.14em;font-size:1.05rem}
.promo__copy{font-size:.78rem;text-transform:uppercase;color:#ffd489}
.promo__code.is-copied .promo__copy{color:#8ff0c0}

/* ---------- figures ---------- */
.shot{margin:1.4rem 0;border:1px solid var(--line);border-radius:var(--rad);
  overflow:hidden;background:var(--wash)}
.shot img{width:100%}
.shot figcaption{font-size:.87rem;color:var(--ink-soft);padding:.65rem .9rem;
  border-top:1px solid var(--line)}

/* ---------- tables ---------- */
.tablewrap{overflow-x:auto;margin:1.4rem 0;border:1px solid var(--line);
  border-radius:var(--rad)}
table{border-collapse:collapse;width:100%;font-size:.95rem;background:var(--paper)}
caption{text-align:left;font-weight:700;padding:.8rem 1rem;background:var(--wash);
  border-bottom:1px solid var(--line)}
th,td{padding:.72rem 1rem;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}
thead th{background:#eef0f8;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}
tbody tr:last-child td{border-bottom:0}

/* ---------- stepper ---------- */
.stepper{margin:1.5rem 0;background:var(--wash);border:1px solid var(--line);
  border-radius:var(--rad);padding:1.1rem 1.2rem}
.stepper__list{list-style:none;margin:0;padding:0;counter-reset:s}
.stepper__item{display:flex;gap:.9rem;padding:.7rem 0;border-bottom:1px dashed var(--line)}
.stepper__item:last-child{border-bottom:0}
.stepper__n{flex:0 0 2rem;height:2rem;border-radius:50%;background:var(--indigo);
  color:#ffd489;display:flex;align-items:center;justify-content:center;font-weight:700}

/* ---------- fix panel ---------- */
.fixpanel{margin:1.5rem 0;border:2px solid var(--indigo);border-radius:var(--rad);
  overflow:hidden}
.fixpanel .tablewrap,.fixpanel table{margin:0;border:0;border-radius:0}
.fixpanel caption{background:var(--indigo);color:#fff}
.fixpanel td:first-child{font-weight:600;color:var(--bad)}

/* ---------- checklist meter ---------- */
.checklist{margin:1.5rem 0;background:var(--paper);border:1px solid var(--line);
  border-radius:var(--rad);padding:1.1rem 1.2rem}
.checklist ul{list-style:none;margin:0 0 .9rem;padding:0}
.checklist li{display:flex;gap:.6rem;align-items:flex-start;padding:.42rem 0}
.checklist input{margin-top:.35rem;accent-color:var(--ok);width:1.05rem;height:1.05rem}
.checklist__bar{height:9px;background:var(--line);border-radius:999px;overflow:hidden}
.checklist__fill{display:block;height:100%;width:0;background:var(--ok);
  transition:width .25s ease}
/* Flush list — no browser discs and no hanging indent, so the items start on the
   same edge as the prose instead of floating in from the left. */
.checklist__plain{margin:1.3rem 0;padding:0;list-style:none;
  border-left:3px solid var(--amber);padding-left:1.1rem}
.checklist__plain li{position:relative;margin:.5rem 0;padding-left:1.4rem}
.checklist__plain li::before{content:"";position:absolute;left:0;top:.62em;
  width:.5rem;height:.5rem;border-radius:2px;background:var(--amber)}

/* ---------- faq ---------- */
.qaset{margin:2.2rem 0 0;border-top:3px solid var(--line);padding-top:1.2rem}
.qaset__item{border:1px solid var(--line);border-radius:10px;margin:.6rem 0;
  background:var(--paper)}
.qaset__item summary{cursor:pointer;padding:.85rem 1rem;font-weight:600;list-style:none}
.qaset__item summary::-webkit-details-marker{display:none}
.qaset__item summary::after{content:"+";float:right;color:var(--amber);font-weight:800}
.qaset__item[open] summary::after{content:"−"}
.qaset__a{margin:0;padding:0 1rem 1rem;color:var(--ink-soft)}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95em}

/* ---------- footer ---------- */
.foot{background:var(--indigo-dk);color:#b9bfe4;margin-top:2rem}
.foot__top{max-width:var(--spine);margin:0 auto;padding:2.2rem 1.1rem 1.4rem;
  display:grid;grid-template-columns:1.5fr 1fr 1.15fr;gap:1.5rem 2rem}
.foot__logo{height:31px;width:auto}
.foot__blurb{margin:.9rem 0 0;font-size:.92rem;line-height:1.6}
.foot__h{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#8f97cc;
  margin:0 0 .7rem;border:0;padding:0}
.foot__list{list-style:none;margin:0;padding:0;font-size:.93rem}
.foot__list li{padding:.24rem 0}
.foot__list a{color:#cdd2ee;text-decoration:none}
.foot__list a:hover{text-decoration:underline}
.foot__list--plain{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.86rem;color:#9aa2d6}
.foot__legal{border-top:1px solid rgba(255,255,255,.09);max-width:var(--spine);margin:0 auto;
  padding:1rem 1.1rem 2rem;display:flex;gap:.9rem;align-items:flex-start}
.foot__age{flex:0 0 auto;border:2px solid #ff7a7a;color:#ff9a9a;border-radius:50%;
  width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.85rem}
.foot__small{margin:0;font-size:.83rem;line-height:1.6;color:#8f97cc}

/* ---------- back to top ---------- */
.totop{position:fixed;right:1rem;bottom:1rem;z-index:50;width:2.9rem;height:2.9rem;
  border-radius:50%;border:0;background:var(--amber);color:#3a2600;font-size:1.2rem;
  font-weight:800;cursor:pointer;box-shadow:var(--shadow);opacity:0;visibility:hidden;
  transition:opacity .2s}
.totop.is-on{opacity:1;visibility:visible}

@media (max-width:860px){
  body{font-size:16px}
  h1{font-size:1.6rem}
  h2{font-size:1.22rem}
  .topbar__nav{display:none}
  .topbar__cta{display:none}
  .topbar__burger{display:block;margin-left:auto}
  .doc{padding:1.3rem 1rem 1.8rem;border-radius:12px}
  .foot__top{grid-template-columns:1fr 1fr}
}
@media (max-width:520px){
  .foot__top{grid-template-columns:1fr}
  .promo{flex-direction:column;align-items:stretch}
  .promo__go{text-align:center}
}
