/* =====================================================
   TMSG Theme: Sunrise
   Animated warm gradient: terracotta → amber → soft gold
   Fonts: Cormorant Garamond (heading) + Open Sans (body)
   ===================================================== */

@keyframes tmsgSunriseGradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

body.tmsg-theme-sunrise {
    background: linear-gradient(-45deg, #c4613a, #d4854d, #e8b86d, #c97b44, #b85530);
    background-size: 400% 400%;
    animation: tmsgSunriseGradient 18s ease infinite;
    color: #2c1810;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

/* Header */
body.tmsg-theme-sunrise .tmsg-header { border-bottom: 1px solid rgba(44,24,16,0.15); margin-bottom: 4px; }
body.tmsg-theme-sunrise .tmsg-logo-line1 { color: rgba(44,24,16,0.6); font-family: 'Open Sans', sans-serif; }
body.tmsg-theme-sunrise .tmsg-logo-line2 { color: #2c1810; font-family: 'Cormorant Garamond', serif; font-weight: 700; }

/* Card */
body.tmsg-theme-sunrise .tmsg-card {
    background: rgba(255,245,230,0.55);
    border: 1px solid rgba(255,255,255,0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 48px rgba(100,30,10,0.2);
    color: #2c1810;
}

/* Statement */
body.tmsg-theme-sunrise .tmsg-statement {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    color: #6b2510;
    font-size: clamp(1.8rem, 6.5vw, 3rem);
    letter-spacing: -0.01em;
}

/* Divider */
body.tmsg-theme-sunrise .tmsg-divider {
    background: linear-gradient(90deg, transparent, #c4613a, transparent);
    opacity: 0.7;
}

/* Scripture */
body.tmsg-theme-sunrise .tmsg-scripture-ref { color: #8b3a1e; font-family: 'Cormorant Garamond', serif; font-size: clamp(1rem, 3.2vw, 1.25rem); }
body.tmsg-theme-sunrise .tmsg-scripture-text { color: rgba(44,24,16,0.7); }

/* Detail labels */
body.tmsg-theme-sunrise .tmsg-detail-label { color: #8b3a1e; }

/* Declaration */
body.tmsg-theme-sunrise .tmsg-declaration-text { color: #6b2510; }

/* Read Script button */
body.tmsg-theme-sunrise .tmsg-read-script-btn { color: #6b2510; border-color: rgba(107,37,16,0.45); }

/* Resource links */
body.tmsg-theme-sunrise .tmsg-resource-link {
    background: rgba(196,97,58,0.12);
    border: 1px solid rgba(196,97,58,0.5);
    color: #6b2510;
}
body.tmsg-theme-sunrise .tmsg-resource-link:hover { background: rgba(196,97,58,0.22); }

/* Countdown */
body.tmsg-theme-sunrise .tmsg-countdown-bar-wrap { background: rgba(44,24,16,0.15); }
body.tmsg-theme-sunrise .tmsg-countdown-bar { background: #c4613a; }
body.tmsg-theme-sunrise .tmsg-countdown-wrap { color: #2c1810; }

/* Share buttons */
body.tmsg-theme-sunrise .tmsg-share-btn-facebook { background: #1877F2; color: #fff; border-color: #1877F2; }
body.tmsg-theme-sunrise .tmsg-share-btn-twitter  { background: #1DA1F2; color: #fff; border-color: #1DA1F2; }
body.tmsg-theme-sunrise .tmsg-share-copy         { color: #6b2510; border-color: rgba(107,37,16,0.45); }
body.tmsg-theme-sunrise .tmsg-skip-btn           { color: #6b2510; }

/* BLB links */
body.tmsg-theme-sunrise a[href*="blueletterbible"] { color: #8b3a1e !important; text-decoration: underline dotted; }
