/* Phase 2 guardrails: keep the desktop shell from regressing the existing mobile fallback. */
html[data-cardondo-home="v10-shell"] .up,
html[data-cardondo-home="v10-shell"] .v9FeaturedBadge.up,
html[data-cardondo-home="v10-shell"] .v9MoveChange.up{color:var(--home-positive)!important}
html[data-cardondo-home="v10-shell"] .down,
html[data-cardondo-home="v10-shell"] .v9FeaturedBadge.down,
html[data-cardondo-home="v10-shell"] .v9MoveChange.down{color:var(--home-negative)!important}
@media(min-width:821px){
  html[data-cardondo-home="v10-shell"] .v9Bottom{display:none!important}
}
@media(max-width:820px){
  html[data-cardondo-home="v10-shell"]{background:#fff}
  html[data-cardondo-home="v10-shell"] body{background:#fff;padding-bottom:72px}
  html[data-cardondo-home="v10-shell"] .v9Bottom{
    display:grid!important;
    grid-template-columns:repeat(5,1fr);
    position:fixed;
    z-index:40;
    left:0;
    right:0;
    bottom:0;
    min-height:60px;
    padding-bottom:env(safe-area-inset-bottom);
    border-top:1px solid var(--home-line);
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(12px);
  }
  html[data-cardondo-home="v10-shell"] .v9Bottom a{min-height:54px}
}
