/* =========================================================
   LONDON BABY 2026 — Apple Glass Standards Pass
   Purpose: establish the redesigned header as the visual standard
   and bring the Time & Weather heading into the same typography,
   capitalization, spacing, and restrained glass/gold system.

   Design standard:
   - soft blue-white glass surfaces
   - dark navy ink typography
   - BABY-gold accent used sparingly as a refined edge/highlight
   - uppercase utility labels with deliberate letter spacing
   - no neon, no gaming glow, no saturated decoration
========================================================= */

:root {
  --lb-standard-ink: var(--lb-glass-ink, #0b1730);
  --lb-standard-muted-ink: rgba(11, 23, 48, .70);
  --lb-standard-gold: var(--lb-baby-gold, #c99a33);
  --lb-standard-gold-line: var(--lb-baby-gold-medium, rgba(201,154,51,.64));
  --lb-standard-glass: rgba(247, 251, 255, .74);
}

/* The dashboard label should now read like the header system,
   not like an oversized standalone content heading. */
html body #app.app-shell .dashboard .panel h3 {
  color: var(--lb-standard-ink) !important;
  -webkit-text-fill-color: var(--lb-standard-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Inter', system-ui, sans-serif !important;
  font-size: clamp(.92rem, 3.95vw, 1.18rem) !important;
  font-weight: 900 !important;
  letter-spacing: .185em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 0 0 clamp(14px, 3.1vw, 20px) !important;
  text-shadow: none !important;
}

html body #app.app-shell .dashboard .panel h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 1.5px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(201,154,51,.88),
    rgba(201,154,51,.32),
    rgba(201,154,51,0));
}

/* Keep the module subordinate to the date masthead while still polished. */
html body #app.app-shell .dashboard .panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(239,247,255,.58)),
    var(--lb-standard-glass) !important;
}

html body #app.app-shell .clock-grid .mini-card span {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Inter', system-ui, sans-serif !important;
  color: var(--lb-standard-muted-ink) !important;
  -webkit-text-fill-color: var(--lb-standard-muted-ink) !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

@media (max-width: 720px) {
  html body #app.app-shell .dashboard .panel h3 {
    font-size: clamp(.9rem, 3.85vw, 1.08rem) !important;
    letter-spacing: .18em !important;
    margin-bottom: 14px !important;
  }
}
