/* Premium Mobile Home P0 — PC/Fold design scaled, no mobile-only simplification */

body.alpha-premium-mobile-home main.app{
  max-width:480px;
  padding:8px;
}

/* Card rhythm — match PC/Fold p38-invest-flow */
body.alpha-premium-mobile-home .alpha-v7-simple-first,
body.alpha-premium-mobile-home .p38-invest-flow{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:10px 0 16px;
}

body.alpha-premium-mobile-home .p38-invest-flow>.agp-shell,
body.alpha-premium-mobile-home .p38-invest-flow>.p47-fridge-home-slot,
body.alpha-premium-mobile-home .p38-invest-flow>.p43-diag-wrap,
body.alpha-premium-mobile-home .p38-invest-flow>.p40-global-watch,
body.alpha-premium-mobile-home .p38-invest-flow .ap4-school-wrap,
body.alpha-premium-mobile-home .p38-invest-flow .alpha-v7-expert-flow,
body.alpha-premium-mobile-home .p38-invest-flow .forest-lounge-zone{
  margin-bottom:0;
}

/* Lock PC/Fold card proportions on narrow viewports */
@media (max-width:480px){
  body.alpha-premium-mobile-home .p47-fridge-card{
    grid-template-columns:minmax(0,1fr) 96px;
    gap:10px;
    padding:16px 16px 14px;
    border-radius:22px;
    margin:0;
  }
  body.alpha-premium-mobile-home .p47-fridge-art{
    width:96px;
    height:96px;
  }
  body.alpha-premium-mobile-home .p47-fridge-icon--card{
    width:88px;
    height:88px;
  }
  body.alpha-premium-mobile-home .p47-fridge-score-num{
    font-size:28px;
  }
  body.alpha-premium-mobile-home .p47-fridge-title{
    font-size:18px;
  }
  body.alpha-premium-mobile-home .p47-fridge-cta{
    padding:8px 14px;
    font-size:12px;
  }
  body.alpha-premium-mobile-home .p43-diag-hero{
    padding:18px 16px 16px;
    border-radius:22px;
    margin:14px 0 12px;
  }
  body.alpha-premium-mobile-home .p43-diag-title{
    font-size:18px;
  }
  body.alpha-premium-mobile-home .p43-diag-sub{
    font-size:12px;
    margin-bottom:14px;
  }
  body.alpha-premium-mobile-home .p43-diag-search{
    flex-direction:row;
    gap:8px;
  }
  body.alpha-premium-mobile-home .p43-diag-btn{
    width:auto;
    min-width:96px;
    padding:0 18px;
    font-size:13px;
  }
  body.alpha-premium-mobile-home .p43-diag-input{
    font-size:16px;
    padding:15px 14px;
  }
  body.alpha-premium-mobile-home .agp-shell{
    border-radius:28px;
  }
  body.alpha-premium-mobile-home .agp-body{
    padding:18px 16px 16px;
  }
  body.alpha-premium-mobile-home .gold-throne-metrics{
    grid-template-columns:1fr 1fr;
  }
  body.alpha-premium-mobile-home .p38-invest-flow{
    padding:0;
  }
  body.alpha-premium-mobile-home .alpha-home-market-bar{
    padding:12px 10px;
    margin:10px 0 14px;
    border-radius:18px;
  }
  body.alpha-premium-mobile-home .alpha-header-premium{
    padding:18px 16px;
    border-radius:22px;
  }
}

@media (max-width:390px){
  body.alpha-premium-mobile-home .p47-fridge-card{
    grid-template-columns:minmax(0,1fr) 96px;
    gap:10px;
  }
  body.alpha-premium-mobile-home .p47-fridge-art{
    width:96px;
    height:96px;
  }
  body.alpha-premium-mobile-home .p47-fridge-icon--card{
    width:88px;
    height:88px;
  }
  body.alpha-premium-mobile-home .p43-diag-search{
    flex-direction:row;
  }
  body.alpha-premium-mobile-home .p43-diag-btn{
    width:auto;
  }
}

