/* BABYPUMP — nursery sticker skin. Cream wash with pastel blobs underneath, white sheets
   with soft drops, plum ink for every control, bubblegum pink accent. Display type is
   round and fat (Fredoka), body is Nunito. Structure borrowed from socialpump: header with
   a centered nav pill, live strip, split hero + ink card, board with a sidebar, bands, dock. */
:root {
  --bg: #fff6ea; --card: #ffffff; --card-2: #fffaf3; --line: rgba(58, 32, 52, .1); --line-2: rgba(58, 32, 52, .18);
  --ink: #2b1a2e; --ink-2: #5b4a5e; --mut: #8b7a8e;
  --pink: #ff5fa8; --pink-deep: #c81e6b; --pink-dim: rgba(255, 95, 168, .14); --pink-soft: #ffd8ea;
  --blue: #4da3ff; --blue-dim: rgba(77, 163, 255, .16); --blue-soft: #d6ebff;
  --yellow: #ffc53d; --yellow-dim: rgba(255, 197, 61, .2); --yellow-soft: #fff0bf;
  --mint: #34c77b; --mint-dim: rgba(52, 199, 123, .16); --mint-soft: #d5f5e3;
  --down: #e5484d; --down-dim: rgba(229, 72, 77, .14);
  --plum: #2b1a2e; --plum-2: #3a2440;
  --r: 22px; --r-s: 14px; --r-xs: 10px;
  --shadow: 0 1px 2px rgba(58, 32, 52, .05), 0 14px 36px rgba(58, 32, 52, .08);
  --shadow-lg: 0 24px 60px rgba(58, 32, 52, .16);
  --display: "Fredoka", "Nunito", system-ui, sans-serif; --body: "Nunito", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 500 15px/1.55 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: var(--plum); color: #fff; }
.aura { position: fixed; inset: 0; z-index: -1; pointer-events: none; background:
  radial-gradient(52rem 30rem at 12% -8%, #ffd6e8 0%, transparent 60%),
  radial-gradient(44rem 30rem at 96% 4%, #d6ebff 0%, transparent 58%),
  radial-gradient(40rem 30rem at 70% 60%, #fff0bf 0%, transparent 60%),
  radial-gradient(46rem 34rem at 20% 100%, #d5f5e3 0%, transparent 60%), var(--bg); }
.wrap { width: min(1280px, 100%); margin-inline: auto; padding: 0 22px; }
.num { font-variant-numeric: tabular-nums; }
.mut { color: var(--mut); } .ink2 { color: var(--ink-2); }
.up { color: var(--mint); } .down { color: var(--down); } .pinkt { color: var(--pink-deep); } .bluet { color: var(--blue); } .goldt { color: #b8860b; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .86em; letter-spacing: -.01em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px var(--mint-dim); }
.eyebrow .dot.pink { background: var(--pink); box-shadow: 0 0 0 4px var(--pink-dim); }
.display { font-family: var(--display); font-weight: 700; letter-spacing: -.02em; line-height: 1; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.02em; }
h2 { font-size: 34px; line-height: 1.05; }
h3 { font-size: 20px; }
.tiny { font-size: 12px; color: var(--mut); font-weight: 600; }
.lead { font-size: 16.5px; line-height: 1.6; color: var(--ink-2); }

/* ------------------------------------------------------------ header */
.header { position: sticky; top: 0; z-index: 60; background: rgba(255, 247, 238, .78); backdrop-filter: blur(20px) saturate(1.4); border-bottom: 1px solid var(--line); }
.header .wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 64px; }
.wordmark { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: -.03em; }
.wordmark img { width: 34px; height: 34px; }
.wordmark em { font-style: normal; color: var(--pink); }
.navpill { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; gap: 2px; padding: 4px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.navpill a { padding: 8px 16px; border-radius: 999px; font-weight: 800; font-size: 13.5px; color: var(--ink-2); }
.navpill a:hover { color: var(--ink); background: var(--card-2); }
.navpill a.active { background: var(--plum); color: #fff; }
.hright { display: flex; align-items: center; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 7px; height: 32px; padding: 0 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 12.5px; font-weight: 800; color: var(--ink-2); white-space: nowrap; }
.chip b { color: var(--ink); font-weight: 800; }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.chip .dot.amber { background: var(--yellow); } .chip .dot.red { background: var(--down); }
.chip.ca-chip img { width: 18px; height: 18px; border-radius: 50%; } .chip.ca-chip em { font-style: normal; color: var(--pink-deep); }
.official { display: grid; grid-template-columns: 120px 1fr auto; gap: 22px; align-items: center; padding: 26px 30px; }
.official .oimg { width: 120px; height: 120px; border-radius: 30px; object-fit: cover; border: 4px solid #fff; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.official .oname { font-family: var(--display); font-size: 34px; font-weight: 700; letter-spacing: -.03em; margin-top: 6px; }
.official .oname span { font-size: 16px; color: #c7b4c9; font-family: var(--body); font-weight: 700; margin-left: 8px; }
.official .oca { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-size: 12.5px; cursor: pointer; word-break: break-all; }
.official .oca em { font-style: normal; color: var(--pink); font-weight: 800; }
.official .ostats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 14px; }
.official .ostats b { display: block; font-family: var(--display); font-size: 22px; font-weight: 700; }
.official .ostats small { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #c7b4c9; }
.official .oact { display: grid; gap: 8px; }
@media (max-width: 900px) { .official { grid-template-columns: 1fr; text-align: left; } .official .oact { grid-template-columns: 1fr 1fr; } .official .oact .btn.lg { grid-column: 1 / -1; } }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--plum); background: var(--plum); color: #fff; font-family: var(--body); font-weight: 800; font-size: 13.5px; letter-spacing: .01em; cursor: pointer; white-space: nowrap; transition: transform .08s, background .12s, box-shadow .12s; box-shadow: 0 6px 18px rgba(43, 26, 46, .22); }
.btn:hover { background: var(--plum-2); transform: translateY(-1px); }
.btn:active { transform: translateY(1px); }
.btn.pink { background: var(--pink); border-color: var(--pink); color: #fff; box-shadow: 0 8px 22px rgba(255, 95, 168, .35); }
.btn.pink:hover { background: #ff74b4; }
.btn.ghost { background: #fff; color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow); }
.btn.ghost:hover { background: var(--card-2); }
.btn.sm { height: 34px; padding: 0 14px; font-size: 12.5px; }
.btn.lg { height: 50px; padding: 0 24px; font-size: 15px; }
.btn.block { width: 100%; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn:focus-visible, .field input:focus-visible, .field textarea:focus-visible, .search input:focus-visible { outline: 3px solid rgba(255, 95, 168, .45); outline-offset: 2px; }

/* live strip */
.strip { display: flex; align-items: center; gap: 12px; height: 40px; margin: 14px 0 0; padding: 0 6px 0 14px; overflow: hidden; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); font-size: 12.5px; font-weight: 700; }
.strip .lbl { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; padding-right: 12px; margin-left: -14px; padding-left: 14px; height: 100%; background: #fff; border-right: 1px solid var(--line); box-shadow: 8px 0 8px #fff; color: var(--ink-2); font-weight: 800; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.strip .lbl .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px var(--pink-dim); }
.strip-track { display: flex; gap: 30px; width: max-content; white-space: nowrap; animation: strip 46s linear infinite; }
.strip-track:hover { animation-play-state: paused; }
.strip-track a { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-2); }
.strip-track a:hover { color: var(--ink); }
.strip-track img { width: 18px; height: 18px; border-radius: 50%; }
.strip-track b { color: var(--ink); }
@keyframes strip { to { transform: translateX(-50%); } }

/* dock */
.dock { position: fixed; right: 22px; bottom: 22px; z-index: 55; display: flex; flex-direction: column; gap: 6px; padding: 6px; border-radius: 999px; background: rgba(43, 26, 46, .94); backdrop-filter: blur(14px); box-shadow: var(--shadow-lg); }
.dock a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #f6eaf3; font-weight: 800; font-size: 12px; transition: background .12s; }
.dock a:hover { background: rgba(255, 255, 255, .12); }
.dock a.plus { background: var(--pink); color: #fff; font-size: 24px; line-height: 1; box-shadow: 0 6px 16px rgba(255, 95, 168, .4); }
.dock a.active { background: rgba(255, 255, 255, .16); }
.dock svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ------------------------------------------------------------ cards */
.card { background: var(--card); border: 1px solid rgba(255, 255, 255, .9); border-radius: var(--r); box-shadow: var(--shadow); }
.card.flat { box-shadow: none; border-color: var(--line); background: var(--card-2); }
.card-ink { background: var(--plum); color: #fbf3f8; border-radius: var(--r); box-shadow: var(--shadow-lg); }
.card-ink .mut, .card-ink .tiny { color: #c7b4c9; }
.card-ink .eyebrow { color: #e8c9db; }
.card-pink { background: linear-gradient(135deg, #ff6fb1, #ff9ccb); color: #fff; border-radius: var(--r); box-shadow: 0 20px 50px rgba(255, 95, 168, .35); }
.card-pink .mut, .card-pink .tiny { color: rgba(255, 255, 255, .8); }
.card-h { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); font-weight: 800; font-size: 13.5px; }
.card-b { padding: 18px; }
.card-b.tight { padding: 12px 18px; }
.section { padding: 40px 0; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 10px 24px; margin-bottom: 18px; }
.section-head p { margin: 6px 0 0; max-width: 46ch; color: var(--ink-2); }
.section-head .side-note { max-width: 34ch; font-size: 13px; color: var(--ink-2); }
.kv { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 13.5px; }
.kv:first-child { border-top: 0; padding-top: 0; }
.kv span { color: var(--ink-2); font-weight: 600; }
.kv b { font-weight: 800; text-align: right; font-variant-numeric: tabular-nums; }
.kv b small { display: block; color: var(--mut); font-weight: 600; font-size: 11.5px; }
.card-ink .kv { border-color: rgba(255, 255, 255, .1); } .card-ink .kv span { color: #c7b4c9; }
.stat { padding: 14px 16px; border-radius: var(--r-s); background: var(--card-2); border: 1px solid var(--line); }
.stat span { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--mut); }
.stat b { display: block; margin-top: 4px; font-family: var(--display); font-size: 24px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat small { display: block; margin-top: 2px; font-size: 12px; color: var(--ink-2); font-weight: 600; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.stat b span, .stat small span, .chip b span, .kv b span, .tiny span, .callout span span, .lead span { display: inline; font: inherit; color: inherit; }

/* pills / badges / stages */
.pill { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: 999px; background: var(--card-2); border: 1px solid var(--line); font-size: 12px; font-weight: 800; color: var(--ink-2); white-space: nowrap; }
.pill.pink { background: var(--pink-dim); border-color: transparent; color: var(--pink-deep); }
.pill.blue { background: var(--blue-dim); border-color: transparent; color: #1d6fd1; }
.pill.mint { background: var(--mint-dim); border-color: transparent; color: #1a8a52; }
.pill.yellow { background: var(--yellow-dim); border-color: transparent; color: #9a6b00; }
.pill.red { background: var(--down-dim); border-color: transparent; color: var(--down); }
.pill.ink { background: var(--plum); border-color: var(--plum); color: #fff; }
.stage { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px 0 8px; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.stage::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.stage.newborn { background: #efe6ee; color: var(--ink-2); }
.stage.infant { background: var(--pink-dim); color: var(--pink-deep); }
.stage.toddler { background: var(--blue-dim); color: #1d6fd1; }
.stage.kid { background: var(--mint-dim); color: #1a8a52; }
.stage.grown { background: var(--yellow-dim); color: #9a6b00; }
.fam { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--ink-2); white-space: nowrap; }
.fam img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; background: var(--card-2); border: 2px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }
.fam .x { color: var(--mut); font-size: 11px; margin: 0 1px; }
.fam b { color: var(--ink); font-weight: 800; }
.fam.lg { font-size: 15px; gap: 7px; } .fam.lg img { width: 28px; height: 28px; }
.avatar { position: relative; width: 56px; height: 56px; flex: none; }
.avatar > img { width: 56px; height: 56px; border-radius: 16px; object-fit: cover; background: var(--card-2); border: 2px solid #fff; box-shadow: 0 2px 8px rgba(58, 32, 52, .15); }
.avatar .pp { position: absolute; right: -8px; bottom: -6px; display: flex; }
.avatar .pp img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; background: var(--card-2); border: 2px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .15); }
.avatar .pp img + img { margin-left: -9px; }
.avatar.lg, .avatar.lg > img { width: 84px; height: 84px; } .avatar.lg > img { border-radius: 24px; }
.avatar.lg .pp img { width: 32px; height: 32px; }

/* ------------------------------------------------------------ hero */
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; padding: 56px 0 30px; }
.hero .mark { font-family: var(--display); font-weight: 700; font-size: clamp(56px, 8vw, 104px); line-height: .92; letter-spacing: -.045em; }
.hero .mark em { font-style: normal; color: var(--pink); }
.hero h1 { margin: 18px 0 0; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; }
.hero h1 span { color: var(--ink-2); font-weight: 600; }
.hero .lead { margin: 16px 0 0; max-width: 52ch; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero .chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.hero-art { position: relative; display: grid; gap: 18px; justify-items: center; }
.sticker { width: min(340px, 78%); filter: drop-shadow(0 22px 34px rgba(255, 95, 168, .28)); animation: bob 5s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(3deg); } }
.hero-card { width: 100%; padding: 20px 22px; }
.hero-card .big { font-family: var(--display); font-size: 44px; font-weight: 700; letter-spacing: -.03em; line-height: 1; margin-top: 8px; }
.hero-card .row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.hero-card .row3 div { padding: 10px 12px; border-radius: 12px; background: rgba(255, 255, 255, .08); }
.hero-card .row3 b { display: block; font-family: var(--display); font-size: 18px; font-weight: 700; }
.hero-card .row3 small { display: block; font-size: 11px; color: #c7b4c9; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.blob { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); opacity: .9; }

/* ------------------------------------------------------------ board */
.board { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 16px; align-items: start; }
.side { position: sticky; top: 80px; padding: 14px; }
.side .lbl { margin: 14px 0 6px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mut); }
.side .lbl:first-child { margin-top: 0; }
.search { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px; border-radius: 999px; background: var(--card-2); border: 1px solid var(--line); color: var(--mut); }
.search input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--ink); outline: 0; font-weight: 700; }
.search input::placeholder { color: var(--mut); font-weight: 600; }
.sbtn { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 36px; padding: 0 12px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); font-weight: 800; font-size: 13px; cursor: pointer; text-align: left; }
.sbtn:hover { background: var(--card-2); color: var(--ink); }
.sbtn.on { background: var(--plum); color: #fff; }
.sbtn small { font-weight: 800; font-size: 11px; opacity: .7; }
.seg { display: inline-flex; padding: 3px; border-radius: 999px; background: var(--card-2); border: 1px solid var(--line); }
.seg button { height: 30px; padding: 0 12px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); font-weight: 800; font-size: 12.5px; cursor: pointer; }
.seg button.on { background: var(--plum); color: #fff; }
.table { overflow: hidden; }
.thead-row, .trow { display: grid; grid-template-columns: 34px 2.2fr 1.6fr 1fr 1fr 1fr 1.1fr .8fr; gap: 12px; align-items: center; padding: 12px 18px; }
.thead-row { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--mut); border-bottom: 1px solid var(--line); }
.trow { border-top: 1px solid var(--line); font-size: 13.5px; transition: background .12s; }
.trow:first-of-type { border-top: 0; }
a.trow:hover { background: var(--card-2); }
.trow > * { min-width: 0; }
.trow .rank { font-weight: 800; color: var(--mut); }
.trow .who { display: flex; align-items: center; gap: 12px; min-width: 0; }
.trow .who img { width: 40px; height: 40px; border-radius: 12px; object-fit: cover; background: var(--card-2); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .12); flex: none; }
.trow .who b { display: block; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.trow .who small { display: block; color: var(--mut); font-size: 11.5px; font-weight: 700; }
.trow b { font-weight: 800; font-variant-numeric: tabular-nums; }
.trow small { display: block; color: var(--mut); font-size: 11.5px; font-weight: 700; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; padding: 12px; }
.kidcard { display: grid; gap: 12px; padding: 16px; border-radius: 18px; background: var(--card-2); border: 1px solid var(--line); transition: transform .12s, box-shadow .12s, background .12s; }
.kidcard:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.kidcard .top { display: flex; align-items: center; gap: 12px; }
.kidcard .name { min-width: 0; }
.kidcard .name b { display: block; font-family: var(--display); font-size: 18px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kidcard .name small { color: var(--mut); font-weight: 700; }
.kidcard .nums { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.kidcard .nums div { padding: 8px 10px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.kidcard .nums b { display: block; font-weight: 800; font-size: 14px; font-variant-numeric: tabular-nums; }
.kidcard .nums small { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--mut); }
.empty { padding: 48px 20px; text-align: center; color: var(--ink-2); font-weight: 600; }
.empty a { color: var(--pink-deep); font-weight: 800; }
.skeleton { height: 62px; border-radius: 14px; background: linear-gradient(90deg, var(--card-2), #fff, var(--card-2)); background-size: 200% 100%; animation: shimmer 1.4s infinite; margin: 8px 12px; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* activity tables */
.rows .trow { grid-template-columns: 1.2fr 1.6fr 2fr 1.2fr; }
.rows .trow.c3 { grid-template-columns: 1.2fr 2.4fr 1.2fr; }
.rows .trow .txs { display: flex; flex-wrap: wrap; gap: 8px; }
.rows .trow .txs a { color: var(--blue); font-weight: 800; font-size: 12px; }
.rows .trow .txs a:hover { text-decoration: underline; }
.rows .thead-row { grid-template-columns: 1.2fr 1.6fr 2fr 1.2fr; }
.rows .thead-row.c3 { grid-template-columns: 1.2fr 2.4fr 1.2fr; }
.rows .trow.me { box-shadow: inset 4px 0 0 var(--pink); }
.hold .thead-row, .hold .trow { grid-template-columns: 34px 1.7fr 1fr 1.1fr 1fr 1fr; }
.tabs { display: flex; gap: 4px; padding: 8px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tabs button { height: 34px; padding: 0 14px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); font-weight: 800; font-size: 13px; cursor: pointer; white-space: nowrap; }
.tabs button.on { background: var(--plum); color: #fff; }
.tabs button span { margin-left: 6px; opacity: .6; font-size: 11.5px; }

/* ------------------------------------------------------------ bands */
.band { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; align-items: center; padding: 34px 36px; }
.band .huge { font-family: var(--display); font-size: clamp(48px, 6vw, 84px); font-weight: 700; letter-spacing: -.04em; line-height: .95; margin: 10px 0 8px; }
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tile { padding: 16px 18px; border-radius: 16px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .12); }
.tile b { display: block; font-family: var(--display); font-size: 26px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.tile small { display: block; margin-top: 2px; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #d9c6da; }
.stages4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.stagecard { position: relative; padding: 20px 20px 18px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.stagecard::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; }
.stagecard.newborn::before { background: #d9cfd8; } .stagecard.infant::before { background: var(--pink); } .stagecard.toddler::before { background: var(--blue); } .stagecard.kid::before { background: var(--mint); } .stagecard.grown::before { background: var(--yellow); }
.stagecard .em { font-size: 34px; line-height: 1; }
.stagecard h3 { margin-top: 10px; }
.stagecard .mult { position: absolute; right: 16px; top: 16px; font-family: var(--display); font-size: 26px; font-weight: 700; color: var(--ink); }
.stagecard p { margin: 6px 0 0; font-size: 13px; color: var(--ink-2); }
.stagecard.on { outline: 3px solid var(--pink); outline-offset: -3px; }
.timeline { display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; }
.timeline .stick { position: sticky; top: 90px; align-self: start; }
.tl { position: relative; margin: 0; padding: 0 0 0 34px; list-style: none; }
.tl::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: var(--line-2); }
.tl li { position: relative; padding: 0 0 26px; }
.tl li::before { content: ""; position: absolute; left: -30px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--pink); border: 4px solid #fff; box-shadow: 0 0 0 2px var(--pink); }
.tl li b { display: block; font-family: var(--display); font-size: 19px; font-weight: 700; }
.tl li p { margin: 4px 0 0; color: var(--ink-2); font-size: 14px; }

/* ------------------------------------------------------------ kid page */
.tpage { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 18px; align-items: start; }
.tpage .left { position: sticky; top: 80px; display: grid; gap: 14px; }
.stack { display: grid; gap: 14px; }
.thead { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.thead .t { flex: 1; min-width: 0; }
.thead h1 { font-size: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.thead h1 span { color: var(--mut); font-weight: 600; font-size: 18px; }
.thead .meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.ca { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: 999px; background: var(--card-2); border: 1px solid var(--line); font-size: 12px; font-weight: 800; color: var(--ink-2); cursor: pointer; }
.ca em { font-style: normal; color: var(--pink-deep); }
.tree { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; padding: 16px 18px; }
.tree .p { display: flex; align-items: center; gap: 12px; min-width: 0; }
.tree .p:last-child { flex-direction: row-reverse; text-align: right; }
.tree .p img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: var(--card-2); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(58, 32, 52, .15); flex: none; }
.tree .p b { display: block; font-family: var(--display); font-size: 18px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tree .p small { display: block; color: var(--mut); font-size: 12px; font-weight: 700; }
.tree .mid { text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--mut); }
.tree .mid img { width: 56px; height: 56px; margin: 4px auto; border-radius: 18px; object-fit: cover; background: var(--card-2); border: 3px solid var(--pink); box-shadow: 0 6px 16px rgba(255, 95, 168, .3); }
.pos-big { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 4px 0 12px; }
.pos-big b { font-family: var(--display); font-size: 40px; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.pos-big span { font-size: 12px; font-weight: 700; color: var(--mut); text-align: right; }
.callout { padding: 12px 14px; border-radius: 14px; background: var(--card-2); border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--ink-2); line-height: 1.5; }
.callout b { color: var(--ink); font-weight: 800; }
.callout.good { background: var(--mint-dim); border-color: transparent; color: #14663c; }
.callout.warn { background: var(--yellow-dim); border-color: transparent; color: #7a5200; }
.callout.bad { background: var(--down-dim); border-color: transparent; color: #a12a2e; }
.callout.pink { background: var(--pink-dim); border-color: transparent; color: var(--pink-deep); }
.countdown { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.countdown b { font-family: var(--display); font-size: 36px; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.countdown b.hot { color: var(--pink); }
.countdown small { font-size: 12px; font-weight: 700; color: var(--mut); text-align: right; }
.track { height: 6px; margin: 8px 0 12px; border-radius: 99px; background: var(--card-2); border: 1px solid var(--line); overflow: hidden; }
.track i { display: block; height: 100%; background: var(--pink); transition: width 1s linear; }
.track i.blue { background: var(--blue); }
.vsplit { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vbox { padding: 12px 14px; border-radius: 14px; background: var(--card-2); border: 1px solid var(--line); }
.vbox .h { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; }
.vbox .h img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; background: #fff; border: 2px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }
.vbox b { display: block; margin-top: 6px; font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.vbox small { display: block; color: var(--mut); font-size: 11.5px; font-weight: 700; }
.vbox .l { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); font-size: 11.5px; font-weight: 700; color: var(--ink-2); }
.vbox .l b { display: inline; margin: 0; font: inherit; font-weight: 800; color: var(--ink); }
.chart-card { overflow: hidden; }
.chart-top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 10px; padding: 16px 18px 12px; }
.chart-top .price { font-family: var(--display); font-size: 30px; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.chart-top .price span { margin-left: 8px; font-family: var(--body); font-size: 12px; font-weight: 800; color: var(--mut); text-transform: uppercase; letter-spacing: .08em; }
.chart-top .sub { margin-top: 2px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.chart { position: relative; height: 340px; cursor: grab; touch-action: pan-y; overflow: hidden; }
.chart.drag { cursor: grabbing; }
.chart canvas { display: block; width: 100%; height: 100%; }
.chart .tip { position: absolute; display: none; transform: translate(-50%, -140%); padding: 6px 10px; border-radius: 10px; background: var(--plum); color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; pointer-events: none; }
.chart .empty-c { position: absolute; inset: 0; display: grid; place-items: center; color: var(--mut); font-weight: 700; text-align: center; padding: 20px; }
.legend { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 10px 18px; border-top: 1px solid var(--line); color: var(--mut); font-size: 12px; font-weight: 700; }
.legend i { display: inline-block; width: 10px; height: 10px; margin-right: 6px; border-radius: 3px; background: var(--pink); vertical-align: 0; }
.legend i.b { background: var(--yellow); } .legend i.e { background: var(--mint); }
.legend span + span { margin-left: 12px; }
.steps { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.step { padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--mut); font-size: 12px; font-weight: 800; }
.step.on { color: var(--pink-deep); background: var(--pink-dim); border-color: transparent; }
.step.done { color: var(--ink-2); }
.step a { color: var(--blue); margin-left: 4px; }
.rules { margin: 0; padding: 0; list-style: none; counter-reset: r; }
.rules li { position: relative; padding: 9px 0 9px 34px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-2); font-weight: 600; counter-increment: r; }
.rules li:first-child { border-top: 0; }
.rules li::before { content: counter(r, decimal-leading-zero); position: absolute; left: 0; top: 10px; font-family: var(--display); color: var(--pink); font-size: 14px; font-weight: 700; }
.rules li b { display: block; color: var(--ink); font-weight: 800; }
.ladder { display: grid; gap: 6px; }
.ladder .rung { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 12px; background: var(--card-2); border: 1px solid var(--line); font-size: 12.5px; font-weight: 700; }
.ladder .rung.on { border-color: var(--pink); background: var(--pink-dim); }
.ladder .rung small { color: var(--mut); }
.ladder .rung b { font-family: var(--display); font-size: 16px; }

/* ------------------------------------------------------------ launch */
.lpage { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 18px; align-items: start; }
.rail { position: sticky; top: 80px; }
.rail .r { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 14px; color: var(--mut); font-weight: 800; font-size: 13.5px; }
.rail .r i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--card-2); border: 1px solid var(--line); font-style: normal; font-size: 12px; font-weight: 800; }
.rail .r.on { background: var(--pink-dim); color: var(--pink-deep); } .rail .r.on i { background: var(--pink); color: #fff; border-color: var(--pink); }
.rail .r.done { color: var(--ink); } .rail .r.done i { background: var(--plum); color: #fff; border-color: var(--plum); }
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 12.5px; font-weight: 800; color: var(--ink-2); }
.field label .dim { color: var(--mut); font-weight: 600; }
.field input, .field textarea { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 14px; background: #fff; color: var(--ink); font-size: 15px; font-weight: 700; }
.field textarea { height: auto; min-height: 100px; padding: 12px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--mut); font-weight: 600; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.drop { display: flex; align-items: center; gap: 14px; padding: 14px; border: 2px dashed var(--line-2); border-radius: 18px; background: #fff; }
.drop img { width: 76px; height: 76px; border-radius: 18px; object-fit: cover; background: var(--card-2); }
.drop .ph { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 18px; background: var(--pink-dim); color: var(--pink-deep); font-size: 28px; font-weight: 800; }
.drop label { flex: 1; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.drop input { display: block; margin-top: 6px; font-size: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chips button { height: 34px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: 12.5px; font-weight: 800; cursor: pointer; }
.chips button.on { color: #fff; background: var(--plum); border-color: var(--plum); }
.summary .line { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.summary .line:first-child { border-top: 0; }
.summary .line b { color: var(--ink); font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.total { display: flex; align-items: baseline; justify-content: space-between; margin: 4px 0 10px; }
.total b { font-family: var(--display); font-size: 36px; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.total span { font-size: 12px; font-weight: 700; color: var(--mut); }
.modal { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 20px; background: rgba(43, 26, 46, .5); backdrop-filter: blur(6px); }
.modal.on { display: grid; }
.modal .box { width: min(380px, 100%); padding: 20px; border-radius: 22px; background: #fff; box-shadow: var(--shadow-lg); }
.modal h3 { margin: 0 0 12px; }
.modal .w { display: flex; align-items: center; gap: 10px; width: 100%; height: 48px; margin-bottom: 6px; padding: 0 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--card-2); font-weight: 800; cursor: pointer; }
.modal .w:hover { background: #fff; border-color: var(--line-2); }
.modal .w img { width: 24px; height: 24px; }
.picker { position: relative; }
.picker .sel { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 16px; background: #fff; }
.picker .sel img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--card-2); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .12); }
.picker .sel .t { flex: 1; min-width: 0; }
.picker .sel b { display: block; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.picker .sel small { display: block; color: var(--mut); font-size: 12px; font-weight: 700; }
.picker .res { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20; max-height: 330px; overflow: auto; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.picker .res button { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; width: 100%; padding: 9px 14px; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.picker .res button:first-child { border-top: 0; }
.picker .res button:hover { background: var(--card-2); }
.picker .res img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; background: var(--card-2); }
.picker .res b { display: block; font-weight: 800; font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.picker .res small { display: block; color: var(--mut); font-size: 11.5px; font-weight: 700; }
.picker .res .mc { font-size: 12.5px; font-weight: 800; color: var(--ink-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
.preview { display: grid; gap: 10px; padding: 14px; }
.preview .mini { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; text-align: center; font-size: 12px; font-weight: 800; }
.preview .mini img { width: 40px; height: 40px; margin: 0 auto 4px; border-radius: 50%; object-fit: cover; background: var(--card-2); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .12); }
.preview .mini .k img { border-radius: 12px; border-color: var(--pink); }
.bullets { margin: 0; padding: 0 0 0 18px; color: var(--ink-2); font-size: 13px; font-weight: 600; }
.bullets li + li { margin-top: 6px; }

/* ------------------------------------------------------------ docs */
.docs { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 32px; }
.toc { position: sticky; top: 84px; align-self: start; display: grid; gap: 2px; padding: 10px; }
.toc a { padding: 7px 12px; border-radius: 999px; color: var(--ink-2); font-size: 13px; font-weight: 800; }
.toc a:hover { color: var(--ink); background: var(--card-2); }
.prose { padding: 28px 32px; }
.prose h2 { margin: 30px 0 8px; font-size: 24px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-2); font-size: 14.5px; line-height: 1.7; font-weight: 600; }
.prose b, .prose strong { color: var(--ink); font-weight: 800; }
.prose code { padding: 1px 6px; border-radius: 6px; background: var(--card-2); border: 1px solid var(--line); font-size: .9em; }
.prose table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 10px 0 16px; font-size: 13.5px; overflow: hidden; border-radius: 14px; border: 1px solid var(--line); }
.prose th, .prose td { padding: 9px 12px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; color: var(--ink-2); font-weight: 600; }
.prose tr:first-child th, .prose tr:first-child td { border-top: 0; }
.prose th { background: var(--card-2); color: var(--mut); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.prose td b { color: var(--ink); }
.prose a { color: var(--pink-deep); font-weight: 800; }

footer { padding: 30px 0 110px; color: var(--mut); font-size: 12.5px; font-weight: 600; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; border-top: 1px solid var(--line); padding-top: 20px; }
footer a { font-weight: 800; color: var(--ink-2); }

@media (max-width: 1100px) { .stages4 { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } .hero { grid-template-columns: 1fr; } .tpage { grid-template-columns: 1fr; } .tpage .left { position: static; } .lpage { grid-template-columns: 1fr; } .rail { position: static; } .timeline { grid-template-columns: 1fr; } .timeline .stick { position: static; } .stages4 { grid-template-columns: repeat(2, 1fr); } .band { grid-template-columns: 1fr; } .navpill { display: none; } }
@media (max-width: 900px) { .board { grid-template-columns: 1fr; } .side { position: static; } .thead-row { display: none; } .trow { grid-template-columns: 1fr 1fr; } .trow > [data-l]::before { content: attr(data-l); display: block; color: var(--mut); font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; } .trow .who { grid-column: 1 / -1; } .trow .rank { display: none; } .rows .trow, .rows .trow.c3, .hold .trow { grid-template-columns: 1fr 1fr; } .docs { grid-template-columns: 1fr; } .toc { position: static; display: flex; flex-wrap: wrap; } }
@media (max-width: 760px) {
  .wrap { padding: 0 14px; }
  .hright .chip { display: none; } .hright .chip.ca-chip { display: inline-flex; } .hright .chip.ca-chip .mono, .hright .chip.ca-chip em { display: none; }
  .hero { padding: 30px 0 20px; } .hero .mark { font-size: 56px; }
  .dock { left: 12px; right: 12px; bottom: 12px; flex-direction: row; justify-content: space-around; border-radius: 999px; }
  .row2, .vsplit, .stages4, .tiles { grid-template-columns: 1fr; }
  .band { padding: 24px; }
  .chart { height: 260px; }
  .tree { grid-template-columns: 1fr; } .tree .p:last-child { flex-direction: row; text-align: left; }
  .prose { padding: 20px; }
  .stat b { font-size: 20px; }
}
