/* ALPHA_MOBILE_LIGHT_THEME_RESOLUTION_MINPATCH_P0_V1
   Scope: explicit ALPHA Light theme on phone/touch surfaces only.
   - Opt out of user-agent Auto Dark conversion.
   - Restore unmistakable borders for actual press targets.
   - Keep information-only surfaces visually quieter.
   Financial/chart/semantic colors are intentionally untouched. */

@media (max-width:520px) and (hover:none) and (pointer:coarse){
  html[data-theme="light"]{
    color-scheme:only light!important;
    background:#eef3f9!important;
  }

  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27,
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 .app{
    color-scheme:only light!important;
    background:linear-gradient(180deg,#eef3f9 0%,#f6f8fc 46%,#ffffff 100%)!important;
    color:#0f172a!important;
  }

  /* Explicit high-specificity targets that were weakened by the later light sheet. */
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 .alpha-home-simple-core a.p47-fridge-card,
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 .alpha-home-simple-core .p46-diag-hero-card,
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 .forest-lounge-zone .forest-lounge-card[onclick],
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 :is(
    .alpha-clickable,
    .alpha-card-pressable,
    .alpha-card-link,
    .alpha-theme-btn,
    .alpha-latest-web-btn,
    .expert-lab-entry,
    .home-perf-card,
    .p43-diag-btn,
    .alpha-account-ai-home-card
  ),
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 .p38-my-menu a,
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 details > summary{
    border-width:2px!important;
    border-style:solid!important;
    border-color:rgba(13,148,136,.84)!important;
    box-shadow:0 8px 20px rgba(15,23,42,.14),0 0 0 1px rgba(255,255,255,.78) inset!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:rgba(13,148,136,.14);
  }

  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 .alpha-theme-btn.active{
    background:#dff8f3!important;
    color:#0f766e!important;
    border-color:#0f766e!important;
    box-shadow:0 0 0 2px rgba(15,118,110,.18),0 8px 18px rgba(15,23,42,.12)!important;
  }

  /* Information-only blocks stay distinct without looking tappable. */
  html[data-theme="light"] body.alpha-premium-mobile-home.alpha-light-v27 :is(
    .alpha-info-only,
    .alpha-home-market-bar,
    .p47-fridge-brief
  ){
    border-width:1px!important;
    border-style:solid!important;
    border-color:#cbd5e1!important;
    box-shadow:0 5px 16px rgba(15,23,42,.055)!important;
  }
}
