/* 🍼 PINEY — pastel pink × Tufte (low chartjunk, high data-ink) */
:root {
  --bg: #fbf3f1;
  --ink: #5e4049; --ink-soft: #94767e; --ink-faint: #bda9ae;
  --card: #ffffff; --line: #efdde2; --line-soft: #f7ecef;
  --pink: #de9aab; --pink-deep: #c47e93; --pink-soft: #f7e6ec;
  /* event colors — muted, data-mark only */
  --c-bottle: #dd95a8;  --c-breast: #bfa3d4;  --c-spit: #e6a888;
  --c-poop: #c0a079;    --c-pee: #e0c479;     --c-sleep: #a3bcd9;
  --c-other: #b3a3ba;
  --storm: #dd8b9f;     --sunny: #e9d3b4;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Trebuchet MS", "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink); line-height: 1.5;
  max-width: 760px; margin: 0 auto; padding: 14px 14px 64px;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
/* faded "thả trôi" horse background — blurred, behind a soft veil */
body::before {
  content: ""; position: fixed; inset: -20px; z-index: -2;
  background: url("bg.webp") center top / cover no-repeat;
  filter: blur(3px) saturate(.62) brightness(1.06);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(251,243,241,.84) 0%, rgba(250,240,243,.9) 60%, rgba(251,243,241,.86) 100%);
}
header { text-align: center; margin-bottom: 12px; }
header h1 { font-size: 1.5rem; color: var(--pink-deep); letter-spacing: .01em; }
.updated { display: inline-block; margin-top: 8px; font-size: .82rem; font-weight: 700;
  color: var(--pink-deep); background: var(--pink-soft); border: 1px solid var(--pink);
  border-radius: 999px; padding: 6px 15px; letter-spacing: .01em; }
.updated .u-baby { font-weight: 800; }
.updated #age { font-weight: 800; }

/* ---- Quick-log ---- */
.quick { margin: 6px 0 16px; }
.quick-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.q { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 14px;
  padding: 11px 4px 9px; cursor: pointer; display: flex; flex-direction: column;
  align-items: center; gap: 4px; transition: transform .08s, box-shadow .15s; }
.q .qic { display: flex; align-items: center; justify-content: center; }
.q span:last-child { font-size: .64rem; font-weight: 700; color: var(--ink-soft); }
.q:active { transform: scale(.94); }
.q:hover { box-shadow: 0 4px 12px rgba(210,101,138,.14); }
.q-bottle { border-bottom: 3px solid var(--c-bottle); }
.q-breast { border-bottom: 3px solid var(--c-breast); }
.q-spit   { border-bottom: 3px solid var(--c-spit); }
.q-poop   { border-bottom: 3px solid var(--c-poop); }
.q-pee    { border-bottom: 3px solid var(--c-pee); }
.q-sleep  { border-bottom: 3px solid var(--c-sleep); }
.q-other  { border-bottom: 3px solid var(--c-other); }

/* ---- Tabs ---- */
.tabs { display: flex; gap: 6px; overflow-x: auto; margin-bottom: 16px; padding-bottom: 2px; }
.tabs::-webkit-scrollbar { display: none; }
.tab { flex: 0 0 auto; background: rgba(255,255,255,.88); color: var(--pink-deep);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px;
  font-size: .82rem; cursor: pointer; white-space: nowrap; font-weight: 700; }
