/* Active Theme */
:root{
    --bg:#f7fbff;
    --text:#0f172a;
    --muted:#475569;
    --line:#bfdbfe;
    --card:#ffffff;
    --card2:#eff6ff;
    --hover: rgba(37,99,235,.10);
    --media-bg:#eff6ff;
    --appbar-bg: rgba(247,251,255,.92);
    --tile-img-aspect: 16 / 9;
    --ad-img-aspect: 16 / 6;
  }
