/* =====================================================
   TMSG Theme: Still Waters
   Deep forest green + animated bokeh light orbs
   Fonts: Cinzel (heading) + Raleway (body)
   ===================================================== */

body.tmsg-theme-still-waters {
    background: #0a2015;
    color: #e8f5ef;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

/* Bokeh canvas base */
body.tmsg-theme-still-waters #tmsg-bg-canvas {
    background: radial-gradient(ellipse at 30% 20%, #0d3322 0%, #081a10 60%, #050e09 100%);
}

/* Header */
body.tmsg-theme-still-waters .tmsg-header { border-bottom: 1px solid rgba(127,212,184,0.2); margin-bottom: 4px; }
body.tmsg-theme-still-waters .tmsg-logo-line1 { color: rgba(127,212,184,0.65); font-family: 'Raleway', sans-serif; }
body.tmsg-theme-still-waters .tmsg-logo-line2 { color: #7fd4b8; font-family: 'Cinzel', serif; letter-spacing: 0.12em; }

/* Card */
body.tmsg-theme-still-waters .tmsg-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(127,212,184,0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.4), 0 0 80px rgba(127,212,184,0.04);
}

/* Statement */
body.tmsg-theme-still-waters .tmsg-statement {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(127,212,184,0.2);
    letter-spacing: 0.02em;
    font-size: clamp(1.4rem, 5.5vw, 2.6rem);
}

/* Divider */
body.tmsg-theme-still-waters .tmsg-divider {
    background: linear-gradient(90deg, transparent, #7fd4b8, transparent);
    opacity: 1;
}

/* Scripture */
body.tmsg-theme-still-waters .tmsg-scripture-ref {
    color: #7fd4b8;
    font-family: 'Cinzel', serif;
    font-weight: 400;
}
body.tmsg-theme-still-waters .tmsg-scripture-text { color: rgba(232,245,239,0.7); }

/* Detail labels */
body.tmsg-theme-still-waters .tmsg-detail-label { color: #7fd4b8; }

/* Read Script button */
body.tmsg-theme-still-waters .tmsg-read-script-btn { color: #7fd4b8; border-color: rgba(127,212,184,0.4); }

/* Resource links */
body.tmsg-theme-still-waters .tmsg-resource-link {
    background: rgba(127,212,184,0.1);
    border: 1px solid rgba(127,212,184,0.35);
    color: #7fd4b8;
}
body.tmsg-theme-still-waters .tmsg-resource-link:hover { background: rgba(127,212,184,0.2); }

/* Countdown */
body.tmsg-theme-still-waters .tmsg-countdown-bar-wrap { background: rgba(127,212,184,0.15); }
body.tmsg-theme-still-waters .tmsg-countdown-bar { background: #7fd4b8; }

/* Share buttons */
body.tmsg-theme-still-waters .tmsg-share-btn-facebook { background: #1877F2; color: #fff; border-color: #1877F2; }
body.tmsg-theme-still-waters .tmsg-share-btn-twitter  { background: #1DA1F2; color: #fff; border-color: #1DA1F2; }
body.tmsg-theme-still-waters .tmsg-share-copy         { color: #7fd4b8; border-color: rgba(127,212,184,0.4); }
body.tmsg-theme-still-waters .tmsg-skip-btn           { color: #7fd4b8; }

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