:root {
  --navy-1000: #020817;
  --navy-950: #041126;
  --navy-900: #071b3a;
  --navy-850: #0a2349;
  --navy-800: #0e2f5e;
  --navy-700: #173f72;
  --gold: #d9a441;
  --gold-light: #f3cf86;
  --gold-pale: #fff0cc;
  --teal: #89d8cb;
  --text: #f5f7fb;
  --muted: #aebdd1;
  --line: rgba(231, 242, 255, 0.16);
  --line-gold: rgba(217, 164, 65, 0.55);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-strong: rgba(6, 27, 59, 0.82);
  --content: min(1496px, calc(100vw - 64px));
  --shadow: 0 22px 56px rgba(0, 7, 23, 0.36);
}

* { box-sizing: border-box; }
html { background: var(--navy-1000); scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: linear-gradient(180deg, #071b3a 0%, #061733 76%, #030c1e 100%);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.section-shell { width: var(--content); margin: 0 auto; }
.eyebrow { margin: 0 0 8px; color: var(--gold-light); font-size: 10px; font-weight: 780; letter-spacing: 0.16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.dark { color: #b7781e; }

/* A quiet top rail keeps the interface product-like instead of dashboard-like. */
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 0 max(32px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(230, 240, 255, 0.15);
  background: linear-gradient(180deg, rgba(4, 20, 45, 0.92), rgba(4, 20, 45, 0.55));
  backdrop-filter: blur(16px) saturate(125%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 350px; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; flex: 0 0 auto; }
.brand-lockup { display: grid; gap: 1px; }
.brand-lockup strong { color: #fff7e8; font-size: 17px; font-weight: 730; letter-spacing: 0.02em; white-space: nowrap; }
.brand-lockup small { color: #aebed0; font-size: 8px; font-weight: 700; letter-spacing: 0.2em; }
.brand-pro { padding: 4px 7px; border: 1px solid rgba(217, 164, 65, 0.68); border-radius: 5px; color: var(--gold-light); background: rgba(217, 164, 65, 0.09); font-size: 9px; font-weight: 800; line-height: 1; white-space: nowrap; }
.site-nav { display: flex; align-self: stretch; align-items: stretch; gap: 27px; }
.site-nav a { position: relative; display: inline-flex; align-items: center; color: #d5dfed; font-size: 12px; font-weight: 650; white-space: nowrap; }
.site-nav a:hover, .site-nav a.active { color: #fff7e6; }
.site-nav a.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--gold); box-shadow: 0 0 12px rgba(217, 164, 65, 0.8); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.header-search { display: block; width: 174px; }
.header-search input { width: 100%; min-height: 31px; padding: 0 11px; border: 1px solid rgba(226, 238, 255, 0.2); border-radius: 7px; outline: 0; color: #e8edf5; background: rgba(3, 16, 38, 0.38); font-size: 11px; }
.header-search input::placeholder { color: #93a7c0; }
.header-search input:focus { border-color: rgba(243, 207, 134, 0.7); box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.12); }
.header-place { color: #c7d3df; font-size: 11px; font-weight: 650; white-space: nowrap; }
.text-button, .header-cta, .gold-button, .dark-button, .line-button, .decision-button, .status-refresh, .panel-link, .pricing-grid button, .submit-button, .result-pay, .locked-evidence button { border: 0; }
.text-button { color: #dce6ef; background: transparent; font-size: 11px; white-space: nowrap; }
.header-cta, .gold-button, .submit-button { min-height: 34px; padding: 0 13px; border: 1px solid rgba(255, 231, 181, 0.52); border-radius: 7px; color: #241504; background: linear-gradient(135deg, #f5d28b, #cb8730); box-shadow: inset 0 1px 0 rgba(255,255,255,.34); font-size: 11px; font-weight: 800; white-space: nowrap; }
.header-cta:hover, .gold-button:hover, .submit-button:hover { filter: brightness(1.06); transform: translateY(-1px); }

/* The supplied mountain image stays spacious; content sits on its lower horizon. */
.hero { position: relative; min-height: 550px; overflow: hidden; background: #071b3a; isolation: isolate; }
.hero-image { position: absolute; z-index: -2; inset: 0; background: url("/assets/design/meili-control-deck-hero-v1.jpg") 50% 56% / cover no-repeat; transition: opacity 0.28s ease; }
.hero-image.changing { opacity: 0.48; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4, 19, 44, 0.83) 0%, rgba(4, 19, 44, 0.38) 50%, rgba(4, 19, 44, 0.42) 100%), linear-gradient(180deg, rgba(1, 12, 32, 0.22) 42%, rgba(4, 19, 44, 0.95) 100%); }
.hero-shell { min-height: 550px; padding-top: 112px; padding-bottom: 30px; }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 232px; align-items: start; gap: 50px; }
.hero-copy { max-width: 642px; }
.hero-copy h1 { margin: 0; color: #fff1d2; font-family: Georgia, "Songti SC", serif; font-size: clamp(46px, 4vw, 65px); font-weight: 500; letter-spacing: 0.04em; line-height: 1.1; text-shadow: 0 6px 28px rgba(0,0,0,.28); }
.hero-copy h1 em { color: #f5cc7c; font-style: normal; }
.hero-lead { margin: 13px 0 0; color: #eff4f7; font-size: 16px; font-weight: 600; letter-spacing: .05em; }
.hero-seo-copy { max-width: 550px; margin: 11px 0 0; color: #bdcad8; font-size: 12px; }
.weather-tower { padding: 14px; border: 1px solid rgba(238, 229, 207, 0.24); border-radius: 9px; background: linear-gradient(145deg, rgba(12, 40, 77, .78), rgba(5, 24, 55, .64)); box-shadow: 0 16px 30px rgba(0,8,25,.18); backdrop-filter: blur(12px); }
.tower-head { display: grid; gap: 5px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.tower-head span { color: #f5ebd8; font-size: 12px; font-weight: 800; }
.tower-head b { color: var(--gold-light); font-size: 10px; font-weight: 750; }
.hero-status-list { display: grid; gap: 0; margin-top: 9px; }
.hero-status-list div { display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 7px; min-height: 30px; border-bottom: 1px solid rgba(230,240,255,.1); }
.hero-status-list div:last-child { border-bottom: 0; }
.hero-status-list span { color: #b6c5d7; font-size: 10px; }
.hero-status-list strong { overflow: hidden; color: #edf3f8; font-size: 10px; font-weight: 650; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.status-refresh { width: 100%; min-height: 32px; margin-top: 11px; border: 1px solid rgba(243,207,134,.55); border-radius: 6px; color: #251706; background: linear-gradient(135deg, #f2cf8a, #ce8e38); font-size: 10px; font-weight: 800; }
.hero-information-row { display: grid; grid-template-columns: 1.3fr .9fr 1fr; max-width: 770px; margin-top: 21px; overflow: hidden; border: 1px solid rgba(230, 240, 255, 0.24); border-radius: 10px; background: rgba(6, 27, 59, 0.7); box-shadow: 0 20px 34px rgba(0, 8, 27, 0.18); backdrop-filter: blur(14px); }
.hero-data-card { min-height: 150px; padding: 15px; border-right: 1px solid var(--line); }
.hero-data-card:last-child { border-right: 0; }
.hero-data-card > p { margin: 0 0 10px; color: #d4deea; font-size: 10px; font-weight: 750; }
.decision-result { min-height: 106px; }
.result-loading { display: grid; min-height: 84px; place-items: center; color: #c6d5e5; font-size: 11px; text-align: center; }
.result-top { display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.result-top > div { display: grid; gap: 4px; }
.result-top > div > span { color: #aec2d8; font-size: 9px; }
.result-top > div > strong { color: #fff2d5; font-family: Georgia, "Songti SC", serif; font-size: 19px; font-weight: 600; }
.result-score { color: var(--gold-light); font-family: Georgia, "Songti SC", serif; font-size: 54px; font-weight: 500; line-height: .8; letter-spacing: -.05em; }
.result-score small { margin-left: 2px; color: #e0bd7a; font-family: inherit; font-size: 13px; letter-spacing: 0; }
.result-reference { display: grid; gap: 2px; color: var(--gold-light); text-align: right; }.result-reference b { font-size: 16px; }.result-reference small { color: #bac8d8; font-size: 9px; }
.result-summary { display: -webkit-box; overflow: hidden; margin: 8px 0; color: #d6e1eb; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.result-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }.result-facts div { min-width: 0; }.result-facts span { display: block; color: #9fb3ca; font-size: 8px; }.result-facts strong { display: block; overflow: hidden; margin-top: 2px; color: #ecf1f6; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.result-pay { width: 100%; min-height: 28px; margin-top: 9px; border-radius: 5px; color: #251807; background: linear-gradient(135deg, #f2ce86, #c98932); font-size: 9px; font-weight: 800; }
.window-preview, .viewpoint-preview { display: grid; gap: 6px; }.window-preview strong { color: var(--gold-light); font-family: Georgia, "Songti SC", serif; font-size: 22px; font-weight: 500; line-height: 1; }.viewpoint-preview strong { color: #fff1d4; font-size: 15px; }.window-preview span, .viewpoint-preview span { color: #cad8e5; font-size: 10px; }.window-preview small, .viewpoint-preview small { color: #9fb5cc; font-size: 9px; }

/* One control deck: its dividers create hierarchy without a pile of disconnected cards. */
.dashboard-section { position: relative; z-index: 2; margin-top: -1px; padding: 0 0 34px; background: linear-gradient(180deg, rgba(4, 19, 44, .98), #061730 72%, #041125); }
.control-deck { overflow: hidden; border: 1px solid rgba(226, 237, 248, 0.23); border-radius: 12px; background: linear-gradient(145deg, rgba(16, 51, 95, .94), rgba(5, 25, 57, .98)); box-shadow: var(--shadow); }
.deck-header { display: flex; align-items: end; justify-content: space-between; gap: 22px; padding: 18px 20px 0; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.01)); }
.deck-heading h2 { margin: 0 0 14px; color: #fff3dc; font-family: Georgia, "Songti SC", serif; font-size: 24px; font-weight: 500; line-height: 1.14; }
.deck-tabs { display: flex; align-items: stretch; gap: 2px; overflow-x: auto; scrollbar-width: none; }.deck-tabs::-webkit-scrollbar { display: none; }
.deck-tabs button { position: relative; min-height: 38px; padding: 0 12px; border: 0; color: #c1cfdf; background: transparent; font-size: 11px; font-weight: 750; white-space: nowrap; }.deck-tabs button:hover, .deck-tabs button.active { color: #fff1d4; }.deck-tabs button.active::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; content: ""; background: var(--gold); box-shadow: 0 0 10px rgba(217,164,65,.7); }
.deck-panes { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); }.deck-pane { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.deck-pane--forecast { order: 1; grid-column: span 7; display: grid; grid-template-columns: 1.25fr .9fr; }.deck-pane--advice { order: 2; grid-column: span 5; display: grid; grid-template-rows: 168px auto; }.deck-pane--trend { order: 3; grid-column: span 7; background: linear-gradient(180deg, rgba(7, 27, 58, 0.08), rgba(7, 27, 58, 0.88)), linear-gradient(90deg, rgba(7, 27, 58, 0.2), rgba(7, 27, 58, 0.7)), url("/assets/design/meili-control-deck-hero-v1.jpg") 50% 76% / cover no-repeat; }.deck-pane--services { order: 4; grid-column: span 5; }.deck-pane--membership { order: 5; grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 2.1fr; border-right: 0; border-bottom: 0; }
.dashboard-panel { min-width: 0; padding: 16px; background: transparent; }.deck-pane--forecast .dashboard-panel + .dashboard-panel { border-left: 1px solid var(--line); }.deck-pane--advice .dashboard-panel + .dashboard-panel { border-top: 1px solid var(--line); }
.panel-title { display: flex; align-items: start; justify-content: space-between; gap: 10px; }.panel-title span { display: block; color: #fff0d3; font-size: 12px; font-weight: 800; }.panel-title small { display: block; margin-top: 3px; color: #95abc2; font-size: 9px; }.panel-link { padding: 0; color: var(--gold-light); background: transparent; font-size: 10px; font-weight: 750; }
.factor-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 13px; border-top: 1px solid rgba(234,242,250,.12); border-bottom: 1px solid rgba(234,242,250,.12); }.factor-preview div { min-width: 0; padding: 10px 8px; border-right: 1px solid rgba(234,242,250,.12); }.factor-preview div:last-child { border-right: 0; }.factor-preview span { display: block; color: #9fb2c7; font-size: 9px; }.factor-preview strong { display: block; overflow: hidden; margin-top: 4px; color: #f5d189; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.panel-footnote { margin: 10px 0 0; color: #b9c6d5; font-size: 9px; }
.evidence-card { margin-top: 11px; }.locked-evidence, .unlocked-evidence { min-height: 108px; }.locked-evidence { display: grid; align-content: start; gap: 7px; }.locked-evidence > span { color: #abc1d6; font-size: 9px; }.locked-evidence h3 { margin: 0; color: #f7e7c8; font-size: 15px; line-height: 1.3; }.blur-metrics { display: flex; flex-wrap: wrap; gap: 4px; }.blur-metrics span { padding: 3px 5px; border: 1px solid rgba(235,241,247,.17); border-radius: 4px; color: #9db0c2; font-size: 8px; filter: blur(1.5px); }.locked-evidence button { min-height: 29px; border-radius: 5px; color: #251706; background: linear-gradient(135deg,#f2ce86,#c98932); font-size: 9px; font-weight: 800; }.locked-evidence small { color: #97aabd; font-size: 8px; }.unlocked-evidence h3 { margin: 0 0 8px; color: #f9e9ca; font-size: 15px; }.metric-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.metric-grid div { min-width: 0; padding: 7px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.metric-grid span { display: block; color: #a9b9ca; font-size: 8px; }.metric-grid strong { display: block; overflow: hidden; margin-top: 2px; color: #f1d18f; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.hourly-strip { display: grid; gap: 5px; margin-top: 8px; }.hourly-strip > span { color: #afc0d1; font-size: 9px; }.hourly-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; }.hourly-row div { padding: 5px; border-left: 2px solid rgba(217,164,65,.7); background: rgba(255,255,255,.045); }.hourly-row strong, .hourly-row small { display: block; }.hourly-row strong { color:#f4e6cd; font-size:9px; }.hourly-row small { color:#adbed0; font-size:8px; }
.week-panel { padding-bottom: 16px; }.forecast-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); margin-top: 13px; overflow: hidden; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.forecast-card { min-width: 0; min-height: 102px; padding: 10px 8px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; background: rgba(3,22,51,.16); text-align: left; transition: background .18s ease, box-shadow .18s ease; }.forecast-card:hover, .forecast-card[aria-pressed="true"] { background: rgba(54,88,130,.46); box-shadow: inset 0 -2px 0 var(--gold); }.forecast-date { display:grid; gap:2px; }.forecast-date span { color:#aab9ca; font-size:9px; }.forecast-date strong { color:#eff4f8; font-size:10px; }.confidence-pill { display:none; }.forecast-band { margin:9px 0 4px; color:var(--gold-light); font-size:12px; font-weight:800; }.forecast-summary { display:none; }.forecast-card-bottom { display:grid; gap:2px; }.forecast-card-bottom span { color:#9bb0c5; font-size:8px; }.forecast-card-bottom strong { overflow:hidden; color:#dce7ef; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.visual-panel { position: relative; overflow: hidden; padding: 0; background: #071c3c; }.visual-panel img { width:100%; height:100%; min-height:168px; object-fit:cover; }.visual-panel::after { position:absolute; inset:0; content:""; background:linear-gradient(180deg,rgba(1,11,28,.05),rgba(1,11,28,.78)); }.visual-panel-copy { position:absolute; z-index:1; right:12px; bottom:10px; left:12px; display:grid; gap:2px; }.visual-panel-copy span { color:var(--gold-light); font-size:9px; font-weight:800; }.visual-panel-copy strong { color:#fff4df; font-size:12px; }.visual-panel-copy small { color:#c5d1db; font-size:9px; }
.advice-preview p { display:-webkit-box; overflow:hidden; margin:0 0 9px; color:#e2ebf2; font-size:10px; -webkit-box-orient:vertical; -webkit-line-clamp:3; }.advice-preview > div { display:grid; grid-template-columns:64px 1fr; gap:7px; padding:8px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.advice-preview span { color:#aabbd0; font-size:9px; }.advice-preview strong { color:var(--gold-light); font-size:9px; }.method-tags { display:flex; flex-wrap:wrap; gap:4px; margin-top:8px; }.method-tags span { padding:3px 5px; border:1px solid rgba(240,207,140,.28); border-radius:4px; color:#dce6ee; font-size:8px; }.method-source { margin:8px 0 0; color:#aebdcb; font-size:8px; }.method-disclaimer { margin:5px 0 0; color:#95a6b9; font-size:8px; }
.service-prompt { padding:16px; border-bottom:1px solid var(--line); background:linear-gradient(135deg,rgba(34,61,104,.7),rgba(8,27,58,.12)); }.panel-kicker { margin:0; color:var(--gold-light); font-size:9px; font-weight:800; letter-spacing:.12em; }.service-prompt h2, .vip-panel h2 { margin:7px 0 9px; color:#f8dfa8; font-family:Georgia,"Songti SC",serif; font-size:20px; font-weight:500; line-height:1.22; }.service-mini-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:5px; margin-bottom:11px; }.service-mini-list span { color:#cdd9e5; font-size:9px; }.service-prompt .gold-button { width:100%; min-height:31px; font-size:10px; }
.service-type-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }.service-type-grid button { position:relative; display:grid; align-content:end; min-height:126px; padding:11px; overflow:hidden; border:0; border-right:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--text); background:#0b2449; text-align:left; isolation:isolate; }.service-type-grid button:nth-child(2n) { border-right:0; }.service-type-grid button::after { position:absolute; z-index:-1; inset:0; content:""; background:linear-gradient(90deg,rgba(4,22,52,.94),rgba(4,22,52,.62) 57%,rgba(4,22,52,.1)); }.service-type-grid button:hover, .service-type-grid button.active { box-shadow:inset 0 0 0 1px rgba(243,207,134,.75); }.service-type-grid img { position:absolute; z-index:-2; inset:0; width:100%; height:100%; object-fit:cover; }.service-type-grid span { display:block; margin-bottom:3px; color:var(--gold-light); font-size:9px; font-weight:800; }.service-type-grid strong { display:block; color:#fff5e3; font-size:13px; }.service-type-grid small { display:block; margin-top:2px; color:#d3deea; font-size:9px; }
.marketplace { min-height:120px; padding:13px; }.marketplace-empty { display:grid; gap:6px; }.marketplace-empty p { margin:0; color:var(--gold-light); font-size:10px; font-weight:750; }.marketplace-empty h3 { margin:0; color:#fff4e0; font-size:15px; }.marketplace-empty > span { color:#b9c7d6; font-size:10px; }.marketplace-empty > div { display:flex; flex-wrap:wrap; gap:8px; margin-top:4px; }.dark-button { min-height:31px; padding:0 11px; border:1px solid rgba(238,228,208,.35); border-radius:6px; color:#f3ede2; background:#143b62; font-size:10px; font-weight:750; }.line-button { min-height:31px; padding:0 11px; border:1px solid rgba(240,207,140,.52); border-radius:6px; color:#f3d495; background:rgba(8,31,64,.58); font-size:10px; font-weight:750; }.merchant-grid { display:grid; grid-template-columns:1fr; gap:10px; }.merchant-card { display:grid; grid-template-columns:108px 1fr; overflow:hidden; border:1px solid var(--line); border-radius:7px; background:rgba(10,38,75,.65); }.merchant-card img { width:108px; height:128px; object-fit:cover; }.merchant-card-body { min-width:0; padding:10px; }.merchant-card-head { display:flex; align-items:start; justify-content:space-between; gap:6px; }.merchant-card h3 { margin:0; color:var(--gold-pale); font-size:13px; }.assurance { color:var(--gold-light); font-size:9px; white-space:nowrap; }.merchant-card p { display:-webkit-box; overflow:hidden; margin:6px 0; color:#b8cbe0; font-size:10px; -webkit-box-orient:vertical; -webkit-line-clamp:2; }.merchant-meta { display:flex; flex-wrap:wrap; gap:5px; color:#a9bed2; font-size:9px; }.merchant-card-actions { display:flex; gap:6px; margin-top:8px; }.merchant-card-actions .dark-button { min-height:28px; padding:0 8px; font-size:9px; }.merchant-portfolio { color:var(--gold-light); font-size:10px; }
.vip-panel { padding:18px; border-right:1px solid var(--line); background:linear-gradient(145deg,rgba(39,64,104,.76),rgba(8,31,67,.24)); }.vip-panel > p:not(.panel-kicker) { margin:0 0 12px; color:#c2d0dd; font-size:10px; }.vip-panel .gold-button { width:100%; min-height:34px; font-size:10px; }.pricing-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }.pricing-grid article { position:relative; min-height:196px; padding:16px; border-right:1px solid var(--line); background:rgba(255,255,255,.018); }.pricing-grid article:last-child { border-right:0; }.pricing-grid article.featured { background:linear-gradient(145deg,rgba(119,85,35,.35),rgba(9,34,68,.08)); }.pricing-grid article > span { color:#b6c8db; font-size:10px; font-weight:700; }.pricing-grid h3 { margin:9px 0 2px; color:var(--gold-light); font-size:34px; letter-spacing:-.02em; line-height:1; }.pricing-grid h3 b { font-size:14px; vertical-align:9px; }.pricing-grid h3 + p { margin:7px 0; color:#f2f6fb; font-size:11px; font-weight:750; }.pricing-grid ul { display:grid; gap:4px; margin:10px 0 46px; padding:0; list-style:none; }.pricing-grid li { color:#c4d1de; font-size:9px; }.pricing-grid li::before { margin-right:6px; content:"·"; color:var(--gold); font-weight:900; }.pricing-grid button { position:absolute; right:16px; bottom:14px; left:16px; min-height:31px; border:1px solid rgba(232,238,246,.42); border-radius:6px; color:#f4f8fa; background:#143b62; font-size:10px; font-weight:800; }.pricing-grid .featured button { border-color:#efca83; }.recommend-tag { position:absolute; top:0; right:12px; padding:4px 7px; border-radius:0 0 4px 4px; color:#2b1c08; background:var(--gold); font-size:8px; font-weight:800; }

.merchant-section { padding:0 0 30px; background:#041125; }.merchant-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:42px; padding:24px; border:1px solid rgba(225,237,250,.16); border-radius:10px; background:linear-gradient(145deg,#0c2c54,#071a39); }.merchant-layout h2 { margin:0; color:#f0d39d; font-family:Georgia,"Songti SC",serif; font-size:30px; font-weight:500; line-height:1.2; }.merchant-model > p { margin:0; color:#c7d4e1; font-size:12px; }.merchant-points { display:flex; flex-wrap:wrap; gap:7px; margin:15px 0; }.merchant-points span { padding:5px 7px; border:1px solid rgba(240,207,140,.32); border-radius:4px; color:#e4e4d8; font-size:10px; }
footer { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:20px; padding:20px max(32px, calc((100vw - var(--content)) / 2)); color:#a9b7c7; background:#020817; font-size:11px; }.footer-brand { display:grid; gap:3px; }.footer-brand strong { color:#e9dec8; font-size:13px; }.footer-links { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }.footer-links a:hover { color:var(--gold-light); } footer > p { max-width:380px; margin:0; text-align:right; }

.modal { position:fixed; z-index:100; inset:0; display:grid; place-items:center; padding:24px; }.modal-backdrop { position:absolute; inset:0; background:rgba(2,9,23,.74); backdrop-filter:blur(8px); }.modal-card { position:relative; z-index:1; width:min(488px,100%); max-height:calc(100dvh - 48px); overflow:auto; padding:28px; border:1px solid rgba(243,207,134,.72); border-radius:12px; color:#ebf1f7; background:linear-gradient(145deg,#102e59,#071b3a); box-shadow:0 24px 70px rgba(0,0,0,.48); }.modal-close { position:absolute; top:11px; right:11px; min-height:30px; padding:0 9px; border:1px solid rgba(224,235,244,.34); border-radius:6px; color:#e2e9ef; background:rgba(255,255,255,.07); font-size:11px; font-weight:750; }.modal-card h2 { margin:0 42px 9px 0; color:#fff3dd; font-family:Georgia,"Songti SC",serif; font-size:28px; font-weight:550; line-height:1.25; }.modal-card > p { color:#c0cfdb; font-size:13px; }.payment-qr-wrap { display:grid; width:244px; height:244px; margin:20px auto 12px; place-items:center; border:1px solid rgba(243,207,134,.43); border-radius:8px; background:#fffdfa; }.payment-qr-wrap img { width:226px; height:226px; object-fit:contain; }.qr-loading { color:#6f5c37; font-size:12px; font-weight:750; }.payment-order,.payment-status { color:#d3deea; font-size:12px; text-align:center; }.recovery-code { margin-top:12px; padding:10px; border:1px solid rgba(243,207,134,.46); border-radius:6px; background:rgba(217,164,65,.12); text-align:center; }.recovery-code span { display:block; color:#f1d49d; font-size:11px; }.recovery-code strong { display:block; margin-top:3px; color:#fff0d2; font-size:13px; letter-spacing:.06em; }.form-card form { display:grid; gap:13px; margin-top:18px; }.form-card label { display:grid; gap:5px; color:#dbe5ee; font-size:12px; font-weight:750; }.form-card input,.form-card select,.form-card textarea { width:100%; min-height:39px; padding:8px 10px; border:1px solid rgba(218,229,240,.35); border-radius:6px; color:#f4f8fb; background:rgba(4,19,44,.58); font-size:13px; }.form-card textarea { min-height:82px; resize:vertical; }.field-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }.consent { grid-template-columns:17px 1fr; align-items:start; }.consent input { width:15px; min-height:15px; margin:2px 0 0; }.submit-button { min-height:43px; }.form-status { min-height:18px; margin:0; color:#f1d49d; font-size:12px; }.lead-context,.merchant-profile-note { padding:9px; border:1px solid rgba(218,229,240,.28); border-radius:6px; color:#d7e3ed; background:rgba(255,255,255,.06); font-size:11px; }.toast { position:fixed; z-index:200; right:24px; bottom:24px; max-width:min(440px,calc(100vw - 48px)); padding:11px 14px; border:1px solid rgba(239,207,140,.65); border-radius:6px; color:#f8eedc; background:#102d54; box-shadow:var(--shadow); font-size:13px; opacity:0; pointer-events:none; transform:translateY(10px); transition:opacity .2s ease,transform .2s ease; }.toast.show { opacity:1; transform:translateY(0); }

@media (max-width: 1280px) { :root { --content:min(1180px,calc(100vw - 48px)); }.brand { min-width:280px; }.site-nav { gap:17px; }.header-search { width:140px; }.hero-content { gap:28px; }.deck-pane--forecast { grid-column:span 7; }.deck-pane--advice { grid-column:span 5; }.deck-pane--trend { grid-column:span 7; }.deck-pane--services { grid-column:span 5; } }
@media (max-width: 980px) { :root { --content:calc(100vw - 36px); }.brand { min-width:210px; }.brand-lockup strong { font-size:13px; }.site-nav { gap:10px; }.site-nav a { font-size:10px; }.header-search,.header-place,.header-actions .text-button { display:none; }.deck-pane--forecast { grid-column:span 8; }.deck-pane--advice { grid-column:span 4; }.deck-pane--trend { grid-column:span 8; }.deck-pane--services { grid-column:span 4; }.deck-pane--membership { grid-template-columns:1fr; }.vip-panel { border-right:0; border-bottom:1px solid var(--line); }.pricing-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width: 760px) {
  :root { --content:calc(100vw - 28px); }
  body { font-size:14px; }
  .site-header { position:relative; min-height:57px; padding:0 14px; background:#071b3a; }.brand { min-width:0; gap:8px; }.brand-mark { width:25px; height:25px; }.brand-lockup strong { font-size:13px; }.brand-lockup small,.brand-pro,.site-nav,.header-search,.header-actions .text-button { display:none; }.header-actions { gap:0; }.header-cta { min-height:33px; padding:0 10px; font-size:10px; }
  .hero { min-height:auto; }.hero-image { background-position:60% center; }.hero-overlay { background:linear-gradient(180deg,rgba(3,18,43,.52),rgba(3,18,43,.76) 58%,rgba(3,18,43,.97)),linear-gradient(90deg,rgba(4,19,44,.18),rgba(4,19,44,.08)); }.hero-shell { min-height:auto; padding:38px 0 32px; }.hero-content { display:block; }.hero-copy { max-width:none; }.hero-copy h1 { font-size:40px; letter-spacing:.035em; }.hero-copy h1 em { display:block; }.hero-lead { margin-top:8px; font-size:12px; }.hero-seo-copy { margin-top:8px; font-size:10px; }.weather-tower { margin-top:17px; padding:11px; }.tower-head { grid-template-columns:1fr auto; align-items:center; }.hero-status-list { grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }.hero-status-list div { grid-template-columns:1fr; gap:2px; min-width:0; border-bottom:0; }.hero-status-list strong { font-size:9px; text-align:left; }.status-refresh { min-height:34px; }
  .hero-information-row { grid-template-columns:1fr 1fr; max-width:none; margin-top:9px; border-radius:9px; }.hero-data-card { min-height:113px; padding:12px; }.chance-card { grid-column:span 2; min-height:143px; border-bottom:1px solid var(--line); }.window-card { border-right:1px solid var(--line); }.viewpoint-card { border-right:0; }.hero-data-card > p { margin-bottom:8px; }.result-score { font-size:46px; }.result-top > div > strong { font-size:17px; }.result-summary { font-size:9px; }.result-pay { min-height:31px; font-size:10px; }.window-preview strong { font-size:19px; }.viewpoint-preview strong { font-size:14px; }
  .dashboard-section { padding-bottom:22px; }.control-deck { border-radius:12px; }.deck-header { display:block; padding:15px 14px 0; }.deck-heading h2 { margin-bottom:12px; font-size:21px; }.deck-tabs { margin:0 -14px; padding:0 14px; border-top:1px solid rgba(226,237,248,.09); }.deck-tabs button { flex:0 0 auto; min-height:42px; padding:0 11px; font-size:10px; }.deck-tabs button.active::after { right:11px; left:11px; }
  .deck-panes { display:block; }.deck-pane { border-right:0; border-bottom:0; }.control-deck[data-active-deck="forecast"] .deck-pane:not([data-deck-pane="forecast"]):not([data-deck-extra="forecast"]),.control-deck[data-active-deck="trend"] .deck-pane:not([data-deck-pane="trend"]),.control-deck[data-active-deck="advice"] .deck-pane:not([data-deck-pane="advice"]),.control-deck[data-active-deck="services"] .deck-pane:not([data-deck-pane="services"]),.control-deck[data-active-deck="membership"] .deck-pane:not([data-deck-pane="membership"]) { display:none; }.deck-pane--forecast { display:block; }.dashboard-panel { padding:14px; }.deck-pane--forecast .dashboard-panel + .dashboard-panel { border-top:1px solid var(--line); border-left:0; }.deck-pane--advice .dashboard-panel + .dashboard-panel { border-top:1px solid var(--line); }.factor-preview { grid-template-columns:repeat(2,minmax(0,1fr)); }.factor-preview div { border-bottom:1px solid rgba(234,242,250,.12); }.factor-preview div:nth-child(2n) { border-right:0; }.factor-preview div:last-child { grid-column:span 2; border-bottom:0; }.evidence-card { margin-top:10px; }.metric-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.visual-panel { min-height:184px; }.visual-panel img { min-height:184px; }.week-panel { overflow:hidden; }.forecast-grid { grid-template-columns:repeat(7,minmax(0,1fr)); overflow:hidden; }.forecast-card { min-height:108px; padding:8px 4px; }.forecast-date span { font-size:8px; }.forecast-date strong { font-size:9px; }.forecast-band { margin:8px 0 3px; font-size:10px; }.forecast-card-bottom span { font-size:7px; }.forecast-card-bottom strong { font-size:8px; }.advice-preview p { font-size:11px; }.method-source,.method-disclaimer { font-size:9px; }.service-type-grid { grid-template-columns:1fr 1fr; }.service-type-grid button { min-height:118px; }.marketplace { padding:14px; }.marketplace-empty > div { display:grid; grid-template-columns:1fr; }.deck-pane--membership { display:block; }.vip-panel { border-right:0; border-bottom:1px solid var(--line); }.pricing-grid { grid-template-columns:1fr; }.pricing-grid article { min-height:196px; border-right:0; border-bottom:1px solid var(--line); }.pricing-grid article:last-child { border-bottom:0; }.merchant-section { padding:0 0 24px; }.merchant-layout { grid-template-columns:1fr; gap:18px; padding:18px; border-radius:9px; }.merchant-layout h2 { font-size:28px; }.merchant-model > p { font-size:11px; }
  footer { grid-template-columns:1fr; gap:12px; padding:23px 14px 34px; }.footer-links { justify-content:flex-start; }.footer-brand span,footer > p { font-size:10px; text-align:left; }
  .modal { align-items:end; padding:0; }.modal-card { width:100%; max-height:calc(100dvh - 12px); padding:24px 17px; border-radius:12px 12px 0 0; }.modal-card h2 { font-size:25px; }.payment-qr-wrap { width:226px; height:226px; }.payment-qr-wrap img { width:210px; height:210px; }.field-row { grid-template-columns:1fr; gap:12px; }.toast { right:14px; bottom:14px; max-width:calc(100vw - 28px); }
}
/* Visitor-first marketplace: choose a service before seeing the partner onboarding path. */
.service-intro { margin:0 0 10px; color:#c8d6e2; font-size:10px; line-height:1.55; }
.service-type-grid button { cursor:pointer; }
.service-type-grid button b { display:inline-flex; width:max-content; margin-top:8px; color:#f8d998; font-size:9px; font-weight:800; letter-spacing:.03em; }
.service-type-grid button:hover b,.service-type-grid button.active b { color:#fff1cf; }
.marketplace { min-height:0; padding:0; }
.marketplace-heading { display:flex; align-items:end; justify-content:space-between; gap:12px; padding:13px 13px 11px; border-bottom:1px solid var(--line); }
.marketplace-heading p,.merchant-apply-strip p { margin:0 0 4px; color:var(--gold-light); font-size:8px; font-weight:800; letter-spacing:.1em; }
.marketplace-heading h3 { margin:0; color:#fff4e0; font-size:15px; }
.marketplace-heading small { max-width:155px; color:#aebfd0; font-size:9px; line-height:1.4; text-align:right; }
.marketplace-results { padding:13px; }
.marketplace-results .merchant-grid { gap:10px; }
.merchant-apply-strip { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:13px; padding:13px; border-top:1px solid var(--line); background:linear-gradient(90deg,rgba(32,58,99,.55),rgba(7,27,58,.1)); }
.merchant-apply-strip h3 { margin:0 0 4px; color:#f9e6bc; font-size:14px; }
.merchant-apply-strip span { display:block; max-width:310px; color:#b8c8d8; font-size:9px; line-height:1.45; }
.merchant-apply-strip .line-button { min-width:108px; }
@media (max-width:760px) {
  .marketplace-heading { align-items:start; }
  .marketplace-results { padding:14px; }
  .merchant-apply-strip { grid-template-columns:1fr; gap:11px; padding:14px; }
  .merchant-apply-strip .line-button { width:100%; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; } }
