/* =========================================================
   THEME: Classic Red — the original breaking-news TV-channel look.
   Bold red urgency, rounded cards, medium soft shadow.
   This matches style.css's built-in defaults; kept as an explicit file
   so all three themes are selected the same way.
   ========================================================= */
:root {
    --red: #E30613;
    --red-dark: #B4050F;
    --ink: #14171C;
    --gold: #FFC72C;
    --paper: #F5F6F8;
    --border: #E7E8EC;
    --muted: #6B7280;
    --radius: 10px;
    --radius-sm: 6px;
    --shadow-card: 0 8px 22px rgba(0,0,0,.08);
}