/* ── Light: premium white surfaces + glass (PC/Fold parity) ── */
html[data-theme="light"] body.alpha-premium-mobile-home,
html[data-theme="light"] body.alpha-premium-mobile-home html{
  background:#f8fafc;
  color:var(--alpha-t-body,#334155);
}

html[data-theme="light"] body.alpha-premium-mobile-home .app{
  background:linear-gradient(180deg,#eef2f7 0%,#f8fafc 48%,#ffffff 100%);
  color:var(--alpha-t-body,#334155);
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid #e2e8f0;
  box-shadow:0 8px 24px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.9);
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip{
  background:#ffffff;
  border:1px solid #e2e8f0;
  box-shadow:0 2px 8px rgba(15,23,42,.05);
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-header-premium{
  background:linear-gradient(145deg,#ffffff,#f8fafc) padding-box,linear-gradient(135deg,rgba(13,148,136,.35),rgba(37,99,235,.22)) border-box;
  box-shadow:0 8px 24px rgba(15,23,42,.08),0 0 0 1px rgba(226,232,240,.9);
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell{
  background:linear-gradient(145deg,rgba(180,83,9,.45),rgba(245,200,66,.25) 42%,rgba(13,148,136,.12));
  box-shadow:0 10px 28px rgba(15,23,42,.10),0 0 0 1px rgba(226,232,240,.8);
  animation:none;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-inner{
  background:linear-gradient(168deg,#fffbeb,#fff,#f8fafc);
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-card{
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,253,250,.94));
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(13,148,136,.24);
  box-shadow:0 12px 32px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95);
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-title{
  color:#0f172a;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-desc,
html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-status,
html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-brief{
  color:var(--alpha-t-body,#334155);
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-brief{
  background:#f8fafc;
  border-color:#e2e8f0;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-hero{
  background:#ffffff;
  border:1px solid #e2e8f0;
  box-shadow:0 12px 32px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95);
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-title{
  color:#0f172a;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-sub{
  color:var(--alpha-t-body,#334155);
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-input{
  background:#ffffff;
  color:#0f172a;
  border:1.75px solid #cbd5e1;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.04);
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-theme-bar{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid #e2e8f0;
  box-shadow:0 4px 14px rgba(15,23,42,.06);
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-bottom-nav{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.98));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-top:1px solid #e2e8f0;
  box-shadow:0 -4px 20px rgba(15,23,42,.08);
}

/* ── Dark: preserve PC/Fold glass depth on mobile ── */
html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-home-market-bar{
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-card{
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-hero{
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

/* ══════════════════════════════════════════════════════════
   Premium Mobile Home P1 — Light contrast (WCAG AA target)
   Text darker, not background brighter — outdoor readability
   ══════════════════════════════════════════════════════════ */

html[data-theme="light"] body.alpha-premium-mobile-home{
  --pmh-t-title:#0f172a;
  --pmh-t-body:#1e293b;
  --pmh-t-secondary:#334155;
  --pmh-t-meta:#475569;
  --pmh-t-placeholder:#64748b;
  --pmh-t-up:#047857;
  --pmh-t-down:#b91c1c;
  --pmh-t-flat:#475569;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* 1. Market Index */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-lbl{
  color:var(--pmh-t-body)!important;
  font-weight:900!important;
  font-size:11px!important;
  letter-spacing:.02em!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-val{
  color:var(--pmh-t-title)!important;
  font-weight:1000!important;
  font-size:15px!important;
  letter-spacing:-.03em!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-unit{
  color:var(--pmh-t-meta)!important;
  font-weight:800!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-chg{
  font-weight:1000!important;
  font-size:11px!important;
  letter-spacing:.01em!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .market-chip-chg--up{
  color:var(--pmh-t-up)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .market-chip-chg--down{
  color:var(--pmh-t-down)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .market-chip-chg--flat{
  color:var(--pmh-t-flat)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .market-chip-chg--up{
  color:#4ade80;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .market-chip-chg--down{
  color:#f87171;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .market-chip-chg--flat{
  color:#94a3b8;
}

/* 2. AI 계좌관리 */
html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-desc{
  color:var(--pmh-t-body)!important;
  font-weight:700!important;
  font-size:12px!important;
  line-height:1.5!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-health-label{
  color:var(--pmh-t-meta)!important;
  font-weight:800!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-status{
  color:var(--pmh-t-secondary)!important;
  font-weight:800!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-brief,
html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-brief p{
  color:var(--pmh-t-body)!important;
  font-weight:700!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-brief strong{
  color:var(--pmh-t-meta)!important;
  font-weight:900!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-score-unit{
  color:var(--pmh-t-meta)!important;
  font-weight:800!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-stat{
  color:var(--pmh-t-meta)!important;
  font-weight:700!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-stat strong{
  color:var(--pmh-t-body)!important;
  font-weight:900!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-kicker{
  color:#0f766e!important;
  font-weight:900!important;
}

/* 3. AI 종목 진단 */
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-sub{
  color:var(--pmh-t-body)!important;
  font-weight:700!important;
  font-size:12px!important;
  line-height:1.55!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-badge{
  color:#3730a3!important;
  background:rgba(79,70,229,.12)!important;
  border-color:rgba(67,56,202,.35)!important;
  font-weight:900!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-input{
  color:var(--pmh-t-title)!important;
  font-weight:700!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-input::placeholder{
  color:var(--pmh-t-placeholder)!important;
  font-weight:600!important;
  opacity:1!important;
}

/* 4. Light theme — global Home text lift on mobile */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-top-disclaimer{
  color:var(--pmh-t-meta);
  font-weight:700;
}

html[data-theme="light"] body.alpha-premium-mobile-home .top-mini{
  color:var(--pmh-t-meta);
  font-weight:900;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-brand-title{
  color:var(--pmh-t-title);
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-brand-sub{
  color:var(--pmh-t-secondary);
  font-weight:900;
}

html[data-theme="light"] body.alpha-premium-mobile-home .clock{
  color:#0f766e;
  font-weight:1000;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-theme-bar-label{
  color:var(--pmh-t-title);
  font-weight:900;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-theme-beta{
  color:var(--pmh-t-meta);
  font-weight:800;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-tab{
  color:var(--pmh-t-meta);
  font-weight:800;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-tab.active{
  color:#0f766e;
  font-weight:900;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-name,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-price{
  color:var(--pmh-t-title);
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-code,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-chart-title,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-score-lbl,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-tick{
  color:var(--pmh-t-meta);
  font-weight:800;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer-body p,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-flow-summary{
  color:var(--pmh-t-body);
  font-weight:700;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-footer-disclaimer,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-footer-copy{
  color:var(--pmh-t-meta);
  font-weight:600;
}

/* ══════════════════════════════════════════════════════════
   Premium Mobile Home P2 — Light/Dark unified + clear borders
   ══════════════════════════════════════════════════════════ */

html[data-theme="light"] body.alpha-premium-mobile-home{
  --pmh2-page:#f6f8fb;
  --pmh2-card:#ffffff;
  --pmh2-border:#e5e7eb;
  --pmh2-border-strong:#e2e8f0;
  --pmh2-border-interactive:#14b8a6;
  --pmh2-shadow:0 4px 16px rgba(15,23,42,.06);
  --pmh2-radius:16px;
  --pmh-t-title:#0f172a;
  --pmh-t-body:#334155;
  --pmh-t-secondary:#475569;
  --pmh-t-meta:#64748b;
  --pmh-t-placeholder:#64748b;
  --pmh-t-up:#16a34a;
  --pmh-t-down:#dc2626;
  --pmh-t-flat:#64748b;
}

html[data-theme="dark"] body.alpha-premium-mobile-home{
  --pmh2-page:#0b0f14;
  --pmh2-card:#121826;
  --pmh2-border:#233043;
  --pmh2-border-strong:#2a3b54;
  --pmh2-border-interactive:#14b8a6;
  --pmh2-shadow:0 4px 16px rgba(0,0,0,.4);
  --pmh2-radius:16px;
  --pmh-t-title:#f1f5f9;
  --pmh-t-body:#e2e8f0;
  --pmh-t-secondary:#cbd5e1;
  --pmh-t-meta:#94a3b8;
  --pmh-t-placeholder:#94a3b8;
  --pmh-t-up:#22c55e;
  --pmh-t-down:#ef4444;
  --pmh-t-flat:#94a3b8;
}

/* ── Page + app shell ── */
html[data-theme="light"] body.alpha-premium-mobile-home,
html[data-theme="light"] body.alpha-premium-mobile-home html{
  background:var(--pmh2-page)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .app{
  background:var(--pmh2-page)!important;
  color:var(--pmh-t-title)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home,
html[data-theme="dark"] body.alpha-premium-mobile-home html{
  background:var(--pmh2-page)!important;
  color:var(--pmh-t-title)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .app{
  background:var(--pmh2-page)!important;
  color:var(--pmh-t-title)!important;
}

/* ── Header ── */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-header-premium{
  background:linear-gradient(90deg,#eaf3ff,#f5fbff)!important;
  border:1px solid #d6e4ff!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-brand-title{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-brand-sub{
  color:#64748b!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-header-premium{
  background:linear-gradient(90deg,#0f1622,#111a2a)!important;
  border:1px solid #1e2a40!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-brand-title{
  color:#f1f5f9!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-brand-sub{
  color:#94a3b8!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .clock{
  color:#2dd4bf!important;
}

/* ── Market index — 2px border ── */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip{
  background:var(--pmh2-card)!important;
  border:2px solid var(--pmh2-border-strong)!important;
  box-shadow:none!important;
  border-radius:12px!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-lbl{
  color:#334155!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-home-market-bar{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
  backdrop-filter:none!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip{
  background:#161c26!important;
  border:2px solid var(--pmh2-border-strong)!important;
  box-shadow:none!important;
  border-radius:12px!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-lbl{
  color:#cbd5e1!important;
  font-weight:900!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-val{
  color:#f1f5f9!important;
  font-weight:1000!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-home-market-bar .market-chip-unit{
  color:#94a3b8!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .market-chip-chg--up{
  color:var(--pmh-t-up)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .market-chip-chg--down{
  color:var(--pmh-t-down)!important;
}

/* ── Theme bar — interactive 2px ── */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-theme-bar{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-theme-btn{
  border:2px solid var(--pmh2-border-strong)!important;
  background:#fff!important;
  color:#475569!important;
  font-weight:900!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-theme-btn.active{
  border:2px solid var(--pmh2-border-interactive)!important;
  background:rgba(20,184,166,.08)!important;
  color:#0f766e!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-theme-bar{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-theme-bar-label{
  color:#f1f5f9!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-theme-btn{
  border:2px solid var(--pmh2-border-strong)!important;
  background:#161c26!important;
  color:#94a3b8!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-theme-btn.active{
  border:2px solid var(--pmh2-border-interactive)!important;
  background:rgba(20,184,166,.12)!important;
  color:#2dd4bf!important;
}

/* ── GOLD card ── */
html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell{
  border-radius:var(--pmh2-radius)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border:1px solid #fde68a!important;
  background:linear-gradient(145deg,#fffbeb,#ffffff)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-inner{
  background:var(--pmh2-card)!important;
  border-radius:15px!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-shell{
  border-radius:var(--pmh2-radius)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border:1px solid #854d0e!important;
  background:linear-gradient(145deg,#1c1408,#121826)!important;
  animation:none!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-inner{
  background:#161c26!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-name,
html[data-theme="dark"] body.alpha-premium-mobile-home .agp-price{
  color:#f1f5f9!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-code,
html[data-theme="dark"] body.alpha-premium-mobile-home .agp-chart-title{
  color:#94a3b8!important;
}

/* ── AI 계좌관리 — 1px card + 2px CTA ── */
html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-card{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-brief{
  background:#f8fafc!important;
  border:1px solid var(--pmh2-border)!important;
  border-radius:12px!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-cta{
  border:2px solid var(--pmh2-border-interactive)!important;
  background:#fff!important;
  color:#0f766e!important;
  font-weight:900!important;
  box-shadow:var(--pmh2-shadow)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-card{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
  backdrop-filter:none!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-title{
  color:#f1f5f9!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-desc,
html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-status,
html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-brief{
  color:#cbd5e1!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-brief{
  background:#161c26!important;
  border:1px solid var(--pmh2-border)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-kicker{
  color:#2dd4bf!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-score-num{
  color:#2dd4bf!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-fridge-cta{
  border:2px solid var(--pmh2-border-interactive)!important;
  background:rgba(20,184,166,.12)!important;
  color:#5eead4!important;
}

/* ── AI 종목 진단 — 1px card, 2px input ── */
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-hero{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-input{
  border:2px solid #cbd5e1!important;
  border-radius:12px!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-input:focus{
  border-color:#6366f1!important;
  box-shadow:0 0 0 3px rgba(99,102,241,.15)!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-btn{
  box-shadow:0 4px 14px rgba(79,70,229,.28)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-hero{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
  backdrop-filter:none!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-title{
  color:#f1f5f9!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-sub{
  color:#cbd5e1!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-badge{
  color:#a5b4fc!important;
  background:rgba(99,102,241,.15)!important;
  border:1px solid #4338ca!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-input{
  background:#0e1117!important;
  color:#f1f5f9!important;
  border:2px solid var(--pmh2-border-strong)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p43-diag-input::placeholder{
  color:#94a3b8!important;
}

/* ── Lounge / School / MY / Footer cards ── */
html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-zone,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-card,
html[data-theme="light"] body.alpha-premium-mobile-home .p38-my-shell,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-global-watch,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .forest-lounge-zone,
html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-school-card,
html[data-theme="dark"] body.alpha-premium-mobile-home .p38-my-shell,
html[data-theme="dark"] body.alpha-premium-mobile-home .p40-global-watch,
html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
  border-radius:var(--pmh2-radius)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .forest-lounge-hero h2,
html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-school-title,
html[data-theme="dark"] body.alpha-premium-mobile-home .p38-my-heading{
  color:#f1f5f9!important;
}

/* ── Bottom nav ── */
html[data-theme="light"] body.alpha-premium-mobile-home .p47-bottom-nav{
  background:var(--pmh2-card)!important;
  border-top:1px solid var(--pmh2-border)!important;
  box-shadow:0 -4px 16px rgba(15,23,42,.06)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-bottom-nav{
  background:#121826!important;
  border-top:1px solid var(--pmh2-border)!important;
  box-shadow:0 -4px 16px rgba(0,0,0,.4)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-tab{
  color:#94a3b8!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p47-tab.active{
  color:#2dd4bf!important;
}

/* ── Hub cards (expert) ── */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-hub-card{
  border-radius:var(--pmh2-radius)!important;
  box-shadow:var(--pmh2-shadow)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v2-hub{
  background:var(--pmh2-card)!important;
  border:1px solid var(--pmh2-border)!important;
  box-shadow:var(--pmh2-shadow)!important;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-hub-card--market,
html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-hub-card--stats{
  background:#161c26!important;
  border:1px solid var(--pmh2-border)!important;
}

/* ══════════════════════════════════════════════════════════
   P0.2 — Light Home dark-island kill (premium mobile only)
   Unscoped inline dark CSS → solid light surfaces + readable text
   No parent opacity / no backdrop-filter veil on info cards
   ══════════════════════════════════════════════════════════ */

html[data-theme="light"] body.alpha-premium-mobile-home .agp-inner{
  background:#ffffff!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero{
  box-shadow:var(--pmh2-shadow)!important;
  animation:none!important;
  opacity:1!important;
  filter:none!important;
}

/* GOLD hero — inner boxes */
html[data-theme="light"] body.alpha-premium-mobile-home .ap3-gold-official{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap3-gold-brand{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap3-gold-date,
html[data-theme="light"] body.alpha-premium-mobile-home .p31-go-subtitle{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p31-go-desc-compact,
html[data-theme="light"] body.alpha-premium-mobile-home .p31-go-desc-compact p{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric.success,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric.er{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric.success{
  border-color:#bbf7d0!important;
  background:#f0fdf4!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric.er{
  border-color:#fde68a!important;
  background:#fffbeb!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric-lbl{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric-val{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-metric-val.gold{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-head{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.vol,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.flow,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.news,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.mom,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.er{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.vol{
  border-color:#bbf7d0!important;
  background:#f0fdf4!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.flow{
  border-color:#ddd6fe!important;
  background:#f5f3ff!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.news{
  border-color:#bae6fd!important;
  background:#f0f9ff!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.mom{
  border-color:#fecaca!important;
  background:#fef2f2!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-card.er{
  border-color:#fde68a!important;
  background:#fffbeb!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-title{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-reason-sub{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap3-gold-usage-tip{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap3-gold-usage-tip p{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-score-row{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-interest,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-chg{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-chg.down{
  color:#b91c1c!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-kicker{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-kicker-crown{
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer-title{
  color:#6d28d9!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer-body p{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer-note{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer-why summary,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-explainer-why li{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-headline{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-title,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-item-score{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-item-hd{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-item-text{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-item{
  border-bottom-color:#e2e8f0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-verdict{
  background:#f0fdf4!important;
  border:1px solid #bbf7d0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-verdict-title{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-reason-verdict-text{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-flow-summary{
  background:#f0fdfa!important;
  border:1px solid #99f6e4!important;
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home #agp-chart{
  background:#f1f5f9!important;
  border:1px solid #e2e8f0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alab-dna,
html[data-theme="light"] body.alpha-premium-mobile-home .alab-digest,
html[data-theme="light"] body.alpha-premium-mobile-home .alab-smart-bot{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alab-dna-title,
html[data-theme="light"] body.alpha-premium-mobile-home .alab-digest-title,
html[data-theme="light"] body.alpha-premium-mobile-home .alab-smart-bot-title{
  color:#6d28d9!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alab-dna-lbl,
html[data-theme="light"] body.alpha-premium-mobile-home .alab-digest ul,
html[data-theme="light"] body.alpha-premium-mobile-home .alab-smart-bot-item{
  color:#334155!important;
  background:#f8fafc!important;
  border-color:#e2e8f0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alab-smart-bot-item{
  background:#f8fafc!important;
}

/* AI 계좌관리 — inner surfaces */
html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-card{
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-score-num{
  color:#0f766e!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-fridge-title{
  color:#0f172a!important;
}

/* 종목 진단 — hero + injected report */
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-hero{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-report,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-block,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-advisor-hero,
html[data-theme="light"] body.alpha-premium-mobile-home .p44-expert-panel,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-final,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-news,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-gold-card{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-block-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p44-expert-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-stock b{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-suggest{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-suggest-name{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-price-val,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-trend-val,
html[data-theme="light"] body.alpha-premium-mobile-home .p43-diag-metric-val{
  color:#0f172a!important;
}

/* 글로벌 AI 감시 — inner cols */
html[data-theme="light"] body.alpha-premium-mobile-home .p40-global-watch,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero{
  backdrop-filter:none!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-col,
html[data-theme="light"] body.alpha-premium-mobile-home .p425-gw-premium .p40-gw-col,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-col-us{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-col-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-symbol,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-pick-name,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-pick-name{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-sub,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-sub{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill{
  background:#f1f5f9!important;
  border:1px solid #e2e8f0!important;
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-score-num{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-status{
  color:#334155!important;
}

/* AI 투자학교 */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-card,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-card.alpha-fi-school{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-kicker{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-title{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-sub,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-q{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-school-cta{
  color:#0d9488!important;
}

/* 전문가 분석 펼침 */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-expert-flow{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:var(--pmh2-shadow)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-panel{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-panel>summary{
  color:#0d9488!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-row{
  color:#475569!important;
  border-top-color:#e2e8f0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-row b{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-link{
  background:#f0fdfa!important;
  border:1px solid #99f6e4!important;
  color:#0d9488!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home.alpha-v7-expert-on .alpha-v7-expert-cta{
  background:#f1f5f9!important;
  border:1px solid #e2e8f0!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home.alpha-v7-expert-on .alpha-v7-expert-cta-title{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-expert-cta-icon{
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-hub-card,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-hub-teaser--auto,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-hub-teaser--news,
html[data-theme="light"] body.alpha-premium-mobile-home .home-perf-card{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  color:#334155!important;
}

/* 라운지 / 명당 / 에너지 */
html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-zone{
  background:linear-gradient(165deg,#ecfdf5,#f8fafc)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-zone::before,
html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-zone::after{
  opacity:0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-card,
html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-card.luck,
html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-card.energy{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-card.luck{
  border-color:#bbf7d0!important;
  background:#f0fdf4!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-card.energy{
  border-color:#99f6e4!important;
  background:#f0fdfa!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-card-name{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-card-sub,
html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-foot{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-hero h2,
html[data-theme="light"] body.alpha-premium-mobile-home .forest-hero-title{
  color:#065f46!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .forest-lounge-hero p,
html[data-theme="light"] body.alpha-premium-mobile-home .forest-hero-sub{
  color:#047857!important;
}

/* MY section + bottom nav veil kill */
html[data-theme="light"] body.alpha-premium-mobile-home .p38-my-shell{
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p38-my-heading{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p38-my-notice{
  background:#f0fdfa!important;
  border:1px solid #99f6e4!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p47-bottom-nav{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
}

/* ══════════════════════════════════════════════════════════
   P0.3 — Light GOLD Hero veil kill (scoped to ap2-gold-hero)
   Higher specificity than alpha_p2.css !important dark glass
   ══════════════════════════════════════════════════════════ */

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero{
  border:1px solid #fde68a!important;
  box-shadow:0 4px 14px rgba(15,23,42,.06),0 0 0 1px rgba(253,230,138,.35)!important;
  animation:none!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-inner{
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  box-shadow:none!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-metric.success{
  background:#ecfdf5!important;
  border:1px solid #bbf7d0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-metric.er{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-metric-lbl{
  color:#334155!important;
  font-weight:900!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-metric.success .ap2-metric-val{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-metric.er .ap2-metric-val,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-metric.er .ap2-metric-val.gold{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-head{
  color:#b45309!important;
  font-weight:1000!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-card{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-card.vol{
  background:#ecfdf5!important;
  border-color:#bbf7d0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-card.flow{
  background:#f5f3ff!important;
  border-color:#ddd6fe!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-card.news{
  background:#f0f9ff!important;
  border-color:#bae6fd!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-card.mom{
  background:#fef2f2!important;
  border-color:#fecaca!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-card.er{
  background:#fffbeb!important;
  border-color:#fde68a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-title{
  color:#0f172a!important;
  font-weight:1000!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap2-reason-sub{
  color:#334155!important;
  font-weight:700!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason{
  background:linear-gradient(180deg,#fffbeb 0%,#fef3c7 100%)!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-headline{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-title,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-item-score{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-item-hd{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-item-text,
html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-verdict-text{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-item-score span{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-item{
  border-bottom-color:#fde68a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-verdict{
  background:#ecfdf5!important;
  border:1px solid #bbf7d0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-verdict-title{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-reason-ssot{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-score-row{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 1px 3px rgba(15,23,42,.04)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-score-lbl{
  color:#334155!important;
  font-weight:900!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-ring-num{
  color:#b45309!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-ring-num span{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-interest{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-interest-pill{
  background:#ecfdf5!important;
  border:1px solid #bbf7d0!important;
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .p31-go-judgment{
  background:#ecfdf5!important;
  border:1px solid #bbf7d0!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .p31-go-judgment-lbl{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .p31-go-judgment-badge{
  color:#047857!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .p31-go-judgment-hint{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .ap3-er-hint{
  color:#475569!important;
}

/* ══════════════════════════════════════════════════════════
   P0.4 Phase 1 — AGP dark base (externalized from app.py v3)
   Unscoped dark → html[data-theme="dark"] body.alpha-premium-mobile-home
   Layout-neutral → body.alpha-premium-mobile-home
   ══════════════════════════════════════════════════════════ */

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-shell{
  position:relative;border-radius:28px;padding:1px;
  background:linear-gradient(145deg,rgba(245,200,66,.55),rgba(245,200,66,.12) 42%,rgba(94,234,212,.14));
  box-shadow:0 20px 56px rgba(0,0,0,.5),0 0 44px rgba(245,200,66,.14);
  animation:agpShellGlow 5s ease-in-out infinite;
}

@keyframes agpShellGlow{
  0%,100%{box-shadow:0 20px 56px rgba(0,0,0,.5),0 0 36px rgba(245,200,66,.10);}
  50%{box-shadow:0 20px 56px rgba(0,0,0,.5),0 0 52px rgba(245,200,66,.18);}
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-inner{border-radius:27px;background:linear-gradient(168deg,rgba(14,12,8,.96),rgba(8,10,18,.98) 40%,rgba(6,8,14,.99));overflow:hidden;}

body.alpha-premium-mobile-home .agp-body{position:relative;padding:18px 16px 16px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-kicker{font-size:11px;font-weight:800;color:rgba(245,200,66,.92);letter-spacing:.4px;display:flex;align-items:center;gap:6px;margin-bottom:6px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-kicker-crown{filter:drop-shadow(0 0 8px rgba(245,200,66,.45));}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-hero-interest{
  display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;
  padding:6px 12px;border-radius:999px;
  font-size:13px;font-weight:900;color:#86efac;
  background:rgba(74,222,128,.14);border:1px solid rgba(74,222,128,.38);
  box-shadow:0 0 16px rgba(74,222,128,.12);
}

body.alpha-premium-mobile-home .agp-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-live{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 10px rgba(74,222,128,.8);animation:agpBlink 2s ease-in-out infinite;}

@keyframes agpBlink{0%,100%{opacity:1}50%{opacity:.35}}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-name{font-size:clamp(22px,6vw,26px);font-weight:900;letter-spacing:-.5px;line-height:1.12;color:#fff;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-code{margin-top:4px;font-size:12px;font-weight:700;color:#94a3b8;}

body.alpha-premium-mobile-home .agp-price-block{text-align:right;flex-shrink:0;min-width:38%}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-price{font-size:clamp(28px,7.5vw,34px);font-weight:900;letter-spacing:-.6px;font-variant-numeric:tabular-nums;color:#fff;line-height:1.05;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-price-unit{font-size:14px;font-weight:800;color:#94a3b8;margin-left:2px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-chg{margin-top:4px;font-size:15px;font-weight:900;color:#4ade80;}

body.alpha-premium-mobile-home .agp-chg.down{color:#f87171;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-score-row{display:flex;align-items:center;gap:14px;margin:10px 0 14px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);}

body.alpha-premium-mobile-home .agp-ring{position:relative;width:80px;height:80px;flex:0 0 80px;}

body.alpha-premium-mobile-home .agp-ring svg{transform:rotate(-90deg);width:80px;height:80px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-ring-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:26px;font-weight:900;color:#f5c842;line-height:1;text-shadow:0 0 12px rgba(245,200,66,.25);}

body.alpha-premium-mobile-home .agp-ring-num span{font-size:9px;font-weight:700;color:#64748b;margin-top:2px}

body.alpha-premium-mobile-home .agp-score-meta{flex:1;min-width:0}

body.alpha-premium-mobile-home .agp-score-lbl{font-size:10px;font-weight:800;color:#64748b;letter-spacing:.35px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-interest{margin-top:4px;font-size:18px;font-weight:900;color:#4ade80;line-height:1.2;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-interest-pill{display:inline-block;margin-top:8px;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:800;color:#86efac;background:rgba(74,222,128,.12);border:1px solid rgba(74,222,128,.32);}

body.alpha-premium-mobile-home .agp-tick{font-size:10px;color:#64748b;margin-top:6px;font-weight:600}

body.alpha-premium-mobile-home .agp-chart-wrap{margin:6px 0 10px}

body.alpha-premium-mobile-home .agp-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-chart-title{font-size:11px;font-weight:800;color:#94a3b8}

body.alpha-premium-mobile-home .agp-chart-live{font-size:10px;font-weight:800;color:#5eead4}

html[data-theme="dark"] body.alpha-premium-mobile-home #agp-chart{height:min(48vh,320px);min-height:260px;max-height:320px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.32);touch-action:pan-x pinch-zoom;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow-summary{
  margin:10px 0;padding:11px 12px;border-radius:14px;
  background:rgba(94,234,212,.06);border:1px solid rgba(94,234,212,.18);
  font-size:12px;font-weight:800;color:#cbd5e1;line-height:1.5;text-align:center;
}

body.alpha-premium-mobile-home .agp-flow-summary b{color:#5eead4;font-weight:900;margin-right:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-explainer{
  margin:10px 0 12px;padding:14px 14px 12px;border-radius:16px;
  background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.22);
}

body.alpha-premium-mobile-home .agp-explainer-title{font-size:13px;font-weight:900;color:#e9d5ff;margin-bottom:10px;line-height:1.3;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-explainer-body p{margin:0 0 10px;font-size:13px;font-weight:700;color:#e2e8f0;line-height:1.65;}

body.alpha-premium-mobile-home .agp-explainer-body p:last-of-type{margin-bottom:8px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-explainer-note{font-size:11px !important;font-weight:600 !important;color:#94a3b8 !important;margin-top:4px !important;}

body.alpha-premium-mobile-home .agp-explainer-why{margin-top:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-explainer-why summary{font-size:12px;font-weight:900;color:#94a3b8;cursor:pointer;list-style:none;padding:6px 0;}

body.alpha-premium-mobile-home .agp-explainer-why summary::-webkit-details-marker{display:none}

body.alpha-premium-mobile-home .agp-explainer-why ul{margin:8px 0 0;padding:0 0 0 16px;list-style:none;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-explainer-why li{font-size:12px;font-weight:700;color:#cbd5e1;line-height:1.55;padding:3px 0;}

body.alpha-premium-mobile-home .agp-explainer-why li::before{content:"• ";color:#a78bfa;font-weight:900;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason{
  margin:12px 0 14px;padding:16px 14px 14px;border-radius:18px;
  background:linear-gradient(160deg,rgba(245,200,66,.10),rgba(245,200,66,.03));
  border:1.5px solid rgba(245,200,66,.28);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-headline{font-size:12px;font-weight:800;color:#f5c842;margin-bottom:6px;line-height:1.35;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-title{font-size:15px;font-weight:900;color:#fff;margin-bottom:14px;line-height:1.3;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-item{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);}

body.alpha-premium-mobile-home .agp-reason-item:last-of-type{border-bottom:0;padding-bottom:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-item-hd{font-size:13px;font-weight:900;color:#f5c842;line-height:1.3;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-item-score{font-size:22px;font-weight:900;color:#fff;margin:4px 0 6px;line-height:1.1;font-variant-numeric:tabular-nums;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-item-score span{font-size:12px;font-weight:800;color:#94a3b8;margin-left:2px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-item-text{font-size:12px;font-weight:700;color:#cbd5e1;line-height:1.55;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-verdict{
  margin-top:14px;padding:14px 12px;border-radius:14px;
  background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.22);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-verdict-title{font-size:12px;font-weight:900;color:#4ade80;margin-bottom:6px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-reason-verdict-text{font-size:13px;font-weight:800;color:#e2e8f0;line-height:1.55;}

body.alpha-premium-mobile-home .agp-reason-ssot{margin-top:8px;font-size:10px;font-weight:600;color:#64748b;line-height:1.45;}

body.alpha-premium-mobile-home .p40p1-company-compact .agp-company-title{font-size:16px;margin-bottom:2px;}

body.alpha-premium-mobile-home .p40p1-company-compact .agp-company-code{font-size:11px;margin-bottom:10px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company{
  margin:0 0 14px;padding:18px 16px;border-radius:22px;
  background:linear-gradient(160deg,rgba(14,18,28,.96),rgba(8,10,18,.98));
  border:1.5px solid rgba(148,163,184,.22);
  scroll-margin-top:88px;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-kicker{font-size:11px;font-weight:800;color:#f5c842;margin-bottom:6px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-title{font-size:18px;font-weight:900;color:#fff;margin-bottom:4px;line-height:1.25;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-code{font-size:12px;font-weight:700;color:#94a3b8;margin-bottom:14px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-row{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);}

body.alpha-premium-mobile-home .agp-company-row:last-of-type{border-bottom:0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-lbl{font-size:11px;font-weight:900;color:#94a3b8;margin-bottom:5px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-val{font-size:13px;font-weight:700;color:#e2e8f0;line-height:1.6;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-ai{
  margin-top:4px;padding:12px;border-radius:14px;
  background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.22);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-ai p{margin:0 0 8px;font-size:13px;font-weight:700;color:#e2e8f0;line-height:1.6;}

body.alpha-premium-mobile-home .agp-company-ai p:last-child{margin-bottom:0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-caution{
  margin-top:12px;padding:12px;border-radius:12px;
  background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.22);
  font-size:11px;font-weight:600;color:#cbd5e1;line-height:1.55;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-company-pending{
  margin:10px 0;padding:14px 16px;border-radius:14px;text-align:center;
  background:rgba(255,255,255,.03);border:1px dashed rgba(148,163,184,.3);
  font-size:13px;font-weight:700;color:#d4dce8;line-height:1.55;
}

body.alpha-premium-mobile-home .agp-company-back{display:inline-block;margin-top:14px;font-size:12px;font-weight:900;color:#5eead4;text-decoration:none;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-timeline-banner{padding:10px 12px;margin:8px 0 10px;border-radius:14px;background:rgba(94,234,212,.08);border:1px solid rgba(94,234,212,.22);}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-timeline-status{font-size:13px;font-weight:900;color:#4ade80;margin-bottom:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-timeline-msg{font-size:12px;font-weight:700;color:#cbd5e1;line-height:1.5;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-advisory-badge{display:inline-block;margin-top:8px;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:900;color:#86efac;background:rgba(74,222,128,.12);border:1px solid rgba(74,222,128,.32);}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-chart-pending .agp-chart-placeholder{display:flex;align-items:center;justify-content:center;min-height:120px;font-size:12px;font-weight:700;color:#94a3b8;text-align:center;padding:12px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker{
  margin:12px 0 14px;padding:16px 14px;border-radius:18px;
  background:linear-gradient(160deg,rgba(94,234,212,.08),rgba(74,222,128,.04));
  border:1.5px solid rgba(94,234,212,.24);
}

body.alpha-premium-mobile-home .agp-tracker-title{font-size:14px;font-weight:900;color:#5eead4;margin-bottom:12px;line-height:1.3;}

body.alpha-premium-mobile-home .agp-tracker-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-stat{padding:10px;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.06);}

body.alpha-premium-mobile-home .agp-tracker-stat.full{grid-column:1 / -1;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-lbl{font-size:10px;font-weight:800;color:#94a3b8;margin-bottom:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-val{font-size:18px;font-weight:900;color:#fff;line-height:1.15;font-variant-numeric:tabular-nums;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-val.up{color:#4ade80;}

body.alpha-premium-mobile-home .agp-tracker-val.down{color:#f87171;}

body.alpha-premium-mobile-home .agp-tracker-val.mid{color:#fbbf24;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-ai{
  display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);margin-bottom:10px;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-ai-txt{font-size:13px;font-weight:900;color:#e2e8f0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-summary{
  padding:12px;border-radius:12px;background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.18);
  font-size:12px;font-weight:700;color:#e2e8f0;line-height:1.6;
}

body.alpha-premium-mobile-home .agp-tracker-summary b{display:block;font-size:11px;font-weight:900;color:#c4b5fd;margin-bottom:6px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-close{
  margin-top:10px;padding:12px;border-radius:12px;background:rgba(245,200,66,.08);border:1px solid rgba(245,200,66,.22);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-close-row{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:800;color:#e2e8f0;padding:4px 0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tracker-close-row span{color:#94a3b8;font-weight:700;}

body.alpha-premium-mobile-home .agp-legend{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:8px;font-size:9px;font-weight:700;color:#64748b}

body.alpha-premium-mobile-home .agp-legend i{display:inline-block;width:12px;height:2px;border-radius:1px;vertical-align:middle;margin-right:3px}

body.alpha-premium-mobile-home .agp-zones{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:8px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone{padding:9px 6px;border-radius:12px;text-align:center;background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.06)}

body.alpha-premium-mobile-home .agp-zone-lbl{font-size:9px;font-weight:800;color:#64748b}

body.alpha-premium-mobile-home .agp-zone-val{font-size:14px;font-weight:900;margin-top:3px}

body.alpha-premium-mobile-home .agp-zone-pct{font-size:9px;font-weight:700;margin-top:2px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone.target{border-color:rgba(74,222,128,.22)}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone.target .agp-zone-val{color:#4ade80}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone.current{border-color:rgba(245,200,66,.32);box-shadow:0 0 12px rgba(245,200,66,.08)}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone.current .agp-zone-val{color:#f5c842}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone.guard{border-color:rgba(248,113,113,.22)}

body.alpha-premium-mobile-home .agp-zone.guard .agp-zone-val{color:#f87171}

body.alpha-premium-mobile-home .agp-zone-bar{margin:0 0 12px;padding:0 2px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone-bar-track{
  position:relative;height:8px;border-radius:999px;
  background:linear-gradient(90deg,rgba(248,113,113,.35) 0%,rgba(245,200,66,.35) 50%,rgba(74,222,128,.35) 100%);
  border:1px solid rgba(255,255,255,.08);
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone-bar-marker{
  position:absolute;top:50%;transform:translate(-50%,-50%);
  width:12px;height:12px;border-radius:50%;border:2px solid #fff;
  box-shadow:0 0 8px rgba(0,0,0,.4);
}

body.alpha-premium-mobile-home .agp-zone-bar-marker.guard{left:0%;background:#f87171}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone-bar-marker.current{left:50%;background:#f5c842;box-shadow:0 0 10px rgba(245,200,66,.5)}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-zone-bar-marker.target{left:100%;background:#4ade80}

body.alpha-premium-mobile-home .agp-zone-bar-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:9px;font-weight:800;color:#64748b}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-verdict{
  margin:10px 0 12px;padding:18px 16px;border-radius:20px;text-align:center;
  background:linear-gradient(135deg,rgba(74,222,128,.14),rgba(94,234,212,.07));
  border:1.5px solid rgba(74,222,128,.38);
  box-shadow:0 0 28px rgba(74,222,128,.10),inset 0 1px 0 rgba(255,255,255,.06);
}

body.alpha-premium-mobile-home .agp-verdict-main{font-size:clamp(17px,4.5vw,19px);font-weight:900;line-height:1.5;color:#ecfdf5;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-verdict-sub{display:block;margin-top:8px;font-size:13px;font-weight:700;color:#94a3b8;line-height:1.45;}

body.alpha-premium-mobile-home .agp-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-metric{padding:10px 10px 8px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);min-width:0}

body.alpha-premium-mobile-home .agp-metric-head{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:6px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-metric-lbl{font-size:10px;font-weight:800;color:#94a3b8;display:flex;align-items:center;gap:3px;min-width:0;flex:1;line-height:1.3}

body.alpha-premium-mobile-home .agp-metric-score{text-align:right;flex-shrink:0;line-height:1.15}

body.alpha-premium-mobile-home .agp-metric-val{display:block;font-size:13px;font-weight:900;color:#5eead4;font-variant-numeric:tabular-nums}

body.alpha-premium-mobile-home .agp-metric-tier{display:block;font-size:9px;font-weight:800;color:#64748b;margin-top:2px;white-space:nowrap}

body.alpha-premium-mobile-home .agp-tip-wrap{position:relative;display:inline-flex;vertical-align:middle;flex-shrink:0}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tip-ico{
  width:13px;height:13px;border-radius:50%;border:1px solid rgba(148,163,184,.45);
  background:rgba(255,255,255,.04);color:#94a3b8;font-size:8px;font-weight:900;
  line-height:13px;text-align:center;padding:0;cursor:pointer;flex-shrink:0;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-tip-pop{
  display:none;position:absolute;left:50%;bottom:calc(100% + 6px);transform:translateX(-50%);
  width:max-content;max-width:min(210px,68vw);padding:8px 10px;border-radius:10px;
  background:rgba(15,23,42,.96);border:1px solid rgba(148,163,184,.35);
  font-size:10px;font-weight:600;color:#cbd5e1;line-height:1.45;text-align:left;
  z-index:30;box-shadow:0 8px 24px rgba(0,0,0,.45);pointer-events:none;white-space:normal;
}

body.alpha-premium-mobile-home .agp-tip-wrap:hover .agp-tip-pop,
body.alpha-premium-mobile-home .agp-tip-wrap:focus-within .agp-tip-pop{display:block}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-bar{height:5px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#4ade80,#5eead4);box-shadow:0 0 8px rgba(94,234,212,.25)}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow{padding:12px;border-radius:16px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06);margin-bottom:10px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow details summary{font-size:12px;font-weight:900;color:#94a3b8;cursor:pointer;list-style:none;}

body.alpha-premium-mobile-home .agp-flow details summary::-webkit-details-marker{display:none}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow-title{font-size:12px;font-weight:900;color:#f5c842;margin:10px 0 8px}

body.alpha-premium-mobile-home .agp-flow-steps{position:relative;padding-left:18px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow-steps::before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,rgba(245,200,66,.7),rgba(94,234,212,.35));border-radius:2px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow-step{position:relative;padding:4px 0 8px;font-size:12px;font-weight:700;color:#cbd5e1;line-height:1.4}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow-step::before{content:"";position:absolute;left:-16px;top:10px;width:7px;height:7px;border-radius:50%;background:#f5c842;box-shadow:0 0 6px rgba(245,200,66,.35)}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-flow-end{margin-top:6px;padding:8px 10px;border-radius:10px;background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.2);font-size:11px;font-weight:800;color:#4ade80;text-align:center}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-checks{padding:14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);margin-bottom:12px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-checks-title{font-size:12px;font-weight:900;margin-bottom:8px;color:#e2e8f0}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-check{display:flex;align-items:flex-start;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:12px;font-weight:700;color:#cbd5e1;line-height:1.35}

body.alpha-premium-mobile-home .agp-check:last-child{border-bottom:0;padding-bottom:0}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-check-ico{flex:0 0 18px;width:18px;height:18px;border-radius:5px;background:rgba(74,222,128,.14);border:1px solid rgba(74,222,128,.35);display:flex;align-items:center;justify-content:center;font-size:10px;color:#4ade80;font-weight:900}

body.alpha-premium-mobile-home .agp-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-btn{display:block;padding:11px 6px;border-radius:12px;border:1px solid rgba(94,234,212,.22);background:rgba(94,234,212,.06);color:#e2e8f0;font-size:11px;font-weight:800;text-align:center;text-decoration:none;cursor:pointer;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-btn:active{background:rgba(94,234,212,.12)}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-disc{padding:12px;border-radius:14px;background:rgba(99,102,241,.07);border:1px solid rgba(129,140,248,.2);font-size:10px;font-weight:600;color:#94a3b8;line-height:1.65;text-align:center}

body.alpha-premium-mobile-home .agp-disc strong{color:#a5b4fc;font-weight:800}

@media(max-width:400px){
  body.alpha-premium-mobile-home .agp-metrics{grid-template-columns:1fr}
  body.alpha-premium-mobile-home .agp-actions{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  body.alpha-premium-mobile-home .agp-shell{animation:none}
}

body.alpha-premium-mobile-home .alpha-mobile-card-polish .p38-invest-flow>.agp-shell{margin-bottom:14px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .agp-shell{margin-bottom:2px;box-shadow:0 14px 36px rgba(0,0,0,.44),0 0 28px rgba(245,200,66,.12);}

body.alpha-premium-mobile-home .agp-score-row,
body.alpha-premium-mobile-home .agp-explainer,
body.alpha-premium-mobile-home .agp-reason{
  cursor:default;-webkit-tap-highlight-color:transparent;
}

@media(max-width:390px){
  body.alpha-premium-mobile-home .agp-body{padding:16px 14px 14px;}
}

/* ══════════════════════════════════════════════════════════
   P0.4 Phase 2 — p40/p42 + alpha-v7 + ap2-official dark base
   (externalized from app.py alpha-premium-ui-v3)
   Unscoped dark → html[data-theme="dark"] body.alpha-premium-mobile-home
   Layout-neutral → body.alpha-premium-mobile-home
   ══════════════════════════════════════════════════════════ */

body.alpha-premium-mobile-home body:not(.alpha-v7-expert-on) .alpha-v7-expert-only{display:none!important;}

body.alpha-premium-mobile-home .alpha-v7-simple-first{display:flex;flex-direction:column;gap:14px;margin:10px 0 16px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-announcement{margin:10px 0 14px;padding:16px 12px 12px;border-radius:22px;background:linear-gradient(165deg,rgba(8,12,22,.92),rgba(4,8,16,.96));border:1px solid rgba(255,215,0,.28);box-shadow:0 12px 36px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,215,0,.08);}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-head{text-align:center;margin-bottom:14px;padding:14px 12px 12px;border-radius:18px;background:linear-gradient(180deg,rgba(255,215,0,.1),rgba(255,215,0,.03));border:1px solid rgba(255,215,0,.22);}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-date{font-size:clamp(14px,4vw,16px);font-weight:900;color:#f8fafc;letter-spacing:.2px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-time{font-size:clamp(18px,5.2vw,22px);font-weight:1000;color:#ffd700;margin-top:8px;line-height:1.25;text-shadow:0 0 24px rgba(255,215,0,.2);}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-cadence{display:inline-block;margin-top:8px;font-size:11px;font-weight:900;color:#fcd34d;background:rgba(255,215,0,.12);border:1px solid rgba(255,215,0,.28);border-radius:999px;padding:4px 12px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-status{font-size:12px;font-weight:900;color:#e2e8f0;margin-top:10px;line-height:1.4;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-brand{margin-top:10px;padding:10px 12px;border-radius:14px;background:rgba(255,215,0,.08);border:1px solid rgba(255,215,0,.22);font-size:12px;font-weight:1000;color:#ffd700;line-height:1.5;white-space:pre-line;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-analysis{margin-top:10px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:800;color:#cbd5e1;line-height:1.55;white-space:pre-line;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-next{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(255,255,255,.1);}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-next-lbl{font-size:10px;font-weight:800;color:#94a3b8;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-official-next-time{font-size:13px;font-weight:1000;color:#67e8f9;margin-top:4px;}

body.alpha-premium-mobile-home .ap2-official-slogan{font-size:10px;font-weight:700;color:#64748b;margin-top:10px;line-height:1.45;}

body.alpha-premium-mobile-home .ap2-official-stop{margin:14px 0 4px;}

body.alpha-premium-mobile-home .ap2-official-stop .alpha-risk-main-panel{margin:0;}

body.alpha-premium-mobile-home .ap2-go-compact{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-go-compact div{padding:10px;border-radius:12px;background:rgba(255,215,0,.06);border:1px solid rgba(255,215,0,.18);}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-go-compact-lbl{font-size:9px;font-weight:800;color:#94a3b8;}

html[data-theme="dark"] body.alpha-premium-mobile-home .ap2-go-compact-val{font-size:14px;font-weight:1000;color:#ffd700;margin-top:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-card{position:relative;padding:28px 22px 24px;border-radius:28px;background:linear-gradient(160deg,rgba(18,14,6,.96),rgba(8,10,18,.98));border:1.5px solid rgba(255,215,0,.38);box-shadow:0 18px 48px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.06);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-kicker{font-size:11px;font-weight:900;color:rgba(255,215,0,.72);letter-spacing:.6px;margin-bottom:10px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-name{font-size:32px;font-weight:1000;color:#fff;line-height:1.15;margin:6px 0 10px;letter-spacing:-.4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-stars{font-size:18px;color:#ffd700;letter-spacing:2px;margin-bottom:8px;}

body.alpha-premium-mobile-home .alpha-v7-hero-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:6px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-judgment{font-size:13px;font-weight:900;color:#94a3b8;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-conf{font-size:13px;font-weight:900;color:#67e8f9;}

body.alpha-premium-mobile-home .alpha-v7-hero-action{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:12px 22px;border-radius:999px;font-size:15px;font-weight:1000;letter-spacing:.2px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-action.act-keep{background:rgba(0,255,136,.14);color:#00ff88;border:1px solid rgba(0,255,136,.45);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-action.act-buy{background:rgba(0,255,213,.14);color:#00ffd5;border:1px solid rgba(0,255,213,.45);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-action.act-rotate{background:rgba(251,191,36,.14);color:#fbbf24;border:1px solid rgba(251,191,36,.45);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-action.act-exit{background:rgba(255,82,105,.12);color:#ff8a8a;border:1px solid rgba(255,82,105,.4);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-hero-action.act-watch{background:rgba(148,163,184,.12);color:#cbd5e1;border:1px solid rgba(148,163,184,.35);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-ownership-card{padding:20px 22px;border-radius:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(8px);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-ownership-title{font-size:13px;font-weight:1000;color:#e2e8f0;margin-bottom:14px;}

body.alpha-premium-mobile-home .alpha-v7-ownership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-own-chip{text-align:center;padding:12px 8px;border-radius:16px;background:rgba(0,0,0,.22);}

body.alpha-premium-mobile-home .alpha-v7-own-chip .lbl{font-size:11px;font-weight:900;margin-bottom:6px;}

body.alpha-premium-mobile-home .alpha-v7-own-chip .num{font-size:26px;font-weight:1000;line-height:1;}

body.alpha-premium-mobile-home .alpha-v7-own-chip.keep .lbl{color:#00ff88;}

body.alpha-premium-mobile-home .alpha-v7-own-chip.keep .num{color:#00ff88;}

body.alpha-premium-mobile-home .alpha-v7-own-chip.rotate .lbl{color:#fbbf24;}

body.alpha-premium-mobile-home .alpha-v7-own-chip.rotate .num{color:#fbbf24;}

body.alpha-premium-mobile-home .alpha-v7-own-chip.exit .lbl{color:#ff8a8a;}

body.alpha-premium-mobile-home .alpha-v7-own-chip.exit .num{color:#ff8a8a;}

body.alpha-premium-mobile-home .alpha-v7-ownership-total{margin-top:12px;font-size:11px;color:#64748b;font-weight:700;text-align:center;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-more-panel{border-radius:22px;border:1px solid rgba(0,255,213,.28);background:rgba(0,255,213,.04);overflow:hidden;}

body.alpha-premium-mobile-home .alpha-v7-more-panel>summary{list-style:none;cursor:pointer;padding:16px 20px;font-size:15px;font-weight:1000;color:#00ffd5;user-select:none;}

body.alpha-premium-mobile-home .alpha-v7-more-panel>summary::-webkit-details-marker{display:none;}

body.alpha-premium-mobile-home .alpha-v7-more-panel>summary::before{content:"▸ ";color:#00ffd5;}

body.alpha-premium-mobile-home .alpha-v7-more-panel[open]>summary::before{content:"▾ ";}

body.alpha-premium-mobile-home .alpha-v7-more-body{padding:4px 20px 18px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-more-row{font-size:13px;color:#cbd5e1;line-height:1.55;padding:10px 0;border-top:1px solid rgba(255,255,255,.06);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-more-row b{color:#fff;font-weight:900;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-more-link{display:block;text-align:center;margin-top:12px;padding:12px;border-radius:14px;background:rgba(0,255,213,.12);color:#00ffd5;font-size:13px;font-weight:1000;text-decoration:none;}

body.alpha-premium-mobile-home .alpha-v7-market-compact{margin:6px 0 8px;padding:0;}

body.alpha-premium-mobile-home .alpha-v7-market-compact .market-chip{padding:2px 5px;border-radius:10px;}

body.alpha-premium-mobile-home .alpha-v7-market-compact .market-chip-val{font-size:13px;}

body.alpha-premium-mobile-home .alpha-v7-market-compact .market-chip-lbl{font-size:9px;}

body.alpha-premium-mobile-home .alpha-v7-market-compact .market-chip-chg{font-size:10px;}

body.alpha-premium-mobile-home .alpha-v7-search-compact{margin:6px 0 10px;}

body.alpha-premium-mobile-home .alpha-v7-simple-first .alpha-v7-more-panel{margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none;}

body.alpha-premium-mobile-home .alpha-v7-expert-cta-wrap{margin-top:0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-expert-cta{width:100%;display:flex;align-items:center;gap:14px;margin:0;padding:16px 18px;border:0;border-radius:0 0 18px 18px;background:linear-gradient(135deg,#6d28d9 0%,#2563eb 55%,#0891b2 100%);box-shadow:0 10px 32px rgba(37,99,235,.38),inset 0 1px 0 rgba(255,255,255,.12);cursor:pointer;text-align:left;min-height:58px;-webkit-tap-highlight-color:transparent;transition:transform .12s ease,box-shadow .12s ease;}

body.alpha-premium-mobile-home .alpha-v7-expert-cta:active{transform:scale(.985);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-expert-cta-icon{font-size:26px;line-height:1;flex:0 0 auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));}

body.alpha-premium-mobile-home .alpha-v7-expert-cta-text{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-expert-cta-title{font-size:15px;font-weight:1000;color:#fff;line-height:1.25;letter-spacing:-.2px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-expert-cta-sub{font-size:11px;font-weight:800;color:rgba(255,255,255,.82);line-height:1.45;}

html[data-theme="dark"] body.alpha-premium-mobile-home body.alpha-v7-expert-on .alpha-v7-expert-cta{background:linear-gradient(135deg,rgba(51,65,85,.92),rgba(30,41,59,.95));box-shadow:0 4px 18px rgba(0,0,0,.28);border:1.5px solid rgba(148,163,184,.45);border-top:none;border-radius:0 0 18px 18px;}

body.alpha-premium-mobile-home body.alpha-v7-expert-on .alpha-v7-expert-cta-sub{display:none;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-expert-flow{border-radius:18px;overflow:hidden;border:1.5px solid rgba(99,102,241,.45);box-shadow:0 8px 28px rgba(79,70,229,.18);margin-top:0;}

html[data-theme="dark"] body.alpha-premium-mobile-home body.alpha-v7-expert-on .alpha-v7-expert-flow{border-color:rgba(148,163,184,.35);box-shadow:none;}

body.alpha-premium-mobile-home .alpha-v7-disclaimer{font-size:10px;color:#64748b;text-align:center;line-height:1.5;margin-top:10px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-login-value-card{position:relative;z-index:6;display:block !important;visibility:visible !important;opacity:1 !important;flex:0 0 auto;scroll-margin-top:72px;padding:20px 22px;border-radius:24px;background:linear-gradient(160deg,rgba(6,12,24,.98),rgba(4,8,18,.98));border:2px solid rgba(0,255,213,.48);box-shadow:0 12px 36px rgba(0,0,0,.45),0 0 28px rgba(0,255,213,.12),inset 0 1px 0 rgba(255,255,255,.06);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-login-value-title{font-size:15px;font-weight:1000;color:#f8fafc;margin-bottom:14px;line-height:1.45;}

body.alpha-premium-mobile-home .alpha-v7-login-value-list{display:flex;flex-direction:column;gap:9px;margin-bottom:16px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-login-value-item{font-size:13px;font-weight:800;color:#e2e8f0;line-height:1.45;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-login-value-cta{display:block;text-align:center;padding:14px 18px;border-radius:16px;background:#FEE500;color:#000;font-size:15px;font-weight:1000;text-decoration:none;box-shadow:0 8px 24px rgba(254,229,0,.28);}

body.alpha-premium-mobile-home .alpha-v7-login-value-cta:active{transform:scale(.985);}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-gold-briefing-teaser{display:block;padding:16px 20px;border-top:1px solid rgba(255,215,0,.22);background:linear-gradient(135deg,rgba(255,215,0,.10),rgba(255,150,0,.05));color:#ffe066;font-size:15px;font-weight:1000;text-decoration:none;text-align:center;}

body.alpha-premium-mobile-home .alpha-v7-gold-briefing-teaser:active{opacity:.92;}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-more-locked{font-size:12px;color:#94a3b8;line-height:1.6;padding:12px 0;border-top:1px solid rgba(255,255,255,.06);}

@media (max-width:480px){
  body.alpha-premium-mobile-home .alpha-v7-hero-name{font-size:28px;}
  body.alpha-premium-mobile-home .alpha-v7-own-chip .num{font-size:22px;}
}

html[data-theme="dark"] body.alpha-premium-mobile-home .gold-pre-announce-hero .alpha-v7-hero-name{font-size:22px;line-height:1.35;color:#fde68a;}

body.alpha-premium-mobile-home .p38-invest-flow .alpha-v7-ownership-card{margin:10px 0 12px;}

body.alpha-premium-mobile-home .p38-invest-flow .alpha-v7-expert-flow{margin-top:8px;}

body.alpha-premium-mobile-home .p38-invest-flow .alpha-v7-disclaimer{margin-top:8px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-global-watch{margin:4px 0 10px;padding:14px 14px 12px;border-radius:18px;background:linear-gradient(160deg,rgba(8,18,32,.92),rgba(4,10,18,.96));border:1.5px solid rgba(96,165,250,.22);box-shadow:0 8px 28px rgba(0,0,0,.28);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero{margin:16px 0 18px;padding:20px 18px 18px;border-radius:22px;border:1.5px solid rgba(56,189,248,.32);background:linear-gradient(165deg,rgba(10,24,44,.97),rgba(6,14,28,.99));box-shadow:0 12px 36px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04);}

body.alpha-premium-mobile-home .p425-gw-premium .p40-gw-grid{gap:14px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p425-gw-premium .p40-gw-col{min-height:152px;padding:16px 14px 14px;border-radius:18px;background:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.22));border:1px solid rgba(148,163,184,.2);}

body.alpha-premium-mobile-home .p425-gw-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;}

body.alpha-premium-mobile-home .p425-gw-card-head .p40-gw-col-title{margin-bottom:0;flex:1;}

body.alpha-premium-mobile-home .p425-gw-card-head .p40-gw-us-badge{margin:0;flex-shrink:0;}

body.alpha-premium-mobile-home .p425-gw-flow{display:flex;flex-direction:column;gap:0;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-title{font-size:17px;font-weight:1000;color:#f1f5f9;letter-spacing:-.02em;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-sub{font-size:12px;font-weight:700;color:#94a3b8;margin-bottom:16px;line-height:1.5;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill{display:inline-flex;align-items:center;align-self:flex-start;font-size:13px;font-weight:900;color:#e2e8f0;margin:0 0 12px;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.2);line-height:1.2;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-watch{border-color:rgba(74,222,128,.35);background:rgba(74,222,128,.1);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-prep{border-color:rgba(251,191,36,.35);background:rgba(251,191,36,.1);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-cash{border-color:rgba(148,163,184,.3);background:rgba(148,163,184,.08);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-rise{border-color:rgba(56,189,248,.35);background:rgba(56,189,248,.1);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-check,
html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-data{border-color:rgba(248,113,113,.32);background:rgba(248,113,113,.08);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-symbol{font-size:23px;font-weight:1000;color:#f8fafc;line-height:1.2;word-break:keep-all;margin:0 0 10px;letter-spacing:-.02em;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-symbol-muted{font-size:15px;font-weight:800;color:#94a3b8;margin-bottom:8px;}

body.alpha-premium-mobile-home .p42-gw-score-block{margin:0 0 10px;}

body.alpha-premium-mobile-home .p42-gw-score-label{font-size:10px;font-weight:800;color:#64748b;margin-bottom:3px;letter-spacing:.02em;}

body.alpha-premium-mobile-home .p42-gw-score-val{display:flex;align-items:baseline;gap:2px;line-height:1.1;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-score-num{font-size:19px;font-weight:1000;color:#7dd3fc;}

body.alpha-premium-mobile-home .p42-gw-score-unit{font-size:12px;font-weight:800;color:#475569;}

body.alpha-premium-mobile-home .p42-gw-why{display:flex;align-items:flex-start;gap:5px;font-size:10px;font-weight:700;color:#475569;margin-top:2px;line-height:1.45;word-break:keep-all;}

body.alpha-premium-mobile-home .p42-gw-why-ico{flex:0 0 auto;font-size:11px;line-height:1.35;}

body.alpha-premium-mobile-home .p42-gw-why-txt{flex:1;min-width:0;color:#64748b;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-disclaimer{margin-top:14px;padding-top:12px;border-top:1px solid rgba(148,163,184,.14);font-size:10px;font-weight:700;color:#475569;line-height:1.5;text-align:center;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-pick-name{font-size:20px;font-weight:1000;color:#f8fafc;line-height:1.25;word-break:keep-all;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-us-degraded{font-size:14px;color:#94a3b8;font-weight:800;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-us-score{font-size:11px;font-weight:900;color:#7dd3fc;margin-top:6px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-title{font-size:15px;font-weight:1000;color:#e2e8f0;margin-bottom:2px;}

body.alpha-premium-mobile-home .p40-gw-sub{font-size:11px;font-weight:700;color:#64748b;margin-bottom:10px;line-height:1.45;}

body.alpha-premium-mobile-home .p40-gw-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-col{padding:12px 10px;border-radius:14px;background:rgba(0,0,0,.22);border:1px solid rgba(148,163,184,.14);min-height:108px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-col-title{font-size:12px;font-weight:1000;color:#cbd5e1;margin-bottom:8px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:900;color:#e2e8f0;margin-bottom:10px;}

body.alpha-premium-mobile-home .p40-gw-dot{width:8px;height:8px;border-radius:50%;flex:0 0 8px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-dot.tone-watch{background:#4ade80;box-shadow:0 0 8px rgba(74,222,128,.55);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-dot.tone-prep{background:#fbbf24;box-shadow:0 0 8px rgba(251,191,36,.45);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-dot.tone-cash{background:#94a3b8;box-shadow:0 0 8px rgba(148,163,184,.35);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-dot.tone-rise{background:#38bdf8;box-shadow:0 0 8px rgba(56,189,248,.5);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-dot.tone-check,
html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-dot.tone-data{background:#f87171;box-shadow:0 0 8px rgba(248,113,113,.45);}

body.alpha-premium-mobile-home .p40-gw-pick-lbl{font-size:10px;font-weight:800;color:#64748b;margin-bottom:4px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-pick-name{font-size:17px;font-weight:1000;color:#f8fafc;line-height:1.25;word-break:keep-all;}

body.alpha-premium-mobile-home .p40-gw-note{margin-top:10px;font-size:10px;font-weight:700;color:#64748b;line-height:1.5;text-align:center;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-col-us{padding:10px 9px;min-height:92px;border-color:rgba(148,163,184,.12);background:rgba(0,0,0,.16);}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-col-us .p40-gw-col-title{font-size:11px;font-weight:900;color:#94a3b8;margin-bottom:2px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-us-badge{display:inline-block;margin:0 0 5px;padding:2px 8px;border-radius:999px;font-size:9px;font-weight:800;color:#94a3b8;background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.20);}

body.alpha-premium-mobile-home .p40-gw-us-sub{font-size:10px;font-weight:700;color:#64748b;line-height:1.4;margin-bottom:8px;}

body.alpha-premium-mobile-home .p40-gw-col-us .p40-gw-status{font-size:11px;margin-bottom:8px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-col-us .p40-gw-pick-name{font-size:14px;font-weight:900;color:#cbd5e1;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-gw-us-degraded{font-size:13px;color:#94a3b8;font-weight:800;}

body.alpha-premium-mobile-home .p40-gw-us-hint{font-size:10px;font-weight:700;color:#64748b;margin-top:6px;line-height:1.45;}

body.alpha-premium-mobile-home .p40-gw-us-score{font-size:10px;font-weight:800;color:#64748b;margin-top:5px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-col-title{font-size:13px;font-weight:1000;color:#e2e8f0;line-height:1.35;}

@media(max-width:520px){
  body.alpha-premium-mobile-home .p40-gw-grid{grid-template-columns:1fr;}
  body.alpha-premium-mobile-home .p40-gw-col,
  body.alpha-premium-mobile-home .p425-gw-premium .p40-gw-col{min-height:auto;}
  body.alpha-premium-mobile-home .p42-gw-symbol{font-size:21px;}
  body.alpha-premium-mobile-home .p42-gw-score-num{font-size:18px;}
}

@media(max-width:400px){
  body.alpha-premium-mobile-home .p40-gw-grid{grid-template-columns:1fr;}
  body.alpha-premium-mobile-home .p40-gw-col{min-height:auto;}
}

body.alpha-premium-mobile-home .p40p1-market-compact.p31-market-strip{padding:8px 10px;margin:0 0 8px;}

body.alpha-premium-mobile-home .p40p1-market-compact .p31-market-title{font-size:11px;margin-bottom:6px;}

body.alpha-premium-mobile-home .p40p1-market-compact .p31-market-grid{gap:5px;}

body.alpha-premium-mobile-home .p40p1-market-compact .p31-market-chip{padding:6px 5px;min-height:48px;border-radius:10px;}

body.alpha-premium-mobile-home .p40p1-market-compact .p31-market-chip-lbl{font-size:9px;margin-bottom:2px;}

body.alpha-premium-mobile-home .p40p1-market-compact .p31-market-chip-val{font-size:12px;}

body.alpha-premium-mobile-home .p40p1-market-compact .p31-market-chip-chg{font-size:10px;margin-top:2px;}

body.alpha-premium-mobile-home .p40p1-company-compact{padding:14px 14px;margin:0 0 10px;border-radius:18px;}

body.alpha-premium-mobile-home .p40p1-company-main-grid{grid-template-columns:repeat(3,1fr);gap:6px;}

body.alpha-premium-mobile-home .p40p1-company-main-grid .p38-company-cell{min-height:48px;padding:8px 10px;}

body.alpha-premium-mobile-home .p40p1-company-more{margin-top:8px;}

body.alpha-premium-mobile-home .p40p1-company-more>summary{list-style:none;cursor:pointer;font-size:12px;font-weight:900;color:#5eead4;padding:6px 0;}

body.alpha-premium-mobile-home .p40p1-company-more>summary::-webkit-details-marker{display:none;}

body.alpha-premium-mobile-home .p40p1-reason-compact .ap2-reason-head{font-size:12px;margin:8px 0 6px;}

body.alpha-premium-mobile-home .p40p1-reason-compact.ap2-reason-grid,
body.alpha-premium-mobile-home .p40p1-reason-compact.ap3-reason-grid{gap:6px;margin:0 0 10px;}

body.alpha-premium-mobile-home .p40p1-reason-compact .ap2-reason-card{padding:8px 6px;}

body.alpha-premium-mobile-home .p40p1-reason-compact .ap2-reason-title{font-size:11px;}

body.alpha-premium-mobile-home .p40p1-reason-compact .ap2-reason-sub{font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40p1-my-account-link{display:block;margin:0 0 12px;padding:10px 12px;border-radius:12px;text-align:center;font-size:12px;font-weight:800;color:#94a3b8;text-decoration:none;border:1px dashed rgba(148,163,184,.22);background:rgba(255,255,255,.02);}

body.alpha-premium-mobile-home .p40p1-my-account-link:active{opacity:.85;}

body.alpha-premium-mobile-home .alpha-mobile-card-polish .p38-invest-flow>.p40-global-watch,
body.alpha-premium-mobile-home .alpha-mobile-card-polish .p38-invest-flow .alpha-v7-expert-flow{margin-bottom:14px;}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-global-watch,
html[data-theme="dark"] body.alpha-premium-mobile-home .p42-gw-hero{
  border-color:rgba(96,165,250,.36);
  box-shadow:0 12px 32px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.04);
  background:linear-gradient(165deg,rgba(10,20,36,.97),rgba(6,12,22,.99));
}

html[data-theme="dark"] body.alpha-premium-mobile-home .p40-global-watch .p40-gw-col,
html[data-theme="dark"] body.alpha-premium-mobile-home .p425-gw-premium .p40-gw-col{
  border-color:rgba(148,163,184,.24);
  background:rgba(0,0,0,.28);
  cursor:default;
}

html[data-theme="dark"] body.alpha-premium-mobile-home .alpha-v7-expert-flow{
  border-color:rgba(99,102,241,.42);
  box-shadow:0 10px 28px rgba(0,0,0,.34);
  margin-bottom:14px;
}

body.alpha-premium-mobile-home .alpha-v7-expert-cta .alpha-v7-expert-cta-title::after{content:" ›";font-weight:900;opacity:.9;}

body.alpha-premium-mobile-home body.alpha-v7-expert-on .alpha-v7-expert-cta .alpha-v7-expert-cta-title::after{content:"";}

@media (hover:none) and (pointer:coarse){
  body.alpha-premium-mobile-home .alpha-v7-expert-cta:active{transform:scale(.985);opacity:.94;}
}

/* ══════════════════════════════════════════════════════════
   P0.4 Phase 2 — Light UI 확정 (p40/p42, alpha-v7, ap2-official, GOLD hero)
   ══════════════════════════════════════════════════════════ */

/* ── 1. p40/p42 글로벌 AI 감시 ── */
html[data-theme="light"] body.alpha-premium-mobile-home .p40-global-watch,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-col,
html[data-theme="light"] body.alpha-premium-mobile-home .p425-gw-premium .p40-gw-col,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-col-us{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-score-block{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-watch,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-prep,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-cash,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-rise,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-check,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-status-pill.tone-data{
  background:#f1f5f9!important;
  border:1px solid #e2e8f0!important;
  color:#334155!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p425-gw-flow{
  background:#ffffff!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-col-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-col-title,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-pick-name,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-pick-name,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-symbol{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-sub,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-hero .p40-gw-sub,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-status,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-score-label,
html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-why-txt{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p42-gw-score-num{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-dot.tone-watch,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-dot.tone-prep,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-dot.tone-cash,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-dot.tone-rise,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-dot.tone-check,
html[data-theme="light"] body.alpha-premium-mobile-home .p40-gw-dot.tone-data{
  opacity:1!important;
  filter:none!important;
}

/* ── 2. alpha-v7 전문가/AI 판단/ownership ── */
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-card{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-kicker{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-name{
  color:#0f172a!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-stars{
  color:#b45309!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-judgment,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-conf,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-hero-note{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-ownership-card{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-own-chip{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  color:#334155!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-own-chip strong,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-ownership-total{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-expert-flow{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-expert-cta{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  color:#334155!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-expert-cta-title{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-panel{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-panel>summary,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-more-row{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-login-value-card{
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-login-value-card h3,
html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-login-value-card p{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-gold-briefing-teaser{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  color:#334155!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-gold-briefing-teaser strong{
  color:#92400e!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .alpha-v7-disclaimer{
  color:#64748b!important;
}

/* ── 3. ap2-official-announcement ── */
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-announcement{
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-head{
  background:rgba(254,243,199,.45)!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-date{
  color:#0f172a!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-time{
  color:#b45309!important;
  text-shadow:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-cadence{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  color:#92400e!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-status{
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-brand{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  color:#92400e!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-analysis{
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  color:#334155!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-next{
  border-top-color:#e2e8f0!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-next-lbl,
html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-slogan{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-official-next-time{
  color:#0f172a!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-go-compact div{
  background:#fffbeb!important;
  border:1px solid #fde68a!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-go-compact-lbl{
  color:#475569!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .ap2-go-compact-val{
  color:#b45309!important;
}

/* ── 4. AGP GOLD hero shadow neutralize (beats alpha_p2.css !important) ── */
html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero{
  border:1px solid #fde68a!important;
  box-shadow:0 4px 16px rgba(15,23,42,.06)!important;
  animation:none!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

html[data-theme="light"] body.alpha-premium-mobile-home .agp-shell.ap2-gold-hero .agp-inner{
  background:#ffffff!important;
  opacity:1!important;
  filter:none!important;
  backdrop-filter:none!important;
}

