/* CarXNeo Distributor Portal — design system (Round 2, "Cyan-forward").
   Neutral ground is left alone; CYAN #00AFEA is the action (buttons/FAB/order-pad
   bar/active states/tiles) with BLACK text; BLACK is ink; LIME #D2E060 is the small
   spark (logo mark, order-pad rail marker + badges). Screens consume these tokens +
   component classes; screen-specific CSS is injected scoped by each screen module. */
:root{
  --bg:#F7F6F1; --card:#FFFFFF; --panel:#F1F0EA; --ink:#0F1113; --ink2:#585954; --ink3:#8A8B85;
  --line:#E7E5DD; --line2:#F1EFE8;
  --brand:#00AFEA; --brand-deep:#0A6E93; --brand-tint:#E4F5FC; --on-brand:#06222E;
  --accent:#00AFEA; --accent-deep:#0A6E93; --accent-tint:#E4F5FC; --on-accent:#06222E;
  --lime:#D2E060; --lime-deep:#7E8A2A;
  --good:#1E9A61; --good-t:#E7F5EE; --due:#CB3E3E; --due-t:#FAEBEB; --warn:#AD831C; --warn-t:#F6EFDD;
  --r:14px; --rs:11px;
  --font-display:"Space Grotesk",ui-sans-serif,-apple-system,"Segoe UI",Roboto,sans-serif;
}
/* Light only — the distributor portal ships a single light theme (no dark mode). */
@font-face{font-family:"Space Grotesk";src:url(/static/space-grotesk-display.woff2) format("woff2");font-weight:700;font-display:swap}
@font-face{font-family:"Space Grotesk";src:url(/static/space-grotesk-500.woff2) format("woff2");font-weight:500;font-display:swap}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--bg);color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
.disp{font-family:var(--font-display);font-weight:700;font-synthesis:none}
.m{font-variant-numeric:tabular-nums}
button{font-family:inherit;cursor:pointer}
a,.link{color:var(--brand-deep);font-weight:700;text-decoration:none}
:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
svg{display:block}
@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}

/* ---------------- responsive shell ---------------- */
#root{display:flex;min-height:100dvh}
.maincol{flex:1;min-width:0;display:flex;flex-direction:column;width:100%;max-width:560px;margin:0 auto;padding-bottom:90px}
.sidebar{display:none}
/* mobile co-brand appbar */
.appbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:10px;padding:12px 15px 10px;
  background:var(--bg);border-bottom:1px solid var(--line2)}
.mark{flex:none;width:32px;height:32px;border-radius:9px;overflow:hidden;background:#0F1113;display:flex;align-items:center;justify-content:center}
.mark img{width:100%;height:100%;display:block}
.ab-txt{min-width:0;flex:1;text-align:right}
.partner{font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink3);font-weight:700;display:flex;align-items:center;justify-content:flex-end;gap:5px}
.dname{font-size:16px;letter-spacing:-.01em;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avatar{flex:none;width:32px;height:32px;border-radius:50%;background:var(--ink);color:var(--bg);border:none;
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:750}
.screen{flex:1;padding:10px 14px 14px;display:flex;flex-direction:column;gap:10px}

/* desktop sidebar */
@media (min-width:920px){
  #root{max-width:none}
  .appbar{display:none}
  .tabbar{display:none}
  .maincol{max-width:none;margin:0;padding-bottom:0}
  .screen{max-width:1060px;margin:0 auto;width:100%;padding:20px 26px 44px}
  .sidebar{display:flex;flex-direction:column;flex:none;width:250px;border-right:1px solid var(--line);
    background:var(--card);position:sticky;top:0;height:100dvh;overflow-y:auto}
}
.sb-hero{padding:16px 16px 14px;border-bottom:1px solid var(--line)}
.sb-hero .partner{margin-bottom:2px}
.sb-hero .wm{max-width:150px;margin:2px 0 3px}
.sb-hero .dn{font-size:19px;letter-spacing:-.01em}
.sb-hero .meta{font-size:11.5px;color:var(--ink3);margin-top:1px}
.sb-order{margin:12px 12px 8px;display:flex;align-items:center;justify-content:center;gap:8px;
  background:var(--accent);color:var(--on-accent);border:none;border-radius:11px;padding:11px;font-weight:750;font-size:13.5px}
.sb-order svg{width:16px;height:16px;stroke:var(--on-accent);stroke-width:2.6;fill:none;stroke-linecap:round}
.sbnav{display:flex;flex-direction:column;gap:2px;padding:6px 10px}
.sbi{display:flex;align-items:center;gap:11px;padding:10px 11px;border-radius:10px;border:none;background:none;
  color:var(--ink2);font-size:13.5px;font-weight:600;text-align:left;width:100%;position:relative}
.sbi svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.sbi:hover{background:var(--panel)}
.sbi.on{color:var(--ink);font-weight:750}
.sbi.on svg{stroke:var(--brand)}
.sbi.on:before{content:"";position:absolute;left:-10px;top:9px;bottom:9px;width:3px;border-radius:2px;background:var(--brand)}
.sb-spacer{flex:1}

/* bottom tab bar (mobile) with docked cyan Order */
.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:6;max-width:560px;margin:0 auto;
  display:flex;align-items:flex-end;border-top:1px solid var(--line);background:var(--card);
  padding:7px 6px calc(9px + env(safe-area-inset-bottom))}
