/* ============================================================================
   MC-CHROME — V670 (additive stylesheet; no cockpit.css changes).
   Carries the Mission Control command-center atmosphere onto the customer
   click-through pages (Call Logs, Appointments, Campaign Builder): ambient
   volumetric glow behind the page, soft cyan bloom on panels, brand accent
   on the command bar. Include via <link> only on pages that want it.
   ========================================================================== */
body {
  background:
    radial-gradient(1000px 520px at 50% -12%, rgba(139,54,243,.16), transparent 62%),
    radial-gradient(800px 440px at 88% 14%, rgba(35,103,255,.10), transparent 60%),
    radial-gradient(700px 420px at 6% 30%, rgba(34,211,238,.06), transparent 60%),
    #03050d !important;
  min-height: 100vh;
}
.cmdbar { position: relative; padding-bottom: 12px; }
.cmdbar::after { content: ''; position: absolute; left: 0; bottom: 0; width: 180px; height: 2px;
  background: linear-gradient(90deg, #2367ff, #a855f7); border-radius: 2px; }
.panel {
  box-shadow: 0 0 34px -14px rgba(34,211,238,.45), inset 0 0 40px -28px rgba(35,103,255,.5);
  border-color: rgba(34,211,238,.28) !important;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