.tab.active { background: var(--pink); color: #fff; border-color: var(--pink); }
.panel { display: none; } .panel.active { display: block; }

/* ---- Cards ---- */
.card { background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  border: 1px solid var(--line); border-radius: 16px;
  padding: 16px 18px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(150,110,120,.07); }
.card h2 { font-size: .96rem; color: var(--ink); margin-bottom: 12px; font-weight: 800; }
.card .sub { color: var(--ink-faint); font-size: .74rem; font-weight: 400; }

/* ---- Summary stats (Today) ---- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stat { text-align: center; }
.stat .v { font-size: 1.7rem; font-weight: 800; color: var(--pink-deep);
  font-variant-numeric: tabular-nums; line-height: 1.1; }
.stat .l { font-size: .68rem; color: var(--ink-soft); font-weight: 700;
  text-transform: uppercase; letter-spacing: .03em; margin-top: 2px; }

/* ---- 24h timeline (2 rows, icons) ---- */
/* horizontal-scroll wrapper so the timeline can be wide & detailed by the hour */
.tl-scroll, .wk-scroll { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
.tl-scroll::-webkit-scrollbar, .wk-scroll::-webkit-scrollbar { height: 5px; }
.tl-scroll::-webkit-scrollbar-thumb, .wk-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.tl { margin: 6px 0 2px; min-width: 1440px; }
.tl-row { display: flex; align-items: center; }
/* 20-minute gridlines (hour marks stronger) */
.tl-grid { position: absolute; top: 4px; bottom: 4px; width: 1px; background: var(--line-soft); z-index: 0; }
.tl-grid.hr { background: var(--line); }
.tl-gutter { flex: 0 0 36px; font-size: .62rem; font-weight: 800; color: var(--ink-faint);
  text-transform: uppercase; letter-spacing: .02em;
  position: sticky; left: 0; z-index: 4; background: var(--card); }
.tl-track { position: relative; flex: 1; height: 40px; }
.tl-row:first-child .tl-track::after, .tl-row:nth-child(2) .tl-track::after {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line-soft); }
.tl-ev { position: absolute; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column;
  align-items: center; z-index: 2; }
.tl-ev small { font-size: .55rem; font-weight: 800; color: var(--ink-faint); margin-top: 1px; line-height: 1;
  font-variant-numeric: tabular-nums; white-space: nowrap; }
.tl .ic-wrap { background: #fff; border: 1px solid var(--line); border-radius: 50%; padding: 4px;
  box-shadow: 0 1px 3px rgba(150,110,120,.12); }
.tl-now { position: absolute; top: 2px; bottom: 2px; width: 0; border-left: 1.5px dashed var(--pink-deep); z-index: 1; }
.tl-axisrow .tl-track { height: 16px; }
.tl-tick { position: absolute; top: 0; transform: translateX(-50%); font-size: .62rem; color: var(--ink-faint); }
.legend { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 10px; font-size: .72rem; color: var(--ink-soft); }
.legend span { display: inline-flex; align-items: center; }
.legend i { display: inline-block; width: 9px; height: 9px; border-radius: 3px; margin-right: 4px; vertical-align: middle; }

/* ---- line icons ---- */
.ic-wrap { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; vertical-align: middle; }
.ev .ic-wrap { background: var(--line-soft); border-radius: 10px; padding: 5px; }
.legend .ic-wrap { background: none; padding: 0; margin-right: 4px; }

/* ---- Event list ---- */
.ev { display: flex; align-items: center; gap: 11px; padding: 10px 2px; border-bottom: 1px solid var(--line-soft); }
.ev:last-child { border-bottom: 0; }
.ev .t { font-variant-numeric: tabular-nums; font-weight: 800; color: var(--ink); width: 46px; font-size: .9rem; }
.ev .dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; }
.ev .lab { flex: 1; font-weight: 700; color: var(--ink); font-size: .9rem; }
.ev .lab small { display: block; font-weight: 400; color: var(--ink-faint); font-size: .72rem; }
.ev .amt { font-weight: 800; color: var(--pink-deep); font-variant-numeric: tabular-nums; }
.ev .edit, .ev .del { margin-left: 4px; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent; color: var(--ink-faint); font-size: .72rem;
  cursor: pointer; line-height: 1; }
.ev .edit:hover, .ev .del:hover { background: var(--pink-soft); color: var(--pink-deep); border-color: var(--pink); }

/* ---- add-event bar (per-day) ---- */
.add-bar { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 12px;
  padding-bottom: 12px; border-bottom: 1px dashed var(--line-soft); }