.tab{flex:1;text-align:center;font-size:10px;font-weight:650;color:var(--ink3);background:none;border:none}
.tab svg{width:22px;height:22px;margin:0 auto 3px;stroke:var(--ink3);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.tab.on{color:var(--brand-deep)} .tab.on svg{stroke:var(--brand)}
.tab-fab{flex:none;width:74px;text-align:center;font-size:10px;font-weight:750;color:var(--ink);background:none;border:none}
.tab-fab .fic{width:46px;height:46px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;
  margin:-16px auto 3px;box-shadow:0 4px 13px rgba(0,175,234,.4)}
.tab-fab .fic svg{width:23px;height:23px;stroke:var(--on-accent);stroke-width:2.6;fill:none;stroke-linecap:round}
@media (min-width:920px){.tabbar{display:none}}   /* sidebar replaces the tab bar on desktop */

/* ---------------- wordmark (light-only PNG) ---------------- */
.wm{display:block}
.wm img{max-width:100%;height:auto;display:block}
.wm .wm-dark{display:none}
.appbar .ab-wm{width:92px;flex:none}
.appbar .ab-wm img{height:auto}
.tagline{font-family:var(--font-display);font-weight:500;letter-spacing:.16em;font-size:10.5px;color:var(--ink2);text-transform:uppercase;white-space:nowrap}
.tagline .n{color:var(--lime)}
.sb-hero .sb-tag{margin:1px 0 6px}

/* ---------------- components ---------------- */
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:12px 13px}
.lbl{font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--ink3)}
.hero-num{font-size:29px;letter-spacing:-.01em;line-height:1.15}
.ts{font-size:11px;color:var(--ink3)} .sub{font-size:13px;color:var(--ink2)} .muted{color:var(--ink3)}
.pill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;border-radius:999px;padding:2px 9px}
.pill.due{background:var(--due-t);color:var(--due)} .pill.good{background:var(--good-t);color:var(--good)}
.pill.warn{background:var(--warn-t);color:var(--warn)} .pill.brand{background:var(--brand-tint);color:var(--brand-deep)}
.pill.neu{background:var(--panel);color:var(--ink3)} .pill.lime{background:var(--lime);color:#1c2208}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:14px;
  border-radius:12px;padding:11px 15px;border:1px solid var(--line);background:var(--card);color:var(--ink)}
