:root{--bg:#05080d;--bg-soft:#090d14;--panel:#0b1018;--panel-2:#0f141d;--text:#eef3f8;--muted:#aab7c6;--accent:#c7a15d;--accent-2:#9a7740;--line:rgba(255,255,255,.08);--shadow:rgba(0,0,0,.42)}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:linear-gradient(180deg,#05080d 0,#0b1018 100%);color:var(--text);font:16px/1.7 Inter,system-ui,Arial,sans-serif}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,92vw);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,8,13,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:18px}
.brand{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.brand strong{display:block;font-size:1.02rem;line-height:1.2}.brand small{display:block;color:var(--muted);line-height:1.2}
.brand-mark{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:16px;background:linear-gradient(135deg,#d2b278,var(--accent-2));color:#132032;font-size:1.35rem;font-weight:800;box-shadow:0 14px 30px rgba(199,161,93,.24)}
.main-nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.main-nav a{color:var(--text);padding:10px 14px;border-radius:12px;line-height:1.2;font-size:.96rem}.main-nav a:hover,.main-nav a.is-active{background:#111824;color:#fff}
.menu-toggle{display:none;align-items:center;justify-content:center;gap:5px;flex-direction:column;padding:0;border-radius:14px;border:1px solid var(--line);background:#0d131d;color:var(--text);width:50px;height:50px;min-width:50px;min-height:50px;flex:0 0 50px}.menu-toggle span{display:block;width:22px;height:2.5px;background:#fff;border-radius:99px}
.hero{display:grid;grid-template-columns:1.12fr .88fr;gap:14px;padding:6px 0 4px}.hero-split{align-items:stretch}.hero-shell{padding:14px 16px}.eyebrow{display:inline-block;padding:7px 12px;background:rgba(199,161,93,.12);border:1px solid rgba(199,161,93,.34);border-radius:999px;color:#ebcb91;font-size:.82rem;font-weight:700}.hero h1{font-size:clamp(1.7rem,3.4vw,2.7rem);line-height:1.08;margin:.55rem 0 .8rem;max-width:16ch}.hero p{color:var(--muted);max-width:68ch}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:14px;border:1px solid var(--line);background:#0f151f;color:var(--text);cursor:pointer}.btn-primary{background:linear-gradient(135deg,#c7a15d,var(--accent-2));color:#141d28;border:none;font-weight:800}.text-link{color:#f2cf97}
.daily-card,.card,.surah-card,.verse-card,.topic-card{background:linear-gradient(180deg,rgba(11,16,24,.98),rgba(8,12,19,.98));border:1px solid rgba(255,255,255,.07);border-radius:24px;box-shadow:0 18px 40px var(--shadow)}
.daily-card,.card,.topic-card{padding:18px}.spotlight-card{position:relative;overflow:hidden}.spotlight-card:before{content:"";position:absolute;inset:auto -25% -35% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(199,161,93,.18),rgba(199,161,93,0));pointer-events:none}
.daily-card small,.verse-meta,.result-count,.topic-kicker{color:var(--muted)}.daily-card h2,.page-head h1,.section-head h2{margin:.4rem 0 1rem}
.arabic{font-size:1.55rem;line-height:2.15;text-align:right;font-family:"Amiri","Scheherazade New",serif;color:#f7e5bc}.arabic.large{font-size:2rem}
.stat-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.stat{padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02);min-width:126px}.stat strong{display:block;font-size:1.15rem;color:#fff}.hero-side{min-height:100%}
.section{padding:18px 0 22px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.surah-grid,.topic-grid,.verse-detail,.footer-grid{display:grid;gap:16px}.surah-grid{grid-template-columns:repeat(4,1fr)}.topic-grid{grid-template-columns:repeat(4,1fr)}
.topic-card h3{margin:.25rem 0 .7rem}.topic-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}
.surah-card{padding:18px;display:flex;flex-direction:column;gap:6px;transition:transform .18s ease,border-color .18s ease}.surah-card:hover{transform:translateY(-2px);border-color:rgba(199,161,93,.45)}.surah-card span{color:#ebcb91;font-weight:700}.surah-card small,.surah-card em{color:var(--muted);font-style:normal}
.page-head{padding:28px 0 12px}.verse-list{display:grid;gap:16px}.verse-card{padding:20px}.verse-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.summary-box{margin-top:12px;padding:14px;border-left:3px solid var(--accent);background:rgba(199,161,93,.08);border-radius:10px}.verse-detail{grid-template-columns:1fr 1fr}.translation{font-size:1.08rem}
.search-form{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0 20px}.search-form input,.form-grid input,.form-grid select,.form-grid textarea,.login-card input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#0c121b;color:var(--text)}
.form-grid,.login-card{display:grid;gap:16px}.form-grid .full{grid-column:1/-1}.login-wrap{display:grid;place-items:center;min-height:70vh}.login-card{width:min(520px,100%)}.admin-grid .admin-stat{font-size:2rem;font-weight:800}
.notice{padding:14px 16px;border-radius:16px;margin:14px 0;border:1px solid transparent}.notice.success{background:#1d3424;border-color:#356742}.notice.warning{background:#42341b;border-color:#8a6b24}.notice.error{background:#422324;border-color:#8c3f47}
.site-footer{border-top:1px solid var(--line);margin-top:36px;padding:28px 0 44px;color:var(--muted)}.footer-grid{grid-template-columns:1fr 1fr}.footer-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px}.footer-links a{padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:#0c121b}
.mobile-backdrop{display:none}
@media (max-width:980px){
  .hero,.surah-grid,.topic-grid,.verse-detail,.footer-grid{grid-template-columns:1fr}
  .hero h1{max-width:none}
  .topbar{align-items:center;flex-wrap:nowrap;gap:12px}
  .menu-toggle{display:inline-flex;flex:0 0 auto}
  .main-nav{position:fixed;top:76px;right:12px;left:12px;display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:18px;background:#182333;box-shadow:0 24px 60px rgba(0,0,0,.34);border:1px solid var(--line);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:.18s ease;max-height:calc(100vh - 96px);overflow:auto}
  .main-nav a{background:#223041;padding:14px 16px;border-radius:14px;font-size:1rem;min-height:52px;display:flex;align-items:center;justify-content:center;width:100%;font-weight:700;text-align:center}
  .main-nav.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
  .mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.34);display:none}
  .mobile-backdrop.is-open{display:block}
}

.audio-shell{margin-top:12px;padding:8px 8px 10px;border-radius:18px;background:linear-gradient(180deg,rgba(9,13,20,.98),rgba(5,8,13,.96));border:1px solid rgba(199,161,93,.14);box-shadow:0 12px 28px rgba(0,0,0,.28)}
.quran-audio{display:none}
.player-label,.player-label-dot{display:none}
.player-console{background:linear-gradient(180deg,rgba(8,12,18,.98),rgba(4,7,12,.99));border:1px solid rgba(199,161,93,.18);border-radius:15px;padding:8px 12px 8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 10px 24px rgba(0,0,0,.3)}
.player-progress-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:8px}
.player-time{color:#e7d9b8;font-weight:600;font-variant-numeric:tabular-nums;font-size:.76rem;white-space:nowrap;opacity:.96;letter-spacing:.02em}
.player-progress-wrap{position:relative}
.player-progress{appearance:none;-webkit-appearance:none;width:100%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0,var(--progress,0%),rgba(226,233,243,.74) var(--progress,0%),rgba(226,233,243,.74) 100%);outline:none;border:none}
.player-progress::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:11px;height:11px;border-radius:50%;background:linear-gradient(135deg,#dec48f,var(--accent-2));border:0;box-shadow:0 0 0 2px rgba(199,161,93,.18),0 2px 6px rgba(0,0,0,.28);cursor:pointer}
.player-progress::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:linear-gradient(135deg,#dec48f,var(--accent-2));border:0;box-shadow:0 0 0 2px rgba(199,161,93,.18),0 2px 6px rgba(0,0,0,.28);cursor:pointer}
.player-controls{display:flex;align-items:center;justify-content:center;gap:10px}
.player-control-btn,.player-main-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#d6dfeb;cursor:pointer;padding:0;transition:transform .18s ease,opacity .18s ease,color .18s ease;opacity:.94}
.player-control-btn:hover,.player-main-btn:hover{transform:translateY(-1px) scale(1.04);opacity:1;color:#fff}
.player-control-btn:active,.player-main-btn:active{transform:translateY(0) scale(.98)}
.player-control-btn{width:24px;height:24px}
.player-main-btn{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#dfc48e,var(--accent-2));color:#132032;box-shadow:0 8px 18px rgba(0,0,0,.22)}
.player-icon{display:block;position:relative}
.player-main-btn .player-icon-play{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #132032;left:2px}
.player-main-btn .player-icon-pause{display:none;width:12px;height:16px;background:linear-gradient(90deg,#132032 0 34%,transparent 34% 66%,#132032 66% 100%);border-radius:2px}
.custom-audio-player.is-playing .player-main-btn .player-icon-play{display:none}
.custom-audio-player.is-playing .player-main-btn .player-icon-pause{display:block}
.player-control-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;display:block}
.player-control-btn.is-active{color:#ebcb91}
.footer-signature{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-top:26px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}
.footer-signature-text{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#d8dee6;text-align:center}.audio-drawer{display:block;margin-top:10px}
@media (max-width:980px){.main-nav{left:0;right:0;top:73px;border-radius:0 0 20px 20px;padding:0;border-left:none;border-right:none}.main-nav a{border-radius:0;min-height:58px;padding:0 16px}.main-nav a+a{border-top:1px solid var(--line)}.audio-shell{padding:7px 7px 9px}.player-progress-row{gap:8px}.player-time{font-size:.72rem}.player-controls{gap:8px}.player-control-btn{width:22px;height:22px}.player-main-btn{width:34px;height:34px}.player-control-icon{width:15px;height:15px}.player-main-btn .player-icon-play{border-top-width:7px;border-bottom-width:7px;border-left-width:11px}.player-main-btn .player-icon-pause{width:10px;height:14px}}

.surah-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.surah-head h1{margin-bottom:.35rem}.surah-hero-play{width:92px;height:92px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#dfc48e,var(--accent));box-shadow:0 18px 34px rgba(0,0,0,.22);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hero-play-icon{position:relative;display:block;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:28px solid #132032;left:4px}.surah-master-player .audio-shell{margin-top:8px;margin-bottom:18px}.reading-box{background:rgba(199,161,93,.11)}.reading-box strong{display:block;margin-bottom:6px}.site-footer,.footer-grid,.footer-signature{display:grid}@media (max-width:980px){.surah-head{align-items:flex-start}.surah-hero-play{width:76px;height:76px}.hero-play-icon{border-top-width:15px;border-bottom-width:15px;border-left-width:24px}}

.verse-detail-single{display:block}.verse-detail-single .card{max-width:860px;margin:0 auto}


.verse-arabic{margin:0 0 12px;font-size:1.65rem;line-height:2.25;color:#f3e1b2;text-shadow:0 6px 18px rgba(0,0,0,.18)}
.verse-arabic-large{font-size:2.1rem;line-height:2.45;margin-bottom:16px}
.verse-arabic-home{margin:.15rem 0 .75rem;font-size:1.5rem;line-height:2.1}
.verse-arabic-search{margin:.1rem 0 .7rem;font-size:1.35rem;line-height:2}
.ultra-player-console{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(8,13,21,.94),rgba(13,20,31,.98));border-color:rgba(224,195,136,.22)}
.ultra-player-console:before{content:'';position:absolute;inset:-30% auto auto -15%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(224,195,136,.18),rgba(224,195,136,0) 68%);pointer-events:none}
.player-topline,.player-bottomline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.player-topline{margin-bottom:10px}
.player-track-meta{display:flex;flex-direction:column;min-width:0}
.player-track-meta strong{font-size:.95rem;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.player-track-meta span{font-size:.76rem;color:#c7d2df;opacity:.82;letter-spacing:.04em;text-transform:uppercase}
.player-wave{display:flex;align-items:flex-end;gap:4px;height:24px;min-width:52px;justify-content:flex-end}
.player-wave span{display:block;width:4px;border-radius:999px;background:linear-gradient(180deg,#f4ddaf,#b78543);height:8px;opacity:.7;transform-origin:bottom center;animation:playerWave 1.2s ease-in-out infinite}
.player-wave span:nth-child(2){height:18px;animation-delay:.12s}.player-wave span:nth-child(3){height:11px;animation-delay:.24s}.player-wave span:nth-child(4){height:20px;animation-delay:.36s}.player-wave span:nth-child(5){height:14px;animation-delay:.48s}
.custom-audio-player:not(.is-playing) .player-wave span{animation-play-state:paused;opacity:.35}
.player-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(224,195,136,.1);border:1px solid rgba(224,195,136,.18);color:#efd7a7;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.player-volume{appearance:none;-webkit-appearance:none;width:92px;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(224,195,136,.95),rgba(255,255,255,.42));border:none;outline:none}
.player-volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#f2ddb1;border:none;box-shadow:0 0 0 2px rgba(224,195,136,.15)}
.player-volume::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#f2ddb1;border:none;box-shadow:0 0 0 2px rgba(224,195,136,.15)}
.player-bottomline{margin-top:10px}
.custom-audio-player.is-playing .ultra-player-console{box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 30px rgba(0,0,0,.26),0 0 0 1px rgba(224,195,136,.08)}
.custom-audio-player.is-playing .player-main-btn{box-shadow:0 10px 24px rgba(0,0,0,.26),0 0 18px rgba(224,195,136,.18)}
.custom-audio-player.is-muted [data-mute]{color:#efd7a7}
@keyframes playerWave{0%,100%{transform:scaleY(.55);opacity:.45}50%{transform:scaleY(1);opacity:1}}
@media (max-width:980px){.player-topline{margin-bottom:8px}.player-track-meta strong{font-size:.88rem}.player-wave{min-width:44px;height:20px}.player-volume{width:74px}.verse-arabic{font-size:1.45rem;line-height:2.05}.verse-arabic-large{font-size:1.8rem}}


/* v12 mobile polish */
body{overflow-x:hidden}
main.wrap{padding-bottom:96px}
.hero-side .audio-shell,.verse-card .audio-shell,.verse-detail .audio-shell{margin-top:14px}
.verse-card{padding:18px}
.translation{font-size:1.02rem;line-height:1.8}
@media (max-width:980px){
  html,body{background:#05080d}
  .wrap{width:min(100%,100vw);padding-left:14px;padding-right:14px}
  main.wrap{padding-top:10px;padding-bottom:112px}
  .site-header{background:rgba(5,8,13,.96);border-bottom-color:rgba(255,255,255,.06)}
  .topbar{padding:10px 0}
  .brand-mark{width:42px;height:42px;flex-basis:42px;border-radius:14px;font-size:1.2rem}
  .brand strong{font-size:.96rem}
  .brand small{font-size:.74rem}
  .hero{gap:12px;padding:2px 0 0}
  .hero-shell,.daily-card,.card,.topic-card,.verse-card,.surah-card{border-radius:22px}
  .hero-shell{padding:16px}
  .daily-card,.card,.topic-card,.verse-card{padding:16px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn{width:100%;min-height:50px}
  .stat-row{grid-template-columns:repeat(3,1fr);gap:10px}
  .stat{padding:12px 10px;border-radius:18px}
  .section{margin-top:16px}
  .section-head{margin-bottom:12px}
  .surah-grid,.topic-grid,.verse-list{gap:12px}
  .surah-card{padding:16px;min-height:unset}
  .page-head,.surah-head{margin:10px 0 14px}
  .page-head p,.surah-head p{font-size:.94rem}
  .verse-arabic{font-size:1.55rem;line-height:2.15}
  .translation{font-size:1rem;line-height:1.85}
  .audio-shell{padding:8px 8px 10px;border-radius:20px}
  .player-console{padding:10px 12px;border-radius:16px}
  .player-track-meta strong{font-size:.88rem}
  .player-track-meta span{font-size:.7rem}
  .player-progress-row{grid-template-columns:38px 1fr 38px;gap:8px}
  .player-bottomline{gap:10px;align-items:center}
  .player-volume{width:84px}
  .site-footer{padding:20px 0 28px}
  .footer-grid{gap:12px}
  .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .footer-links a{text-align:center}
}
@media (max-width:640px){
  .wrap{padding-left:12px;padding-right:12px}
  .hero h1{font-size:1.55rem;line-height:1.12}
  .eyebrow{font-size:.74rem;padding:6px 10px}
  .main-nav{top:68px}
  .main-nav a{min-height:56px;font-size:.98rem}
  .daily-card h2{font-size:1.12rem}
  .surah-card strong{font-size:1rem}
  .verse-card{padding:14px}
  .verse-meta{font-size:.78rem}
  .verse-arabic{font-size:1.4rem;line-height:2}
  .translation{font-size:.98rem;line-height:1.82}
  .player-controls{gap:9px}
  .player-control-btn{width:24px;height:24px}
  .player-main-btn{width:40px;height:40px}
  .player-bottomline{justify-content:space-between}
  .player-chip{font-size:.68rem;padding:5px 9px}
  .player-volume{width:72px}
  .site-footer .card{padding:14px}
}


/* v13 dark polish + global mini player + premium transitions */
:root{--bg:#0b1320;--bg-soft:#101b2a;--panel:#132032;--panel-2:#0f1927;--text:#f3f7fb;--muted:#afbbc9;--accent:#d8b67a;--accent-2:#9c7441;--line:rgba(255,255,255,.09);--shadow:rgba(0,0,0,.36)}
html,body{background:linear-gradient(180deg,#08111b 0,#101b2a 58%,#0b1320 100%)}
.site-header{background:rgba(7,12,18,.92)}
.daily-card,.card,.surah-card,.verse-card,.topic-card,.audio-shell,.player-console{transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease,background .26s ease,opacity .4s ease}
.daily-card:hover,.card:hover,.surah-card:hover,.verse-card:hover,.topic-card:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(0,0,0,.28)}
.hero-main,.hero-side,.section,.verse-card,.surah-card,.topic-card,.site-footer{animation:fadeLift .46s ease both}
.hero-side{animation-delay:.05s}.section:nth-of-type(2){animation-delay:.08s}.section:nth-of-type(3){animation-delay:.12s}
@keyframes fadeLift{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.site-mini-player{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);width:min(720px,calc(100vw - 20px));display:grid;grid-template-columns:48px 1fr minmax(120px,180px) auto;align-items:center;gap:12px;padding:10px 14px;border-radius:24px;background:linear-gradient(180deg,rgba(7,12,18,.96),rgba(12,19,31,.98));border:1px solid rgba(216,182,122,.18);box-shadow:0 20px 40px rgba(0,0,0,.38);backdrop-filter:blur(16px);z-index:120}
.site-mini-player[hidden]{display:none}
.mini-player-main{width:48px;height:48px;border:none;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e4c890,var(--accent-2));box-shadow:0 10px 24px rgba(0,0,0,.3);cursor:pointer}
.mini-player-meta{min-width:0;display:flex;flex-direction:column}
.mini-player-meta strong{font-size:.96rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mini-player-meta span{font-size:.74rem;color:#c5cfdb;text-transform:uppercase;letter-spacing:.08em}
.mini-player-progress{position:relative;height:4px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}
.mini-player-progress span{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,#f1d9aa,#c6924f)}
.mini-player-link{justify-self:end;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#f3f7fb;font-size:.84rem}
.mini-icon-play{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #132032;margin-left:3px}
.mini-icon-pause{display:none;width:12px;height:16px;background:linear-gradient(90deg,#132032 0 34%,transparent 34% 66%,#132032 66% 100%);border-radius:2px}
.site-mini-player.is-playing .mini-icon-play{display:none}
.site-mini-player.is-playing .mini-icon-pause{display:block}
@media (max-width:980px){
  main.wrap{padding-bottom:148px}
  .site-mini-player{bottom:10px;width:calc(100vw - 14px);grid-template-columns:44px 1fr auto;gap:10px;padding:10px 12px;border-radius:22px}
  .mini-player-main{width:44px;height:44px}
  .mini-player-progress{grid-column:1 / -1;order:4}
  .mini-player-link{font-size:.76rem;padding:8px 10px}
}
@media (max-width:640px){
  main.wrap{padding-bottom:156px}
  .site-mini-player{grid-template-columns:42px 1fr;gap:10px}
  .mini-player-link{grid-column:1 / -1;justify-self:stretch;text-align:center}
}

body{background:#020617;color:#e5e7eb}


.verse-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;}
.verse-card.is-playing-verse{border-color:rgba(224,195,136,.42);box-shadow:0 20px 44px rgba(0,0,0,.45),0 0 0 1px rgba(224,195,136,.12);background:linear-gradient(180deg,rgba(14,19,28,.99),rgba(9,13,20,.99));transform:translateY(-1px);}
.site-mini-player{background:rgba(5,8,13,.96)!important;border-color:rgba(224,195,136,.18)!important;box-shadow:0 18px 48px rgba(0,0,0,.5)!important;}
.mini-player-link{background:rgba(224,195,136,.08)!important;}
@media (max-width:980px){ .main-nav{background:#0a0f17;} .main-nav a{background:#0f151f;} .hero-shell,.daily-card,.card,.topic-card,.verse-card,.surah-card{background:linear-gradient(180deg,rgba(10,15,22,.99),rgba(6,9,14,.99));} }

.site-subtitle{font-size:14px;opacity:.78;margin-top:6px;letter-spacing:.2px;}