.add-lbl { font-size: .72rem; font-weight: 800; color: var(--ink-soft); margin-right: 2px; }
.add-bar .add-ev { width: 38px; height: 34px; border: 1px solid var(--line); background: #fff;
  border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.add-bar .add-ev:active { transform: scale(.95); }
.add-bar .add-ev:hover { border-color: var(--pink); background: var(--pink-soft); }

/* ---- growth segmented toggles ---- */
.seg-wrap { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.seg { display: flex; background: rgba(255,255,255,.85); border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.seg button { border: 0; background: transparent; color: var(--ink-soft); font: inherit; font-size: .8rem;
  font-weight: 700; padding: 6px 14px; border-radius: 999px; cursor: pointer; }
.seg button.on { background: var(--pink); color: #fff; }

/* ---- entry sheet ---- */
.sheet-overlay { position: fixed; inset: 0; z-index: 20; background: rgba(94,64,73,.32);
  display: flex; align-items: flex-end; justify-content: center; animation: fade .18s; }
@keyframes fade { from { opacity: 0; } }
@keyframes slideup { from { transform: translateY(30px); opacity: .6; } }
.sheet-card { width: 100%; max-width: 760px; background: #fff; border-radius: 22px 22px 0 0;
  padding: 18px 18px calc(18px + env(safe-area-inset-bottom)); animation: slideup .2s; box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
@media (min-width: 600px) { .sheet-overlay { align-items: center; } .sheet-card { border-radius: 22px; margin: 0 14px; } }
.sheet-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.sheet-head b { font-size: 1.05rem; color: var(--ink); flex: 1; }
.sheet-x { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); cursor: pointer; }
.sheet-body { display: flex; flex-direction: column; gap: 13px; }
.sheet-body .f { display: flex; flex-direction: column; gap: 6px; font-size: .72rem; font-weight: 700; color: var(--ink-soft); }
.sheet-body input[type=time], .sheet-body input[type=number], .sheet-body input[type=text] {
  font: inherit; font-size: .98rem; color: var(--ink); background: var(--bg); border: 1px solid var(--line);
  border-radius: 11px; padding: 11px 12px; width: 100%; }
.sheet-body input:focus { outline: none; border-color: var(--pink); }
.stepper { display: flex; align-items: stretch; gap: 8px; }
.stepper input { text-align: center; font-weight: 800 !important; }
.stepper button { width: 46px; flex: 0 0 auto; border: 1px solid var(--line); background: var(--pink-soft);
  color: var(--pink-deep); font-size: 1.3rem; font-weight: 800; border-radius: 11px; cursor: pointer; }
.seg-inline { display: flex; gap: 6px; flex-wrap: wrap; }
.seg-inline button { border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font: inherit;
  font-size: .82rem; font-weight: 700; padding: 8px 13px; border-radius: 999px; cursor: pointer; }
.seg-inline button.on { background: var(--pink); color: #fff; border-color: var(--pink); }
.sheet-foot { display: flex; gap: 10px; margin-top: 18px; }
.btn-ghost { flex: 1; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font: inherit; font-weight: 800; padding: 12px; border-radius: 12px; cursor: pointer; }
.btn-fill { flex: 2; border: 0; background: var(--pink); color: #fff; font: inherit; font-weight: 800; padding: 12px; border-radius: 12px; cursor: pointer; }
.btn-fill:active, .btn-ghost:active { transform: scale(.98); }

/* ---- day picker (Nhật ký tab) ---- */
.day-picker { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.date-input { font: inherit; font-size: .95rem; color: var(--ink); background: var(--bg);
  border: 1px solid var(--line); border-radius: 11px; padding: 9px 12px; }
.date-input:focus { outline: none; border-color: var(--pink); }
.dv-tag { font-size: .68rem; font-weight: 800; color: var(--pink-deep); background: var(--pink-soft);
  border-radius: 999px; padding: 5px 11px; }
.btn-today { font: inherit; font-size: .76rem; font-weight: 800; color: var(--pink-deep);
  background: #fff; border: 1px solid var(--pink); border-radius: 999px; padding: 7px 13px; cursor: pointer; }

/* ---- weekly grid (Tổng quan) ---- */
.wk-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
  font-weight: 800; color: var(--ink); font-size: .86rem; }
.wk-nav button { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--pink-deep); font-size: 1.1rem; cursor: pointer; line-height: 1; }
.wk-nav button:disabled { opacity: .35; cursor: default; }
.wk { min-width: 1200px; }
.wk-row { display: flex; align-items: center; }
.wk-row[data-date] { cursor: pointer; }
.wk-day { flex: 0 0 44px; font-size: .68rem; font-weight: 800; color: var(--ink-soft);
  position: sticky; left: 0; z-index: 4; background: var(--card); }
.wk-day small { display: block; font-weight: 600; color: var(--ink-faint); font-size: .6rem; }
.wk-lane { position: relative; flex: 1; height: 30px; border-bottom: 1px solid var(--line-soft); }
.wk-row.cur .wk-lane { background: var(--pink-soft); border-radius: 7px; border-bottom-color: transparent; }
.wk-row.sel .wk-lane { box-shadow: inset 0 0 0 1.5px var(--pink); border-radius: 7px; }
.wk-row.sel .wk-day { color: var(--pink-deep); }
.wk-row.fut { opacity: .45; }
.wk-ev { position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 2; line-height: 0; }
.wk-fut { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--ink-faint); font-size: .8rem; }
.wk-axisrow .wk-lane { height: 16px; border-bottom: 0; }
.wk-detail-head { margin: 16px 2px 8px; font-weight: 800; color: var(--ink); font-size: .9rem; }

/* ---- Charts ---- */
.chart svg { display: block; width: 100%; height: auto; }
.chart text { font-family: inherit; }
.axis { fill: var(--ink-faint); font-size: 10px; }
.gridline { stroke: var(--line); stroke-width: 1; }
.barlabel { fill: var(--ink-soft); font-size: 9px; font-weight: 700; }

/* growth percentile note (from latest measurement) */
.growth-note { background: var(--pink-soft); border: 1px solid var(--pink); border-radius: 12px;
  padding: 9px 13px; margin-bottom: 12px; font-size: .84rem; font-weight: 700; color: var(--pink-deep); }
.growth-note small { display: block; margin-top: 2px; font-weight: 600; color: var(--ink-soft); font-size: .72rem; }

/* WHO comparison table (bé vs P3/P50/P97) */
.wtable { font-variant-numeric: tabular-nums; }
.wtrow { display: flex; align-items: center; padding: 9px 2px; border-bottom: 1px solid var(--line-soft); }
.wtrow:last-child { border-bottom: 0; }
.wtrow > div { flex: 1; text-align: center; font-weight: 800; color: var(--ink); font-size: .9rem; }
.wt-age { flex: 0 0 78px !important; text-align: left !important; font-weight: 800; color: var(--ink); font-size: .82rem; }
.wt-age small { display: block; font-weight: 500; color: var(--ink-faint); font-size: .66rem; }
.wt-baby { color: var(--pink-deep) !important; }
.wt-w { color: var(--ink-soft) !important; font-weight: 700 !important; }
.wt-head > div { font-size: .68rem !important; font-weight: 800 !important; color: var(--ink-soft) !important;
  text-transform: uppercase; letter-spacing: .02em; }
.wt-head small { display: block; font-weight: 600; color: var(--ink-faint); font-size: .62rem; text-transform: none; }
.wt-tag { display: inline-block; margin-left: 5px; font-size: .58rem; font-weight: 800; padding: 1px 6px;
  border-radius: 999px; vertical-align: middle; }
.t-tb { background: var(--pink-soft); color: var(--pink-deep); }
.t-hi { background: #e7f0e4; color: #6f9460; }
.t-lo { background: #fdeede; color: #c08a4a; }

/* ---- ml table ---- */
.mlrow { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-bottom: 1px solid var(--line-soft); border-radius: 8px; }
.mlrow.cur { background: var(--pink-soft); border: 1px solid var(--pink); }
.mlrow .m { width: 64px; font-weight: 800; color: var(--ink); font-size: .86rem; }
.mlrow.cur .m { color: var(--pink-deep); }
.mlrow .ml { flex: 1; font-weight: 800; color: var(--pink-deep); font-variant-numeric: tabular-nums; }
.mlrow .cu { color: var(--ink-soft); font-size: .74rem; font-weight: 600; }
.mlrow .tag { font-size: .62rem; font-weight: 800; color: #fff; background: var(--pink); border-radius: 999px; padding: 2px 8px; }

/* ---- growth input form ---- */
.form-card h2 { margin-bottom: 10px; }
.form-row { display: flex; gap: 8px; align-items: flex-end; flex-wrap: wrap; }
.form-row label { flex: 1; min-width: 78px; display: flex; flex-direction: column; gap: 4px;
  font-size: .68rem; font-weight: 700; color: var(--ink-soft); }
.form-row input { font: inherit; font-size: .92rem; color: var(--ink); background: var(--bg);
  border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; width: 100%; }
.form-row input:focus { outline: none; border-color: var(--pink); }
.form-row button { background: var(--pink); color: #fff; border: 0; border-radius: 10px;
  padding: 9px 18px; font-weight: 800; font-size: .86rem; cursor: pointer; }
.form-row button:active { transform: scale(.96); }
.form-hint { color: var(--ink-faint); font-size: .7rem; margin-top: 8px; }
.mrow { display: flex; align-items: center; gap: 12px; padding: 9px 2px; border-bottom: 1px solid var(--line-soft); }
.mrow:last-child { border-bottom: 0; }
.mrow .mw { width: 90px; font-weight: 800; color: var(--ink); font-size: .86rem; }
.mrow .mw small { display: block; font-weight: 400; color: var(--ink-faint); font-size: .68rem; }
.mrow .mv { flex: 1; font-weight: 800; color: var(--pink-deep); font-variant-numeric: tabular-nums; }

/* ---- milestones ---- */
.ms { display: flex; gap: 11px; padding: 11px 2px; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.ms:last-child { border-bottom: 0; }
.ms .ic { font-size: 1.3rem; width: 30px; text-align: center; }
.ms .body { flex: 1; }
.ms .body b { color: var(--ink); font-size: .9rem; }
.ms .body p { color: var(--ink-soft); font-size: .78rem; }
.ms .when { font-size: .68rem; font-weight: 800; color: var(--ink-faint); white-space: nowrap; }
.ms.done { background: linear-gradient(90deg, var(--line-soft), transparent); border-radius: 10px; }
.ms.done .when { color: var(--c-breast); }
.ms.now .when { color: var(--pink-deep); }
.ms .check { color: var(--c-breast); font-weight: 800; }

/* ---- wonder weeks ---- */
.ww-status { text-align: center; padding: 14px; border-radius: 14px; margin-bottom: 14px; font-weight: 800; }
.ww-status.storm { background: #fde7ec; color: var(--pink-deep); border: 1px solid var(--storm); }
.ww-status.sunny { background: #fdf3e3; color: #b58a4a; border: 1px solid var(--sunny); }
.ww-status small { display: block; font-weight: 600; font-size: .76rem; margin-top: 4px; opacity: .85; }
.ww-list .ev .lab small { color: var(--ink-faint); }
.ww-h { font-size: 1rem; color: var(--ink); margin: 4px 2px 12px; font-weight: 800; }
.ww-card { background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  border: 1px solid var(--line); border-radius: 14px; margin-bottom: 9px; overflow: hidden; }
.ww-card.cur { border-color: var(--storm); box-shadow: 0 3px 14px rgba(221,139,159,.18); }
.ww-card.past { opacity: .72; }
.ww-head { width: 100%; display: flex; align-items: center; gap: 10px; padding: 12px 14px;
  background: none; border: 0; cursor: pointer; text-align: left; font: inherit; }
.ww-no { flex: 0 0 auto; width: 42px; height: 28px; display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 800; color: var(--pink-deep); background: var(--pink-soft); border-radius: 8px; }
.ww-card.cur .ww-no { background: var(--storm); color: #fff; }
.ww-ttl { flex: 1; display: flex; flex-direction: column; }
.ww-ttl b { font-size: .92rem; color: var(--ink); }
.ww-ttl small { font-size: .7rem; color: var(--ink-faint); font-weight: 700; }
.ww-badge { flex: 0 0 auto; font-size: .64rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.b-cur { background: #fde7ec; color: var(--pink-deep); }
.b-next { background: #fdf3e3; color: #b58a4a; }
.b-past { background: var(--line-soft); color: var(--ink-faint); }
.ww-chev { flex: 0 0 auto; color: var(--ink-faint); font-size: .8rem; transition: transform .2s; }
.ww-card.open .ww-chev { transform: rotate(180deg); }
.ww-desc { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.ww-card.open .ww-desc { max-height: 400px; }
.ww-desc p { padding: 0 14px 14px; font-size: .82rem; color: var(--ink-soft); line-height: 1.55; }

#toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 11px 20px; border-radius: 999px; font-size: .86rem;
  font-weight: 700; opacity: 0; pointer-events: none; transition: all .25s; box-shadow: 0 6px 20px rgba(0,0,0,.2); z-index: 9; }
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

footer { text-align: center; color: var(--ink-faint); font-size: .74rem; margin-top: 18px; }

/* ---- login gate ---- */
#gate { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center;
  padding: 24px; background: linear-gradient(180deg, #fbeef2, var(--bg)); }
#gate[hidden] { display: none; }
.gate-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px 26px;
  text-align: center; max-width: 360px; width: 100%; box-shadow: 0 12px 40px rgba(196,126,147,.18); }
.gate-ic { font-size: 3rem; }
.gate-card h1 { font-size: 1.3rem; color: var(--pink-deep); margin: 10px 0 6px; }
.gate-card p { color: var(--ink-soft); font-size: .88rem; line-height: 1.5; margin-bottom: 20px; }
.gate-btn { width: 100%; border: 0; background: var(--pink); color: #fff; font: inherit; font-weight: 800;
  font-size: .95rem; padding: 13px; border-radius: 13px; cursor: pointer; }
.gate-btn.ghost { background: #fff; color: var(--pink-deep); border: 1px solid var(--pink); }
.gate-btn:active { transform: scale(.98); }