.btn:disabled{opacity:.5}
.btn.primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}
.btn.ghost{background:var(--panel);border-color:transparent;color:var(--ink)}
.btn.tint{background:var(--brand-tint);color:var(--brand-deep);border-color:transparent}
.btn.block{width:100%}
.btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.row2{display:flex;gap:8px}.row2>*{flex:1}
.tiles{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.tile{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:11px 12px;text-align:left}
.tile .ic{width:26px;height:26px;border-radius:8px;background:var(--brand-tint);display:flex;align-items:center;justify-content:center;margin-bottom:7px}
.tile .ic svg{width:15px;height:15px;stroke:var(--brand-deep);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.tile b{font-size:12.5px}
.lrow{display:flex;align-items:center;gap:10px;padding:9px 2px;border-bottom:1px solid var(--line2)}
.lrow:last-child{border-bottom:none}
.grow{flex:1;min-width:0}.lrow b{font-size:12.5px;display:block}
.amt{text-align:right}.amt b{font-size:12.5px}.amt.neg b{color:var(--due)}.amt.pos b{color:var(--good)}
.prog{height:7px;border-radius:99px;background:var(--panel);overflow:hidden}
.prog i{display:block;height:100%;border-radius:99px;background:var(--brand)}
.day{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink3);font-weight:700;margin:2px 0}
.stepper{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;padding:3px 9px;font-weight:700;font-size:14px}
.stepper button{border:none;background:none;color:var(--ink);font-size:17px;min-width:22px;min-height:22px}
.field{display:flex;gap:8px;align-items:center;width:100%;border:1.5px solid var(--line);background:var(--card);
  border-radius:12px;padding:11px 13px;font-size:15px;color:var(--ink)}
.field input{flex:1;border:none;background:none;outline:none;font-size:15px;color:var(--ink);min-width:0}
.field .pfx{color:var(--ink3)}
.otp{display:flex;gap:8px;justify-content:center}
.otp input{width:40px;height:48px;text-align:center;border:1.5px solid var(--line);border-radius:10px;
  background:var(--card);color:var(--ink);font-size:20px;font-weight:750;outline:none}
.otp input:focus{border-color:var(--brand)}
.err{color:var(--due);font-size:13px}
.link-btn{background:none;border:none;color:var(--brand-deep);font-weight:700;font-size:13px}
.center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:13px;padding:0 26px}
.center .wm{max-width:200px}
/* auth (login + OTP) — partner-led, thumb-first: a dark brand hero fills the
   unreachable top, and the light sheet is ANCHORED to the bottom so the number
   field lands ~74% down (thumb zone) on any phone. 100dvh keeps it honest when
   the keyboard opens: the hero shrinks, the sheet stays put. */
