/* =====================================================
   TMSG Theme: Holy Gold
   Deep navy/black + animated particles + gold accents
   Fonts: Playfair Display (heading) + Lato (body)
   ===================================================== */

body.tmsg-theme-holy-gold {
    background: #08091a;
    color: #f0eadc;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/* Particle canvas tint */
body.tmsg-theme-holy-gold #tmsg-bg-canvas {
    background: linear-gradient(160deg, #08091a 0%, #0d1030 40%, #060810 100%);
}

/* Header */
body.tmsg-theme-holy-gold .tmsg-header { border-bottom: 1px solid rgba(212,168,67,0.2); margin-bottom: 4px; }
body.tmsg-theme-holy-gold .tmsg-logo-line1 { color: rgba(212,168,67,0.75); font-family: 'Lato', sans-serif; letter-spacing: 0.4em; }
body.tmsg-theme-holy-gold .tmsg-logo-line2 { color: #d4a843; font-family: 'Playfair Display', serif; letter-spacing: 0.08em; }

/* Card */
body.tmsg-theme-holy-gold .tmsg-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,168,67,0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(212,168,67,0.15);
}

/* Statement */
body.tmsg-theme-holy-gold .tmsg-statement {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #d4a843;
    text-shadow: 0 0 40px rgba(212,168,67,0.25);
}

/* Divider */
body.tmsg-theme-holy-gold .tmsg-divider { background: linear-gradient(90deg, transparent, #d4a843, transparent); opacity: 1; }

/* Scripture */
body.tmsg-theme-holy-gold .tmsg-scripture-ref { color: #f0c060; font-family: 'Playfair Display', serif; }
body.tmsg-theme-holy-gold .tmsg-scripture-text { color: rgba(240,234,220,0.75); }

/* Detail labels */
body.tmsg-theme-holy-gold .tmsg-detail-label { color: #d4a843; }

/* Declaration */
body.tmsg-theme-holy-gold .tmsg-declaration-text { color: #d4a843; }

/* Read Script button */
body.tmsg-theme-holy-gold .tmsg-read-script-btn { color: #d4a843; border-color: rgba(212,168,67,0.5); }

/* Resource links */
body.tmsg-theme-holy-gold .tmsg-resource-link {
    background: rgba(212,168,67,0.12);
    border: 1px solid rgba(212,168,67,0.45);
    color: #d4a843;
}
body.tmsg-theme-holy-gold .tmsg-resource-link:hover { background: rgba(212,168,67,0.22); }

/* Countdown bar */
body.tmsg-theme-holy-gold .tmsg-countdown-bar { background: #d4a843; }

/* Share buttons */
body.tmsg-theme-holy-gold .tmsg-share-btn-facebook  { background: #1877F2; color: #fff; border-color: #1877F2; }
body.tmsg-theme-holy-gold .tmsg-share-btn-twitter   { background: #1DA1F2; color: #fff; border-color: #1DA1F2; }
body.tmsg-theme-holy-gold .tmsg-share-copy          { color: #d4a843; border-color: rgba(212,168,67,0.5); }
body.tmsg-theme-holy-gold .tmsg-skip-btn            { color: #d4a843; }

/* BLB tooltip override hint */
body.tmsg-theme-holy-gold a[class*="blb"],
body.tmsg-theme-holy-gold a[href*="blueletterbible"] { color: #f0c060 !important; text-decoration: underline dotted; }
