* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #f6f8fb; color: #111827; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar,
body::-webkit-scrollbar { width: 0; height: 0; display: none; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; background: none; color: inherit; }
.vip-phone-app { width: min(100vw, 430px); min-height: 100vh; margin: 0 auto; background: linear-gradient(180deg, #fbfdfc 0%, #f4f7f8 100%); padding-bottom: 108px; }
.screen { padding: 18px 14px 104px; }
.topbar, .page-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 16px 8px; }
.brand { font-size: 25px; font-weight: 900; letter-spacing: 0; color: #073f2b; display: flex; align-items: center; gap: 8px; }
.vip-badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: 999px; background: #fff1d5; color: #c47a16; font-size: 18px; font-weight: 900; }
.top-actions { display: flex; align-items: center; gap: 12px; }
.icon-btn { width: 34px; height: 34px; border: 1px solid #e4ebef; border-radius: 50%; background: #fff; color: #475569; font-size: 22px; transform: rotate(-20deg); }
.vip-robot { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 35%, #f6fff9, #d9f1e5); position: relative; box-shadow: inset 0 -4px 0 rgba(0, 90, 44, .08); flex: 0 0 auto; }
.vip-robot::before { content: ""; width: 25px; height: 20px; border-radius: 9px; background: #183a32; display: block; box-shadow: 7px 0 0 -4px #62f5c5 inset, -7px 0 0 -4px #62f5c5 inset; }
.vip-robot::after { content: ""; position: absolute; top: 5px; width: 4px; height: 9px; border-radius: 4px; background: #0aa563; }
.page-top h1 { margin: 0; font-size: 20px; font-weight: 900; }
.back-btn { width: 32px; height: 32px; font-size: 42px; line-height: 26px; color: #334155; }
.hero { margin-top: 4px; padding: 26px 18px; border-radius: 22px; min-height: 190px; background: radial-gradient(circle at 82% 42%, rgba(255, 230, 157, .44), transparent 24%), radial-gradient(circle at 86% 82%, rgba(48, 190, 113, .36), transparent 26%), linear-gradient(135deg, #022d20, #064c32 58%, #032419); color: #fff; display: flex; align-items: center; justify-content: space-between; overflow: hidden; box-shadow: 0 18px 42px rgba(2, 54, 36, .28); position: relative; }
.hero h1 { margin: 0 0 10px; font-size: 31px; letter-spacing: 0; }
.hero p { margin: 0 0 22px; font-size: 16px; opacity: .92; }
.hero-agent-visual { width: 118px; height: 132px; position: relative; flex: 0 0 118px; }
.hero-agent-visual .halo { position: absolute; inset: 25px 8px 8px; border-radius: 50%; background: radial-gradient(circle, rgba(255,232,157,.45), rgba(11,125,72,.1) 58%, transparent 70%); border: 1px solid rgba(255,226,147,.35); }
.hero-agent-visual .football { position: absolute; left: 21px; top: 38px; width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 60px; background: rgba(255,255,255,.09); box-shadow: 0 12px 26px rgba(0,0,0,.2); }
.hero-agent-visual .ai-card { position: absolute; right: 0; top: 14px; padding: 8px 10px; border-radius: 10px; border: 1px solid rgba(255,225,148,.7); background: rgba(255,238,178,.18); color: #ffe6a7; font-weight: 900; transform: rotate(4deg); }
.hero-agent-visual .trend { position: absolute; right: 3px; bottom: 8px; width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.13); color: #f8d887; font-size: 30px; font-weight: 900; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.primary-btn, .wide-green { background: linear-gradient(180deg, #078544, #006b35); color: #fff; border-radius: 999px; padding: 12px 18px; font-weight: 900; box-shadow: 0 8px 16px rgba(0, 104, 53, .24); }
.primary-btn.small { padding: 9px 15px; font-size: 14px; }
.light-btn { padding: 12px 16px; border-radius: 999px; background: #fffdf8; color: #1f2937; font-weight: 800; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 12px 0 14px; }
.stat-grid div, .card, .match-card, .review-card, .member-card, .service-strip { background: rgba(255,255,255,.96); border: 1px solid #e5edf1; border-radius: 18px; box-shadow: 0 8px 22px rgba(15, 23, 42, .06); }
.stat-grid div { padding: 17px; display: flex; align-items: center; gap: 14px; min-height: 78px; }
.stat-grid div::before { content: "✓"; width: 50px; height: 50px; border-radius: 50%; background: #e9f6ee; color: #087640; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.stat-grid span { display: block; color: #64748b; font-size: 14px; }
.stat-grid strong { font-size: 23px; color: #0f172a; }
.card { padding: 17px; margin: 12px 0; }
.card h2, .section-title h2 { margin: 0 0 12px; font-size: 20px; }
.assistant-home { display: flex; gap: 14px; align-items: flex-start; }
.assistant-home p { margin: 0 0 14px; color: #334155; line-height: 1.7; }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.quick-grid.wide { grid-template-columns: repeat(3, 1fr); }
.quick-grid button { border: 1px solid #e4ebef; border-radius: 14px; background: #fff; padding: 10px; color: #0f5132; font-weight: 800; }
.section-title, .page-heading, .match-head, .match-foot, .review-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.section-title button { color: #64748b; }
.focus-row { width: 100%; margin-top: 10px; padding: 13px; border: 1px solid #e5edf1; border-radius: 14px; background: #fff; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; text-align: center; }
.focus-row > span { display: flex; flex-direction: column; align-items: center; gap: 6px; font-weight: 800; }
.focus-row > span:first-child, .focus-row > span:nth-child(3) { font-size: 25px; }
.focus-row .team-flag { width: 42px; height: 42px; }
.focus-row em { font-size: 13px; font-style: normal; color: #1f2937; }
.focus-row b { color: #0f172a; }
.focus-row small { color: #64748b; }
.focus-row i { grid-column: span 3; font-style: normal; justify-self: center; padding: 5px 12px; border-radius: 999px; background: #eef8f1; color: #087640; font-weight: 800; }
.page-heading { margin-bottom: 14px; }
.page-heading h1 { font-size: 34px; margin: 0; color: #09291d; }
.date-pill { padding: 9px 16px; border-radius: 999px; border: 1px solid #dbe7df; background: #f8fbf9; color: #123b2c; font-weight: 800; }
.filter-row { display: flex; gap: 10px; overflow: auto; padding-bottom: 5px; margin-bottom: 12px; }
.filter-row button, .segmented button { white-space: nowrap; border: 1px solid #e1e8eb; border-radius: 999px; padding: 10px 16px; background: #fff; color: #475569; font-weight: 800; }
.filter-row button.active, .segmented button.active { background: #007a3d; color: #fff; box-shadow: 0 8px 14px rgba(0,122,61,.2); }
.plan-list { display: grid; gap: 12px; }
.match-card { padding: 14px; }
.match-no { min-width: 44px; height: 44px; border-radius: 10px; background: #eaf6ee; display: flex; align-items: center; justify-content: center; color: #00703c; font-size: 21px; font-weight: 900; }
.team { display: flex; align-items: center; gap: 8px; min-width: 0; }
.team strong { font-size: 17px; white-space: nowrap; }
.team-flag { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #e3e9ed; background: #fff; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 3px 8px rgba(15,23,42,.08); flex: 0 0 auto; }
.team-flag img { width: 100%; height: 100%; object-fit: cover; }
.team-flag.emoji { font-size: 27px; line-height: 1; }
.team-flag.fallback { background: linear-gradient(180deg, #eaf6ee, #fff); color: #087640; font-weight: 900; }
.versus { color: #334155; font-weight: 900; }
.sale-pill { padding: 7px 11px; border-radius: 999px; background: #e9f6ee; color: #087640; font-weight: 900; white-space: nowrap; }
.sale-pill.warn { background: #fff3d8; color: #b66a06; }
.sale-note { margin: 12px 0 2px; padding: 9px 12px; border-radius: 10px; background: #fff5dd; color: #a45d00; font-weight: 800; }
.market-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #e5edf1; }
.market-tile { min-height: 72px; padding: 10px 8px; text-align: center; border: 1px solid #e5edf1; border-radius: 14px; background: linear-gradient(180deg, #fbfdfc, #f6faf8); display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.market-tile.wide { grid-column: span 1; }
.market-strip span { color: #475569; font-size: 12px; font-weight: 700; }
.market-strip b { color: #00703c; font-size: 17px; line-height: 1.25; }
.market-strip .locked b, .disabled-text { color: #9aa7b5; }
.risk-chip { flex: 1; padding: 10px 12px; border-radius: 12px; background: #f0f7f2; color: #0f5132; font-weight: 800; font-size: 13px; }
.match-foot { margin-top: 12px; align-items: stretch; }
.detail-hero { border-radius: 17px; padding: 17px; color: #fff; background: linear-gradient(135deg, #063d2a, #075d3b); box-shadow: 0 12px 26px rgba(4, 66, 42, .2); position: relative; }
.detail-no { font-size: 21px; font-weight: 900; }
.detail-teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin: 12px 0; }
.detail-teams span { display: flex; align-items: center; justify-content: center; gap: 9px; }
.detail-teams .team-flag { width: 54px; height: 54px; }
.detail-teams b { font-size: 24px; }
.detail-teams strong { font-size: 27px; }
.detail-hero p { margin: 0; opacity: .88; }
.detail-hero em { position: absolute; right: 16px; top: 16px; font-style: normal; padding: 6px 10px; border-radius: 9px; border: 1px solid rgba(255, 220, 126, .8); color: #ffe79f; font-weight: 900; }
.plan-table { border: 1px solid #e1e8eb; border-radius: 14px; overflow: hidden; }
.plan-row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 14px; border-bottom: 1px solid #e8eef2; }
.plan-row:last-child { border-bottom: 0; }
.plan-row strong { color: #087640; text-align: right; }
.soft-note { margin: 10px 0 0; padding: 9px 12px; border-radius: 12px; background: #f0f6f2; color: #334155; }
.odds-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.odds-box { border: 1px solid #e5edf1; background: #fff; border-radius: 13px; padding: 12px; }
.odds-box h3 { margin: 0 0 8px; color: #00703c; }
.odds-box p { margin: 0; color: #0f172a; line-height: 1.8; }
.odds-box p i { display: inline-block; width: 12px; }
.odds-box small { display: block; color: #8a5a00; margin-top: 4px; }
.odds-box.closed { background: #fff8eb; }
.plain-list { margin: 0; padding-left: 18px; line-height: 1.8; color: #334155; }
.plain-list li::marker { color: #087640; }
.group-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.group-grid div { text-align: center; border: 1px solid #e5edf1; border-radius: 12px; padding: 11px 6px; }
.group-grid span { display: block; color: #64748b; font-size: 13px; }
.group-grid strong { font-size: 20px; }
.wide-green { width: 100%; margin: 0 0 10px; font-size: 18px; }
.assistant-hero { min-height: 172px; display: flex; align-items: center; gap: 18px; padding: 22px; border-radius: 24px; background: radial-gradient(circle at 88% 50%, rgba(9, 117, 65, .14), transparent 30%), linear-gradient(135deg, #effaf4, #fff); border: 1px solid #dceee4; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.assistant-hero .vip-robot { width: 86px; height: 86px; }
.assistant-hero .vip-robot::before { width: 52px; height: 38px; border-radius: 18px; }
.assistant-hero h1 { margin: 0 0 8px; font-size: 32px; }
.assistant-hero p { margin: 0; color: #334155; }
.chat-panel { margin-top: -10px; padding: 18px; border-radius: 22px; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.05); }
.chat-list { margin: 16px 0; display: grid; gap: 14px; }
.chat-msg { display: flex; gap: 10px; align-items: flex-start; }
.chat-msg.user { justify-content: flex-end; }
.chat-msg p { max-width: 78%; margin: 0; padding: 13px 15px; border-radius: 18px 18px 18px 4px; background: #f8fafc; border: 1px solid #e8eef2; line-height: 1.7; }
.chat-msg.user p { background: #e7f5ea; color: #083b25; }
.chat-msg.user p { border-radius: 18px 18px 4px 18px; border-color: #ccebd7; }
.chat-input { display: flex; gap: 8px; border: 1px solid #dce5ea; border-radius: 17px; padding: 7px; background: #fff; position: sticky; bottom: 88px; box-shadow: 0 8px 18px rgba(15,23,42,.06); }
.chat-input input { flex: 1; border: 0; outline: 0; padding: 9px 10px; background: transparent; }
.chat-input button { padding: 10px 20px; border-radius: 999px; background: #008941; color: #fff; font-weight: 900; }
.segmented { border: 1px solid #dce7df; border-radius: 999px; padding: 3px; background: #fff; }
.segmented button { border: 0; box-shadow: none; padding: 9px 22px; }
.review-hero { padding: 20px; border-radius: 17px; background: linear-gradient(135deg, #063d2a, #075d3b); color: #fff; }
.review-hero h2 { margin: 0 0 18px; font-size: 25px; }
.review-hero div { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; color: #334155; border-radius: 14px; padding: 14px; text-align: center; }
.review-hero span { border-right: 1px solid #e5edf1; }
.review-hero span:last-child { border-right: 0; }
.review-hero strong { display: block; color: #0f172a; font-size: 25px; }
.review-card { margin-top: 12px; padding: 15px; }
.review-head b { color: #087640; font-size: 22px; }
.review-card p { border: 1px solid #e5edf1; border-radius: 12px; padding: 10px; color: #087640; }
.review-card p span { color: #334155; }
.hit-row { display: flex; gap: 8px; flex-wrap: wrap; }
.hit-row em { font-style: normal; background: #eaf6ee; color: #087640; border-radius: 999px; padding: 6px 10px; }
.ai-tip { display: flex; align-items: center; gap: 12px; margin-top: 12px; border: 1px solid #cae8d6; background: #eef9f2; border-radius: 15px; padding: 12px; }
.empty-review { text-align: center; color: #64748b; padding: 42px 18px; }
.member-card { display: flex; align-items: center; gap: 18px; padding: 24px; border-radius: 24px; }
.member-card .vip-robot { width: 78px; height: 78px; }
.member-card h1 { margin: 0 0 8px; }
.member-card h1 span { font-size: 15px; color: #b8700d; background: #fff0cf; padding: 5px 9px; border-radius: 999px; }
.member-card p { margin: 0; color: #64748b; }
.member-card b { margin-left: auto; font-size: 34px; color: #64748b; }
.benefit-hero { margin: 14px 0; border-radius: 24px; padding: 24px; color: #ffe6ae; background: radial-gradient(circle at 82% 46%, rgba(255, 218, 134, .32), transparent 28%), radial-gradient(circle at 86% 78%, rgba(255,255,255,.14), transparent 22%), linear-gradient(135deg, #053b29, #064f33); box-shadow: 0 16px 34px rgba(2,54,36,.18); position: relative; overflow: hidden; }
.benefit-hero::after { content: "VIP"; position: absolute; right: 18px; top: 24px; width: 84px; height: 84px; border-radius: 22px; border: 1px solid rgba(255, 228, 151, .58); display: flex; align-items: center; justify-content: center; color: #ffe6ae; font-size: 27px; font-weight: 900; background: rgba(255, 236, 177, .12); transform: rotate(4deg); }
.benefit-hero h2 { font-size: 33px; margin: 0 0 15px; }
.benefit-hero div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; color: #fff; }
.benefit-hero p { margin: 0; }
.menu-list { padding: 4px 16px; }
.menu-list button { width: 100%; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid #e8eef2; text-align: left; }
.menu-list button:last-child { border-bottom: 0; }
.menu-list span { width: 44px; height: 44px; border-radius: 50%; background: #eaf6ee; color: #087640; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.menu-list b { font-size: 18px; }
.menu-list em { font-style: normal; color: #64748b; }
.service-strip { display: flex; align-items: center; gap: 12px; padding: 14px; background: #eef9f2; border-color: #cae8d6; }
.service-strip div { flex: 1; }
.service-strip b { color: #087640; }
.service-strip p { margin: 4px 0 0; color: #64748b; }
.service-strip button { background: #087640; color: #fff; border-radius: 12px; padding: 11px 16px; font-weight: 900; }
.bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100vw, 430px); height: 82px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(255,255,255,.97); border-top: 1px solid #e5edf1; box-shadow: 0 -8px 24px rgba(15,23,42,.08); z-index: 10; }
.nav-item { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #64748b; font-weight: 800; }
.nav-item span { width: 30px; height: 30px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; line-height: 1; }
.nav-item em { font-style: normal; font-size: 13px; }
.nav-item.active { color: #00843f; }
.nav-item.active span { background: #e7f5ea; }
@media (max-width: 390px) {
  .screen { padding-left: 10px; padding-right: 10px; }
  .market-strip { grid-template-columns: repeat(2, 1fr); row-gap: 10px; }
  .market-tile:first-child { grid-column: span 2; }
  .team strong { font-size: 15px; }
  .quick-grid.wide { grid-template-columns: repeat(2, 1fr); }
  .benefit-hero div, .odds-grid { grid-template-columns: 1fr; }
}

/* V3.24.1 pixel polish: match the VIP reference screens more tightly. */
html, body { background: #f7f9fb; }
.vip-phone-app { max-width: 430px; background: #f7f9fb; padding-bottom: 112px; }
.screen { padding: 14px 12px 112px; }
.topbar, .page-top { padding: 15px 14px 8px; min-height: 58px; }
.brand { font-size: 27px; line-height: 1; color: #003f2a; text-shadow: 0 2px 8px rgba(0, 65, 43, .08); }
.vip-badge { height: 30px; padding: 2px 10px; font-size: 18px; border-radius: 16px; background: linear-gradient(180deg, #fff5df, #fde5b5); color: #c17a18; box-shadow: inset 0 -1px 0 rgba(178, 114, 25, .14); }
.icon-btn { border: 0; background: transparent; width: 38px; height: 38px; font-size: 0; transform: none; position: relative; }
.icon-btn::before { content: ""; position: absolute; left: 9px; top: 7px; width: 17px; height: 21px; border: 2px solid #334155; border-radius: 10px 10px 7px 7px; }
.icon-btn::after { content: ""; position: absolute; left: 15px; bottom: 6px; width: 7px; height: 2px; border-radius: 2px; background: #334155; }
.vip-robot { width: 42px; height: 42px; background: linear-gradient(180deg, #f4fff8, #dcefe6); box-shadow: 0 5px 14px rgba(0, 80, 46, .12), inset 0 -3px 0 rgba(0, 119, 65, .08); }
.vip-robot::before { width: 25px; height: 19px; border-radius: 8px; background: #123a34; box-shadow: 7px 0 0 -4px #4ff0c8 inset, -7px 0 0 -4px #4ff0c8 inset; }
.vip-robot::after { top: 4px; background: #0aa563; }
.page-heading { margin-top: 4px; margin-bottom: 14px; align-items: flex-start; }
.page-heading h1 { font-size: 37px; line-height: 1.05; color: #002f20; font-weight: 900; }
.date-pill { min-width: 116px; height: 40px; padding: 0 14px; border-radius: 22px; border-color: #d8e7df; background: rgba(255,255,255,.78); color: #164235; font-size: 17px; box-shadow: 0 5px 14px rgba(15,23,42,.04); }
.filter-row { gap: 8px; margin-bottom: 13px; }
.filter-row button { height: 40px; padding: 0 17px; border-radius: 21px; font-size: 16px; background: #fff; box-shadow: 0 4px 12px rgba(15,23,42,.04); }
.filter-row button.active { background: linear-gradient(180deg, #087843, #006938); color: #fff; box-shadow: 0 7px 14px rgba(0, 106, 56, .24); }
.hero { min-height: 151px; border-radius: 17px; padding: 27px 18px 25px; background: radial-gradient(circle at 80% 62%, rgba(246, 219, 142, .38), transparent 26%), radial-gradient(circle at 92% 34%, rgba(102, 198, 136, .2), transparent 22%), linear-gradient(135deg, #003827, #06492f 55%, #032519); }
.hero h1 { font-size: 32px; color: #fff7dc; margin-bottom: 12px; }
.hero p { font-size: 17px; color: rgba(255,255,255,.93); margin-bottom: 20px; }
.hero-actions { gap: 12px; }
.primary-btn { height: 42px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.75); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 9px 16px rgba(0, 93, 50, .25); }
.light-btn { height: 42px; padding: 0 17px; background: #fffdf8; border: 1px solid rgba(210, 174, 100, .28); box-shadow: 0 7px 14px rgba(0,0,0,.08); }
.hero-agent-visual { width: 148px; height: 132px; margin-right: -6px; }
.hero-agent-visual .halo { inset: 22px 4px 2px; border: 1px solid rgba(247, 219, 146, .28); box-shadow: 0 0 34px rgba(255, 222, 149, .16); }
.hero-agent-visual .football { left: 24px; top: 40px; width: 78px; height: 78px; font-size: 62px; background: radial-gradient(circle, rgba(255,255,255,.25), rgba(255,255,255,.03)); }
.hero-agent-visual .ai-card { right: 17px; top: 8px; font-size: 22px; transform: rotate(7deg); }
.hero-agent-visual .trend { right: 6px; bottom: 5px; }
.stat-grid { gap: 11px; margin: 10px 0 12px; }
.stat-grid div { min-height: 76px; border-radius: 16px; padding: 15px 13px; }
.stat-grid div::before { width: 52px; height: 52px; font-size: 25px; }
.stat-grid strong { font-size: 25px; }
.card, .match-card, .review-card, .member-card, .service-strip { border-radius: 18px; box-shadow: 0 9px 24px rgba(15,23,42,.055); }
.match-card { padding: 13px 12px 12px; }
.match-head { display: grid; grid-template-columns: 44px 1fr 28px 1fr auto; column-gap: 10px; align-items: center; }
.match-no { width: 44px; min-width: 44px; height: 44px; border-radius: 9px; font-size: 21px; background: #e8f5ed; }
.team { gap: 8px; justify-content: flex-start; }
.team strong { font-size: 18px; font-weight: 900; color: #0f172a; }
.team-flag { width: 38px; height: 38px; }
.versus { font-size: 17px; color: #334155; }
.sale-pill { height: 34px; padding: 0 13px; display: inline-flex; align-items: center; border-radius: 18px; font-size: 16px; }
.sale-note { margin: 11px 0 0; padding: 8px 12px; border-radius: 8px; background: linear-gradient(90deg, #fff4d9, #fff9ee); }
.market-strip { grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 12px; padding-top: 12px; border-top: 1px solid #e3e8ec; }
.market-tile { min-height: 58px; padding: 0 5px; border: 0; border-right: 1px solid #e4e9ed; border-radius: 0; background: transparent; gap: 6px; }
.market-tile:last-child { border-right: 0; }
.market-tile.wide { grid-column: span 1; }
.market-strip span { font-size: 12px; color: #1f3a35; white-space: nowrap; }
.market-strip b { font-size: 17px; font-weight: 900; color: #00713d; }
.market-strip .locked { background: #f7f8f9; border-radius: 10px; border-right: 0; }
.match-foot { margin-top: 11px; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
.risk-chip { border-radius: 12px; min-height: 42px; display: flex; align-items: center; padding: 9px 12px; background: linear-gradient(90deg, #eef8f3, #f7fbf9); font-size: 14px; }
.primary-btn.small { min-width: 96px; height: 38px; padding: 0 14px; border: 0; }
.detail-screen { padding-top: 8px; }
.detail-hero { min-height: 137px; border-radius: 15px; padding: 16px 17px; overflow: hidden; background: radial-gradient(circle at 78% 52%, rgba(242, 218, 145, .38), transparent 23%), linear-gradient(135deg, #033522, #063e2a); }
.detail-visual { position: absolute; right: 0; top: 0; width: 170px; height: 137px; opacity: .95; }
.detail-visual .football { position: absolute; right: 31px; top: 29px; font-size: 58px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.detail-visual .ai-card { position: absolute; right: 51px; top: 17px; color: #ffe3a3; border: 1px solid rgba(255,226,146,.55); padding: 5px 8px; border-radius: 8px; transform: rotate(5deg); }
.detail-visual .trend { position: absolute; right: 14px; bottom: 22px; color: #f8d58c; font-size: 28px; }
.detail-no { font-size: 19px; position: relative; z-index: 1; }
.detail-teams { width: 62%; grid-template-columns: 1fr 38px 1fr; position: relative; z-index: 1; }
.detail-teams b { font-size: 24px; color: #fff; }
.detail-teams strong { color: #fff; }
.detail-teams .team-flag { width: 44px; height: 44px; }
.detail-hero p { position: relative; z-index: 1; font-size: 15px; }
.detail-hero em { z-index: 1; background: rgba(71, 89, 41, .18); }
.plan-row { min-height: 38px; padding: 8px 14px; font-size: 17px; }
.plan-row strong { font-size: 18px; }
.odds-grid { gap: 9px; }
.odds-box { min-height: 70px; border-radius: 12px; padding: 10px 11px; }
.odds-box h3 { font-size: 17px; margin-bottom: 5px; }
.odds-box p { font-size: 14px; }
.assistant-hero { min-height: 164px; border-radius: 18px; background: radial-gradient(circle at 86% 58%, rgba(0,75,49,.12), transparent 28%), linear-gradient(135deg, #eff8f3, #ffffff); overflow: hidden; position: relative; }
.assistant-hero .vip-robot { width: 104px; height: 104px; }
.assistant-hero .vip-robot::before { width: 62px; height: 44px; border-radius: 20px; }
.assistant-hero h1 { font-size: 32px; color: #09291d; }
.assistant-ball { position: absolute; right: 22px; bottom: 18px; font-size: 78px; opacity: .12; }
.chat-panel { border-radius: 18px; margin-top: -8px; }
.quick-grid button { min-height: 42px; border-radius: 13px; font-size: 14px; }
.chat-msg p { font-size: 16px; }
.chat-input { bottom: 88px; border-radius: 18px; }
.review-hero { border-radius: 17px; min-height: 150px; background: radial-gradient(circle at 78% 48%, rgba(245, 218, 142, .36), transparent 24%), linear-gradient(135deg, #033522, #06472f); }
.review-card { border-radius: 17px; }
.member-card { min-height: 98px; border-radius: 18px; padding: 18px 18px; }
.member-card .vip-robot { width: 72px; height: 72px; }
.member-card h1 { font-size: 29px; }
.benefit-hero { min-height: 180px; border-radius: 17px; padding: 24px 20px; background: radial-gradient(circle at 78% 55%, rgba(255,222,142,.32), transparent 28%), linear-gradient(135deg, #023522, #06472f); }
.benefit-hero h2 { font-size: 34px; color: #ffe3a3; }
.benefit-hero div { width: 62%; grid-template-columns: 1fr; font-size: 17px; line-height: 1.6; }
.benefit-hero::after { right: 18px; top: 38px; width: 118px; height: 118px; border-radius: 26px; font-size: 34px; box-shadow: 0 14px 30px rgba(0,0,0,.14); }
.menu-list button { min-height: 68px; grid-template-columns: 48px 1fr auto; }
.menu-list span { width: 48px; height: 48px; font-size: 23px; }
.service-strip { border-radius: 15px; min-height: 78px; }
.bottom-nav { height: 86px; border-radius: 18px 18px 0 0; }
.nav-item span { font-size: 21px; }
.nav-item.active span { background: #008b40; color: #fff; box-shadow: 0 6px 12px rgba(0, 125, 62, .22); }
@media (max-width: 390px) {
  .market-strip { grid-template-columns: repeat(5, 1fr); }
  .market-tile:first-child { grid-column: auto; }
  .market-strip b { font-size: 14px; }
  .market-strip span { font-size: 10px; }
  .match-head { grid-template-columns: 42px 1fr 24px 1fr; row-gap: 10px; }
  .sale-pill { grid-column: 4; grid-row: 1; justify-self: end; }
  .hero-agent-visual { width: 110px; }
}

/* V3.24.3 compact typography pass: closer to the supplied VIP mockups. */
body { font-size: 14px; line-height: 1.42; }
.vip-phone-app { max-width: 430px; }
.screen { padding: 14px 13px 112px; }
.topbar, .page-top { padding: 14px 14px 7px; min-height: 56px; }
.brand { font-size: 23px; line-height: 1; }
.vip-badge { height: 26px; padding: 2px 9px; font-size: 15px; }
.icon-btn { width: 33px; height: 33px; }
.vip-robot { width: 38px; height: 38px; }
.vip-robot::before { width: 23px; height: 17px; }
.page-top h1 { font-size: 19px; }
.back-btn { font-size: 34px; }
.page-heading h1 { font-size: 31px; line-height: 1.05; }
.date-pill { min-width: 106px; height: 36px; font-size: 15px; }
.filter-row { gap: 8px; margin-bottom: 13px; }
.filter-row button { height: 36px; padding: 0 15px; font-size: 15px; }
.hero { min-height: 145px; padding: 24px 18px 22px; border-radius: 17px; }
.hero h1 { font-size: 28px; margin-bottom: 10px; }
.hero p { font-size: 15px; margin-bottom: 18px; }
.primary-btn, .light-btn { height: 38px; padding: 0 15px; font-size: 15px; }
.hero-agent-visual { width: 132px; height: 120px; }
.hero-agent-visual .football { width: 70px; height: 70px; font-size: 54px; left: 24px; top: 38px; }
.hero-agent-visual .ai-card { font-size: 18px; }
.hero-agent-visual .trend { width: 34px; height: 34px; font-size: 24px; }
.stat-grid { gap: 11px; }
.stat-grid div { min-height: 70px; padding: 13px 12px; gap: 12px; }
.stat-grid div::before { width: 46px; height: 46px; font-size: 21px; flex: 0 0 auto; }
.stat-grid span { font-size: 13px; white-space: nowrap; }
.stat-grid strong { font-size: 22px; white-space: nowrap; }
.card { padding: 15px; }
.card h2, .section-title h2 { font-size: 19px; }
.assistant-home p { font-size: 14px; }
.quick-grid button { min-height: 38px; padding: 8px 10px; font-size: 13px; }
.match-card { padding: 12px; border-radius: 17px; }
.match-head { grid-template-columns: 42px minmax(82px,1fr) 25px minmax(90px,1fr) auto; column-gap: 8px; }
.match-no { width: 42px; min-width: 42px; height: 42px; font-size: 19px; border-radius: 9px; }
.team { gap: 7px; }
.team strong { font-size: 16px; white-space: nowrap; }
.team-flag { width: 34px; height: 34px; }
.versus { font-size: 15px; }
.sale-pill { height: 31px; padding: 0 12px; font-size: 14px; }
.sale-note { font-size: 14px; padding: 7px 11px; }
.market-strip { grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 11px; padding-top: 11px; }
.market-tile { min-height: 54px; padding: 0 4px; }
.market-strip span { font-size: 11px; line-height: 1.2; }
.market-strip b { font-size: 15px; line-height: 1.22; }
.risk-chip { min-height: 39px; padding: 8px 11px; font-size: 13px; }
.primary-btn.small { min-width: 88px; height: 35px; font-size: 14px; }
.detail-screen { padding-top: 8px; }
.detail-hero { min-height: 130px; padding: 15px 16px; border-radius: 15px; }
.detail-no { font-size: 18px; }
.detail-teams { width: 72%; grid-template-columns: minmax(92px, 1fr) 34px minmax(92px, 1fr); gap: 6px; }
.detail-teams span { gap: 7px; white-space: nowrap; justify-content: flex-start; }
.detail-teams span:last-child { justify-content: flex-start; }
.detail-teams b { font-size: 20px; white-space: nowrap; writing-mode: horizontal-tb; }
.detail-teams strong { font-size: 23px; }
.detail-teams .team-flag { width: 40px; height: 40px; flex: 0 0 40px; }
.detail-hero p { font-size: 14px; }
.detail-hero em { font-size: 14px; }
.detail-visual { width: 150px; height: 130px; }
.detail-visual .football { right: 28px; top: 31px; font-size: 53px; }
.detail-visual .ai-card { font-size: 15px; }
.plan-row { min-height: 35px; padding: 8px 13px; font-size: 15px; }
.plan-row strong { font-size: 16px; }
.soft-note { font-size: 14px; }
.odds-box { min-height: 66px; padding: 9px 10px; }
.odds-box h3 { font-size: 15px; margin-bottom: 5px; }
.odds-box p { font-size: 13px; }
.plain-list { font-size: 14px; }
.group-grid span { font-size: 12px; }
.group-grid strong { font-size: 18px; }
.wide-green { height: 45px; font-size: 17px; }
.assistant-hero { min-height: 154px; padding: 20px; }
.assistant-hero .vip-robot { width: 92px; height: 92px; }
.assistant-hero .vip-robot::before { width: 55px; height: 39px; }
.assistant-hero h1 { font-size: 29px; }
.assistant-hero p { font-size: 15px; }
.assistant-ball { font-size: 68px; }
.chat-panel { padding: 16px; }
.chat-msg p { font-size: 15px; padding: 12px 14px; }
.chat-input input { font-size: 15px; }
.chat-input button { padding: 9px 18px; font-size: 15px; }
.review-hero h2 { font-size: 23px; }
.review-hero strong { font-size: 23px; }
.review-card { font-size: 14px; }
.review-head b { font-size: 20px; }
.member-card { min-height: 92px; padding: 17px; }
.member-card .vip-robot { width: 66px; height: 66px; }
.member-card h1 { font-size: 27px; }
.member-card h1 span { font-size: 14px; }
.member-card p { font-size: 15px; }
.benefit-hero { min-height: 172px; padding: 22px 20px; }
.benefit-hero h2 { font-size: 31px; }
.benefit-hero div { font-size: 16px; line-height: 1.55; }
.benefit-hero::after { width: 108px; height: 108px; font-size: 30px; }
.menu-list button { min-height: 64px; }
.menu-list span { width: 44px; height: 44px; font-size: 21px; }
.menu-list b { font-size: 17px; }
.menu-list em { font-size: 14px; }
.service-strip { min-height: 74px; }
.service-strip b { font-size: 16px; }
.service-strip p { font-size: 13px; }
.service-strip button { padding: 10px 15px; font-size: 15px; }
.bottom-nav { height: 82px; }
.nav-item span { width: 28px; height: 28px; font-size: 19px; }
.nav-item em { font-size: 12px; }
@media (max-width: 390px) {
  .page-heading h1 { font-size: 29px; }
  .brand { font-size: 22px; }
  .match-head { grid-template-columns: 40px minmax(72px,1fr) 22px minmax(78px,1fr); row-gap: 10px; }
  .sale-pill { grid-column: 4; grid-row: 1; justify-self: end; }
  .team strong { font-size: 14px; }
  .team-flag { width: 31px; height: 31px; }
  .market-strip span { font-size: 10px; }
  .market-strip b { font-size: 13px; }
  .detail-teams { width: 76%; grid-template-columns: minmax(82px,1fr) 28px minmax(82px,1fr); }
  .detail-teams b { font-size: 18px; }
  .detail-teams .team-flag { width: 36px; height: 36px; flex-basis: 36px; }
}

/* V3.25.10 production hotfix: restore one aligned VIP phone shell. */
html, body {
  width: 100%;
  overflow-x: hidden;
}
.vip-phone-app {
  width: min(100%, 430px);
  max-width: 430px;
  min-width: min(100%, 375px);
  margin: 0 auto;
  overflow-x: hidden;
  padding-bottom: calc(118px + env(safe-area-inset-bottom));
}
.screen {
  width: 100%;
  padding: 16px 24px calc(124px + env(safe-area-inset-bottom));
}
.topbar,
.page-top {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.hero,
.stat-grid,
.card,
.match-card,
.review-card,
.member-card,
.benefit-hero,
.service-strip,
.assistant-hero,
.chat-panel,
.detail-hero,
.review-hero,
.ai-tip,
.wide-green,
.plan-list,
.filter-row,
.page-heading {
  max-width: 100%;
}
.match-card,
.card,
.hero,
.detail-hero,
.assistant-hero,
.review-hero,
.member-card,
.benefit-hero,
.service-strip {
  width: 100%;
}
.bottom-nav {
  width: min(100%, 430px);
  max-width: 430px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  height: calc(86px + env(safe-area-inset-bottom));
  padding-bottom: calc(9px + env(safe-area-inset-bottom));
}
.chat-input {
  bottom: calc(96px + env(safe-area-inset-bottom));
}
.group-table {
  display: grid;
  gap: 8px;
}
.group-row {
  display: grid;
  grid-template-columns: minmax(72px, 1.15fr) repeat(4, minmax(44px, .75fr));
  align-items: center;
  gap: 6px;
  padding: 10px 9px;
  border: 1px solid #e5edf1;
  border-radius: 12px;
  background: #fbfdfc;
}
.group-row span,
.group-row strong {
  min-width: 0;
  text-align: center;
  overflow-wrap: anywhere;
}
.group-row span:first-child {
  text-align: left;
  font-weight: 900;
  color: #0f5132;
}
.group-row strong {
  color: #0f172a;
  font-size: 15px;
}
.group-head {
  background: #eef8f3;
  color: #476057;
  font-weight: 800;
}
.group-head span {
  text-align: center;
  color: #476057;
}
@media (max-width: 390px) {
  .vip-phone-app {
    min-width: 0;
  }
  .screen {
    padding-left: 16px;
    padding-right: 16px;
  }
  .topbar,
  .page-top {
    padding-left: 16px;
    padding-right: 16px;
  }
  .market-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .market-tile {
    border: 1px solid #e5edf1;
    border-radius: 12px;
    padding: 8px 6px;
  }
  .match-head {
    grid-template-columns: 40px minmax(0, 1fr) 24px minmax(0, 1fr);
  }
  .match-foot {
    grid-template-columns: 1fr;
  }
  .primary-btn.small {
    width: 100%;
  }
  .detail-teams {
    width: 100%;
  }
  .group-row {
    grid-template-columns: minmax(62px, 1fr) repeat(4, minmax(36px, .7fr));
    font-size: 12px;
  }
}

/* V3.24.4 design-image mode: use approved visual mockups as the pixel source. */
.design-mode-screen {
  position: relative;
  width: min(100vw, 430px);
  min-height: 0;
  margin: 0 auto;
  background: #f6f8fa;
  overflow-x: hidden;
  padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.design-image-mode .vip-phone-app {
  min-height: 0;
  padding-bottom: 0;
  background: #f6f8fa;
}
.design-mode-screen::-webkit-scrollbar { width: 0; height: 0; display: none; }
.design-screen-img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  clip-path: none;
  margin-bottom: 0;
}
.design-preview-tabs {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  padding: 6px;
  background: rgba(246, 248, 250, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #dde7e1;
  display: none;
}
.design-preview-tabs button {
  height: 30px;
  border-radius: 10px;
  background: #fff;
  color: #0f5132;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #dbe7df;
}
.design-nav-layer {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100vw, 430px);
  height: 92px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  z-index: 120;
  pointer-events: auto;
}
.design-bottom-nav-visible {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  height: 82px;
  margin-top: -82px;
  z-index: 95;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .98);
  border-radius: 18px 18px 0 0;
  border-top: 1px solid #e3ebef;
  box-shadow: 0 -10px 30px rgba(15, 23, 42, .14);
}
.design-bottom-nav-visible button {
  border: 0;
  background: transparent;
  color: #64748b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-weight: 800;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.design-bottom-nav-visible span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.design-bottom-nav-visible em {
  font-style: normal;
  font-size: 12px;
  line-height: 1.1;
}
.design-bottom-nav-visible .active {
  color: #00843f;
}
.design-bottom-nav-visible .active span {
  background: #00843f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 132, 63, .22);
}
.design-nav-layer button,
.design-hotspot {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.design-hotspot {
  position: absolute;
  z-index: 40;
}
.design-home .home-plan {
  left: 6.8%;
  top: 20.2%;
  width: 27%;
  height: 4.8%;
}
.design-home .home-assistant {
  left: 36.5%;
  top: 20.2%;
  width: 28%;
  height: 4.8%;
}
.design-home .home-stat-today {
  left: 3%;
  top: 27.7%;
  width: 45.5%;
  height: 8.4%;
}
.design-home .home-stat-focus {
  left: 51.5%;
  top: 27.7%;
  width: 45.5%;
  height: 8.4%;
}
.design-home .home-stat-plan {
  left: 3%;
  top: 37.8%;
  width: 45.5%;
  height: 8.4%;
}
.design-home .home-stat-review {
  left: 51.5%;
  top: 37.8%;
  width: 45.5%;
  height: 8.4%;
}
.design-home .home-q-focus {
  left: 6.8%;
  top: 60.0%;
  width: 42%;
  height: 4.4%;
}
.design-home .home-q-goals {
  left: 51.2%;
  top: 60.0%;
  width: 42%;
  height: 4.4%;
}
.design-home .home-q-not-open {
  left: 6.8%;
  top: 65.0%;
  width: 42%;
  height: 4.4%;
}
.design-home .home-q-review {
  left: 51.2%;
  top: 65.0%;
  width: 42%;
  height: 4.4%;
}
.design-home .home-focus-more {
  right: 5.6%;
  top: 71.6%;
  width: 18%;
  height: 3.4%;
}
.design-home-focus-overlay {
  position: absolute;
  left: 2.9%;
  right: 2.9%;
  top: 67.9%;
  z-index: 45;
  padding: 16px 17px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7edf0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
}
.design-focus-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.design-focus-title strong {
  font-size: 19px;
  color: #111827;
  letter-spacing: 0;
}
.design-focus-title button {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}
.design-focus-list {
  display: grid;
  gap: 8px;
}
.design-focus-match {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 74px 50px 74px 1fr;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #e2e8ee;
  border-radius: 13px;
  background: #fff;
  text-align: center;
}
.design-focus-match .team-flag {
  width: 34px;
  height: 34px;
}
.focus-team {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
}
.focus-team em {
  max-width: 72px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
  font-size: 13px;
  color: #111827;
  font-weight: 800;
}
.focus-vs {
  display: grid;
  gap: 2px;
  color: #111827;
}
.focus-vs b {
  font-size: 17px;
  line-height: 1;
}
.focus-vs small {
  color: #64748b;
  font-size: 11px;
  white-space: nowrap;
}
.focus-pills {
  display: grid;
  justify-items: start;
  gap: 6px;
}
.focus-pills i {
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef8f1;
  color: #00713d;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focus-pills i:first-child {
  background: #fbf1dc;
  color: #aa650e;
}
.design-plans .plan-card {
  left: 3.2%;
  width: 93.6%;
  height: 16.3%;
}
.design-plans .plan-date {
  right: 6.0%;
  top: 10.0%;
  width: 27%;
  height: 4.9%;
}
.design-plan-date-badge {
  position: absolute;
  right: 6.0%;
  top: 10.0%;
  z-index: 62;
  min-width: 118px;
  height: 39px;
  padding: 0 15px;
  border: 1px solid #dbe7df;
  border-radius: 999px;
  background: rgba(248, 251, 249, .98);
  color: #123b2c;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}
.design-plans .card-1 { top: 17.0%; }
.design-plans .card-2 { top: 36.5%; }
.design-plans .card-3 { top: 57.1%; }
.design-plans .card-4 { top: 76.6%; }
.design-date-panel {
  position: absolute;
  right: 6%;
  top: 15.2%;
  z-index: 70;
  width: 218px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #dce8df;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .14);
  color: #111827;
}
.design-date-panel strong {
  display: block;
  color: #00542f;
  font-size: 17px;
  line-height: 1.3;
}
.design-date-panel span {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}
.design-date-panel p {
  margin-top: 8px;
  color: #334155;
  font-size: 12px;
  line-height: 1.5;
}
.design-assistant .assistant-q {
  height: 4.4%;
}
.design-assistant .assistant-q.q1 { left: 7%; top: 32.8%; width: 27%; }
.design-assistant .assistant-q.q2 { left: 36%; top: 32.8%; width: 30%; }
.design-assistant .assistant-q.q3 { left: 68%; top: 32.8%; width: 26%; }
.design-assistant .assistant-q.q4 { left: 7%; top: 38.5%; width: 27%; }
.design-assistant .assistant-q.q5 { left: 36%; top: 38.5%; width: 28%; }
.design-assistant .assistant-q.q6 { left: 66%; top: 38.5%; width: 28%; }
.design-assistant-chat-form {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 83.5%;
  height: 5.8%;
  z-index: 65;
  display: grid;
  grid-template-columns: 1fr 86px;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #d8e2e8;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
}
.design-assistant-chat-form input {
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 12px;
  color: #111827;
  font-size: 15px;
}
.design-assistant-chat-form button {
  height: 100%;
  border: 0;
  border-radius: 999px;
  background: #008941;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}
.design-review .review-tab {
  top: 7.1%;
  height: 4.6%;
}
.design-review .review-tab.yesterday { left: 36.3%; width: 13.2%; }
.design-review .review-tab.today { left: 50.0%; width: 13.2%; }
.design-review .review-card-hot {
  left: 3%;
  width: 94%;
  height: 14.8%;
}
.design-review .review-card-hot.r1 { top: 33.0%; }
.design-review .review-card-hot.r2 { top: 50.5%; }
.design-review .review-card-hot.r3 { top: 68.0%; }
.design-review-overlay {
  position: absolute;
  left: 2.9%;
  right: 2.9%;
  top: 24.8%;
  z-index: 55;
  padding: 14px 14px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5edf1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
}
.design-review-switch {
  width: 190px;
  height: 42px;
  margin: 0 auto 12px;
  padding: 3px;
  border-radius: 999px;
  background: #f5f7f8;
  border: 1px solid #d9e5df;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.design-review-switch button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-size: 14px;
  font-weight: 900;
}
.design-review-switch button.active {
  background: #00442d;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 68, 45, .2);
}
.design-review-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
.design-review-summary span {
  min-height: 42px;
  border-radius: 13px;
  background: #f5fbf7;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 800;
}
.design-review-summary b {
  color: #00542f;
  font-size: 20px;
}
.design-review-item {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  align-items: center;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid #e2e8ee;
  background: #fff;
  margin-top: 8px;
  cursor: pointer;
}
.design-review-matchline {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 30px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}
.design-review-matchline b {
  color: #0f172a;
  font-size: 18px;
  white-space: nowrap;
}
.design-review-matchline span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}
.design-review-matchline span em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.design-review-matchline i {
  padding: 0;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  font-style: normal;
}
.design-review-item em {
  color: #64748b;
  font-style: normal;
}
.design-review-item .team-flag {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
}
.design-review-cardbody {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
.design-review-item p {
  margin: 0;
  color: #00713d;
  font-size: 13px;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.design-review-cardbody strong {
  color: #00542f;
  font-size: 19px;
  white-space: nowrap;
}
.design-review-item small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.design-review-item i {
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef8f1;
  color: #00713d;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}
.design-review-detail-panel {
  margin-top: 10px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid #bde7cd;
  background: linear-gradient(180deg, #f7fffa, #fff);
  box-shadow: 0 10px 24px rgba(0, 83, 49, .08);
  position: relative;
}
.design-review-detail-panel button {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef8f1;
  color: #006b3f;
  font-size: 18px;
  line-height: 1;
}
.design-review-detail-panel strong {
  display: block;
  padding-right: 30px;
  color: #102027;
  font-size: 16px;
  font-weight: 900;
}
.design-review-detail-panel p {
  margin: 8px 0 0;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}
.design-review-detail-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.design-review-detail-panel i {
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef8f1;
  color: #00713d;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}
.design-review-empty {
  padding: 18px 12px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}
.design-mine .mine-menu {
  left: 3%;
  width: 94%;
  height: 7.0%;
}
.design-mine .mine-menu.rights { top: 48.5%; }
.design-mine .mine-menu.expire { top: 56.0%; }
.design-mine .mine-menu.notice { top: 63.5%; }
.design-mine .mine-menu.help { top: 71.0%; }
.design-mine .mine-menu.svip { top: 78.5%; }
.design-mine .mine-service {
  left: 3%;
  top: 88.0%;
  width: 94%;
  height: 7.0%;
}
.design-detail .detail-back {
  left: 2.5%;
  top: 1.3%;
  width: 10%;
  height: 5.2%;
}
.design-detail .detail-ai {
  left: 2.5%;
  top: 88.0%;
  width: 95%;
  height: 6.0%;
}

@media (max-width: 390px) {
  .design-home-focus-overlay {
    left: 3.1%;
    right: 3.1%;
    top: 70.4%;
    padding: 13px 12px 15px;
  }
  .design-focus-title strong { font-size: 17px; }
  .design-focus-match {
    grid-template-columns: 58px 38px 58px 1fr;
    gap: 6px;
    min-height: 68px;
    padding: 8px 9px;
  }
  .design-focus-match .team-flag {
    width: 30px;
    height: 30px;
  }
  .focus-team em {
    max-width: 58px;
    font-size: 12px;
  }
  .focus-vs b { font-size: 15px; }
  .focus-vs small { font-size: 10px; }
  .focus-pills i {
    font-size: 12px;
    padding: 4px 8px;
  }
}

/* V3.24.2 font and density calibration against the reference mockups. */
body { font-size: 15px; line-height: 1.45; }
.screen { padding-left: 13px; padding-right: 13px; }
.topbar, .page-top { padding-top: 14px; }
.brand { font-size: 24px; }
.vip-badge { height: 27px; font-size: 16px; padding: 2px 9px; }
.icon-btn { width: 34px; height: 34px; }
.vip-robot { width: 38px; height: 38px; }
.vip-robot::before { width: 23px; height: 17px; }
.page-heading h1 { font-size: 32px; letter-spacing: 0; }
.date-pill { min-width: 108px; height: 36px; font-size: 15px; }
.filter-row button { height: 36px; padding: 0 15px; font-size: 15px; }
.hero { min-height: 146px; padding: 24px 18px 22px; }
.hero h1 { font-size: 29px; margin-bottom: 10px; }
.hero p { font-size: 15px; margin-bottom: 18px; }
.primary-btn, .light-btn { height: 38px; font-size: 15px; padding-left: 15px; padding-right: 15px; }
.hero-agent-visual { width: 134px; height: 120px; }
.hero-agent-visual .football { width: 70px; height: 70px; font-size: 55px; }
.hero-agent-visual .ai-card { font-size: 18px; }
.hero-agent-visual .trend { width: 34px; height: 34px; font-size: 25px; }
.stat-grid div { min-height: 70px; padding: 13px 12px; }
.stat-grid div::before { width: 46px; height: 46px; font-size: 21px; }
.stat-grid span { font-size: 13px; }
.stat-grid strong { font-size: 22px; }
.card { padding: 15px; }
.card h2, .section-title h2 { font-size: 19px; }
.assistant-home p { font-size: 14px; }
.quick-grid button { min-height: 38px; font-size: 13px; padding: 8px 10px; }
.match-card { padding: 12px; }
.match-head { grid-template-columns: 42px 1fr 26px 1fr auto; column-gap: 9px; }
.match-no { width: 42px; min-width: 42px; height: 42px; font-size: 19px; }
.team strong { font-size: 16px; }
.team-flag { width: 34px; height: 34px; }
.versus { font-size: 15px; }
.sale-pill { height: 31px; padding: 0 12px; font-size: 14px; }
.sale-note { font-size: 14px; padding: 7px 11px; }
.market-strip { margin-top: 11px; padding-top: 11px; }
.market-tile { min-height: 54px; padding: 0 4px; }
.market-strip span { font-size: 11px; line-height: 1.2; }
.market-strip b { font-size: 15px; line-height: 1.24; }
.risk-chip { min-height: 39px; font-size: 13px; padding: 8px 11px; }
.primary-btn.small { min-width: 88px; height: 35px; font-size: 14px; }
.detail-hero { min-height: 130px; padding: 15px 16px; }
.detail-no { font-size: 18px; }
.detail-teams b { font-size: 22px; }
.detail-teams strong { font-size: 24px; }
.detail-teams .team-flag { width: 42px; height: 42px; }
.detail-hero p { font-size: 14px; }
.detail-hero em { font-size: 14px; }
.plan-row { min-height: 36px; padding: 8px 13px; font-size: 15px; }
.plan-row strong { font-size: 16px; }
.soft-note { font-size: 14px; }
.odds-box h3 { font-size: 15px; }
.odds-box p { font-size: 13px; }
.plain-list { font-size: 14px; }
.group-grid span { font-size: 12px; }
.group-grid strong { font-size: 18px; }
.wide-green { height: 45px; font-size: 17px; }
.assistant-hero { min-height: 154px; padding: 20px; }
.assistant-hero .vip-robot { width: 92px; height: 92px; }
.assistant-hero .vip-robot::before { width: 55px; height: 39px; }
.assistant-hero h1 { font-size: 29px; }
.assistant-hero p { font-size: 15px; }
.assistant-ball { font-size: 68px; }
.chat-panel { padding: 16px; }
.chat-msg p { font-size: 15px; padding: 12px 14px; }
.chat-input input { font-size: 15px; }
.chat-input button { font-size: 15px; padding: 9px 18px; }
.review-hero h2 { font-size: 23px; }
.review-hero strong { font-size: 23px; }
.review-card { font-size: 14px; }
.review-head b { font-size: 20px; }
.member-card { min-height: 92px; padding: 17px; }
.member-card .vip-robot { width: 66px; height: 66px; }
.member-card h1 { font-size: 27px; }
.member-card h1 span { font-size: 14px; }
.member-card p { font-size: 15px; }
.benefit-hero { min-height: 172px; padding: 22px 20px; }
.benefit-hero h2 { font-size: 31px; }
.benefit-hero div { font-size: 16px; line-height: 1.55; }
.benefit-hero::after { width: 108px; height: 108px; font-size: 30px; }
.menu-list button { min-height: 64px; }
.menu-list span { width: 44px; height: 44px; font-size: 21px; }
.menu-list b { font-size: 17px; }
.menu-list em { font-size: 14px; }
.service-strip { min-height: 74px; }
.service-strip b { font-size: 16px; }
.service-strip p { font-size: 13px; }
.service-strip button { font-size: 15px; padding: 10px 15px; }
.bottom-nav { height: 82px; }
.nav-item span { width: 28px; height: 28px; font-size: 19px; }
.nav-item em { font-size: 12px; }
@media (max-width: 390px) {
  .page-heading h1 { font-size: 29px; }
  .brand { font-size: 22px; }
  .market-strip span { font-size: 10px; }
  .market-strip b { font-size: 13px; }
  .team strong { font-size: 14px; }
}

.stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.stat-grid div {
  min-width: 0;
  min-height: 86px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 2px;
  padding: 14px 13px;
  overflow: hidden;
}
.stat-grid div::before {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  font-size: 23px;
}
.stat-grid span {
  min-width: 0;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}
.stat-grid strong {
  min-width: 0;
  max-width: 100%;
  font-size: clamp(20px, 5.4vw, 24px);
  line-height: 1.12;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 390px) {
  .stat-grid {
    gap: 10px;
  }
  .stat-grid div {
    min-height: 84px;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 10px;
    padding: 13px 11px;
  }
  .stat-grid div::before {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  .stat-grid span {
    font-size: 13px;
  }
  .stat-grid strong {
    font-size: clamp(18px, 5vw, 22px);
  }
}