.auth{flex:1;min-width:0;min-height:100dvh;display:flex;flex-direction:column;
  background:radial-gradient(120% 60% at 50% 0%,#191d21 0%,#0d0f11 62%)}
.auth-in{width:100%;max-width:460px;margin:0 auto;flex:1;display:flex;flex-direction:column;min-height:0}
.auth-hero{padding:52px 26px 0;flex:none}
.wm-w{max-width:150px;height:auto;display:block}
.auth-tag{font-family:var(--font-display);font-weight:500;letter-spacing:.16em;font-size:12px;text-transform:uppercase;white-space:nowrap;margin-top:10px}
.auth-tag .m{color:#8b9096}.auth-tag .n{color:var(--lime)}
.auth-rule{width:44px;height:3px;border-radius:2px;background:var(--lime);margin:18px 0 14px}
.auth-h{font-family:var(--font-display);font-weight:700;font-size:32px;line-height:1.1;letter-spacing:-.03em;color:#fff;margin:0 0 10px}
.auth-sub{font-size:14.5px;line-height:1.55;color:#8b9096;margin:0;max-width:30ch}
.auth-grow{flex:1;min-height:14px}
/* benefit rows — lime on the dark hero */
.lg-bens{display:flex;flex-direction:column;gap:14px;padding:0 26px;margin-top:26px;flex:none}
.lg-ben{display:flex;align-items:center;gap:13px}
.lg-bic{width:40px;height:40px;flex:none;border-radius:12px;background:rgba(210,224,96,.13);display:flex;align-items:center;justify-content:center;color:var(--lime)}
.lg-bic svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.lg-ben b{font-size:14px;display:block;line-height:1.2;color:#EDECE6}
.lg-bs{font-size:12px;color:#8b9096;margin-top:1px}
/* the light sheet — the whole action zone, pinned to the thumb */
.lg-card{background:var(--bg);border-radius:28px 28px 0 0;margin-top:auto;flex:none;
  box-shadow:0 -12px 38px rgba(0,0,0,.45)}
.lg-accent{width:38px;height:4px;border-radius:2px;background:#dcd9cf;margin:12px auto 4px}
.lg-in{padding:12px 22px calc(18px + env(safe-area-inset-bottom))}
.lg-lab{font-size:11px;font-weight:800;color:var(--ink3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}
.auth .field{padding:17px 13px}                 /* 56px target, thumb-friendly */
.lg-card .lg-btn{margin-top:12px;padding:16px;font-size:15.5px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;box-shadow:0 8px 18px rgba(0,175,234,.30)}
.lg-btn svg{width:19px;height:19px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.lg-secure{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--ink3);font-weight:600;margin-top:11px}
.lg-secure svg{width:13px;height:13px;stroke:var(--ink3);fill:none;stroke-width:2}
.lg-foot{text-align:center;font-size:12.5px;color:var(--ink3);margin-top:18px;line-height:1.5}
.lg-foot b{color:var(--ink2)}
/* Desktop has no thumb to reach for: unglue the sheet into a floating card. */
@media (min-width:760px) and (min-height:760px){
  .lg-card{margin-bottom:56px;border-radius:24px;box-shadow:0 22px 54px rgba(0,0,0,.5)}
}
/* Short screens shed the hero, never the sheet: the story is what gives way so
   the field and CTA stay whole and on-screen. 560px ~= keyboard open. */
@media (max-height:740px){
  .auth-hero{padding:26px 26px 0}
  .auth-rule{margin:12px 0 10px}
  .auth-h{font-size:26px}
  .auth-sub{display:none}
  .auth-grow{min-height:6px}
  .lg-bens{gap:11px;margin-top:16px}
  .lg-bic{width:34px;height:34px;border-radius:10px}
  .lg-bic svg{width:18px;height:18px}
  .lg-bs{display:none}
  .lg-foot{margin-top:12px}
}
@media (max-height:560px){
  .auth-hero{padding:14px 26px 0}
  .auth-rule,.auth-h,.lg-bens{display:none}
  .lg-secure{margin-top:8px}
  .lg-foot{display:none}
}
/* phone-number field: format cue + valid tick + error state */
.field.ok{border-color:var(--brand)}
.field.bad{border-color:var(--due);background:var(--due-t)}
/* login field: taller tap target, gentle blue focus ring, +91 divider */
.auth .field{padding:13px 13px}
.auth .field:focus-within{border-color:var(--brand)}
.auth .field.ok,.auth .field:focus-within{box-shadow:0 0 0 3px rgba(0,175,234,.15)}
.auth .field .dv{width:1px;height:18px;flex:none;background:var(--line)}
.field input{letter-spacing:.04em}
.fld-ok{width:21px;height:21px;flex:none;border-radius:50%;background:var(--brand);color:var(--on-accent);display:none;align-items:center;justify-content:center;font-size:12px;font-weight:900}
.field.ok .fld-ok{display:flex}
/* OTP card */
.lg-card .otp-hl,.lg-card .otp-sub,.lg-card .otp-resend{text-align:center}
.otp-hl{font-size:18px;font-weight:800;letter-spacing:-.02em}
.otp-sub{font-size:12.5px;color:var(--ink3);margin:5px 0 16px}
.otp{display:flex;gap:8px;justify-content:center;margin-bottom:2px}
.otp-resend{font-size:12.5px;color:var(--ink3);margin-top:14px}
.otp-resend button{background:none;border:none;color:var(--brand-deep);font-weight:800;font-size:12.5px;cursor:pointer;padding:2px}
/* PWA install: More-row share glyph + iOS Add-to-Home coach */
.mr-share{display:inline-flex;vertical-align:-3px;margin-right:2px}
.mr-share svg{width:16px;height:16px;stroke:currentColor;fill:none}
.coach-ov{position:fixed;inset:0;z-index:50;background:rgba(15,17,19,.55);display:flex;align-items:flex-end;justify-content:center;padding:16px}
@media(min-width:560px){.coach-ov{align-items:center}}
.coach{background:var(--card);border-radius:20px;padding:20px 18px;max-width:400px;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.coach-h{font-size:17px;font-weight:800;letter-spacing:-.01em}
.coach-sub{font-size:13px;color:var(--ink3);margin:5px 0 14px}
.coach-steps{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:9px;font-size:13.5px;color:var(--ink)}
.coach-steps li{line-height:1.4}
.coach-ic{display:inline-flex;vertical-align:-3px;color:var(--brand-deep)}
.coach-ic svg{width:15px;height:15px;stroke:currentColor;fill:none}
.okmark{width:58px;height:58px;border-radius:50%;background:var(--good-t);color:var(--good);display:flex;align-items:center;justify-content:center;font-size:28px}
.chips{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}
.chips::-webkit-scrollbar{display:none}
.chip{flex:none;font-size:12px;font-weight:650;border:1px solid var(--line);background:var(--card);border-radius:999px;padding:5px 12px;color:var(--ink2);white-space:nowrap}
.chip.on{background:var(--brand);border-color:var(--brand);color:var(--on-brand)}
.slab{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:9px;font-size:12px}
.slab.done{background:var(--good-t);border-color:transparent}.slab.next{border-color:var(--brand);background:var(--brand-tint)}.slab .pct{margin-left:auto;font-weight:750}
.nudge{background:var(--brand-tint);border-radius:var(--rs);padding:12px 13px;font-size:13px;font-weight:600;color:var(--ink);line-height:1.45}
.sk{background:linear-gradient(90deg,var(--panel),var(--line),var(--panel));background-size:200% 100%;animation:sh 1.2s infinite;border-radius:10px}
@keyframes sh{0%{background-position:200% 0}100%{background-position:-200% 0}}
.empty{text-align:center;color:var(--ink3);padding:34px 20px;font-size:14px}
.coming{margin:auto;text-align:center;color:var(--ink3);padding:40px 24px}
.coming b{display:block;color:var(--ink2);font-size:15px;margin-bottom:4px}
.toast{position:fixed;left:50%;bottom:108px;transform:translateX(-50%);background:var(--ink);color:var(--bg);
  padding:11px 16px;border-radius:12px;font-size:13.5px;font-weight:600;z-index:20;max-width:88%;box-shadow:0 6px 20px rgba(0,0,0,.28)}
@media (min-width:920px){.toast{bottom:28px}}

/* ---------------- order pad (Muster-Trail C1) ---------------- */
.pad{display:flex;flex:1;min-height:0;margin:0 -14px}
@media (min-width:920px){.pad{margin:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;min-height:460px}}
.rail{width:82px;flex:none;overflow-y:auto;border-right:1px solid var(--line);background:var(--panel)}
.ri{position:relative;display:flex;flex-direction:column;gap:3px;padding:9px 8px;font-size:10px;font-weight:700;color:var(--ink3);width:100%;border:none;background:none;text-align:left}
.ri.on{background:var(--card);border-left:3px solid var(--brand);padding-left:5px;color:var(--ink)}
.ri .rc{width:19px;height:19px;border-radius:6px;background:var(--line2);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:var(--ink2)}
.ri .rc svg{width:12px;height:12px;stroke:var(--ink2);stroke-width:2;fill:none}
.ri .rcnt{font-size:9px;color:var(--ink3);font-weight:600}
.ri .badge{position:absolute;right:6px;top:6px;min-width:16px;height:16px;border-radius:999px;background:var(--lime);color:#1c2208;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 3px}
.padpane{flex:1;min-width:0;display:flex;flex-direction:column}
.padsearch{margin:8px 9px 4px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:var(--card);border-radius:10px;padding:8px 11px;font-size:12.5px;color:var(--ink3)}
.padsearch input{flex:1;border:none;background:none;outline:none;font-size:12.5px;color:var(--ink);min-width:0}
.padsearch svg{width:14px;height:14px;stroke:var(--ink3);stroke-width:2;fill:none}
.padlist{flex:1;overflow-y:auto}
.prow{display:flex;align-items:center;gap:9px;padding:9px 11px;border-top:1px solid var(--line2)}
.prow.added{background:var(--brand-tint)}
.prow .pg{flex:1;min-width:0}
.prow b{font-size:12.5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prow .price{font-size:11.5px;font-weight:700;color:var(--ink)}
.prow .add{flex:none;border:1.5px solid var(--brand);color:var(--brand-deep);background:var(--card);border-radius:9px;padding:6px 13px;font-size:11px;font-weight:800}
.lastcard{margin:9px;border:1.5px solid var(--brand);border-radius:11px;background:var(--card);padding:10px 12px}
.padbar{flex:none;display:flex;align-items:center;justify-content:space-between;background:var(--accent);color:var(--on-accent);padding:11px 14px}
.padbar .rev{background:rgba(0,0,0,.16);color:var(--on-accent);border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:800;display:flex;align-items:center;gap:6px;border:none}
.padbar .rev svg{width:14px;height:14px;stroke:var(--on-accent);stroke-width:2.6;fill:none;stroke-linecap:round}

/* Contextual push opt-in (shown inline after an order is sent / on the ledger) */
.push-offer{margin-top:16px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:14px}
.push-offer .po-msg{display:flex;gap:11px;align-items:flex-start}
.push-offer .po-bell{width:34px;height:34px;flex:none;border-radius:10px;background:var(--card);
  display:flex;align-items:center;justify-content:center;color:var(--accent);box-shadow:0 1px 4px rgba(0,0,0,.06)}
.push-offer .po-bell svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.push-offer .po-msg b{font-size:14.5px}
.push-offer .po-sub{font-size:12.5px;color:var(--ink2);margin-top:2px;line-height:1.4}
.push-offer .po-act{display:flex;gap:8px;margin-top:12px}
.btn.sm{padding:8px 14px;font-size:13px;border-radius:10px;flex:1}
