@import "https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#f8fafc;--bg-surface:#fff;--bg-surface-elevated:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-header:#fff;--bg-player:#fff;--bg-overlay:#0f172aa6;--accent-emerald:#059669;--accent-emerald-light:#10b981;--accent-emerald-dark:#047857;--accent-emerald-glow:#05966933;--accent-gold:#b45309;--accent-gold-light:#d97706;--accent-gold-glow:#b453092e;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-subtle:#0f172a14;--border-active:#05966966;--card-shadow:0 2px 8px #0f172a0a, 0 1px 3px #0f172a05;--card-shadow-hover:0 8px 24px #0f172a14;--player-shadow:0 10px 30px #0f172a1f, 0 2px 8px #0f172a0f;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-arabic:"Amiri", serif;--player-height:76px}[data-theme=dark]{--bg-main:#080c16;--bg-surface:#0f172a;--bg-surface-elevated:#1e293b;--bg-card:#0f172ad9;--bg-card-hover:#1e293bf2;--bg-header:#080c16;--bg-player:#0f172a;--bg-overlay:#000000bf;--accent-emerald:#10b981;--accent-emerald-light:#34d399;--accent-emerald-dark:#059669;--accent-emerald-glow:#10b98140;--accent-gold:#f59e0b;--accent-gold-light:#fbbf24;--accent-gold-glow:#f59e0b33;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-subtle:#ffffff14;--border-active:#10b98166;--card-shadow:0 4px 20px #00000059;--card-shadow-hover:0 8px 30px #0000008c;--player-shadow:0 -4px 30px #00000080}[data-accent=gold]{--accent-emerald:#d97706;--accent-emerald-light:#f59e0b;--accent-emerald-dark:#b45309;--accent-emerald-glow:#d9770640;--border-active:#d9770673}[data-accent=indigo]{--accent-emerald:#6366f1;--accent-emerald-light:#818cf8;--accent-emerald-dark:#4f46e5;--accent-emerald-glow:#6366f140;--border-active:#6366f173}[data-accent=sapphire]{--accent-emerald:#0284c7;--accent-emerald-light:#38bdf8;--accent-emerald-dark:#0369a1;--accent-emerald-glow:#0284c740;--border-active:#0284c773}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{background-color:var(--bg-main);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);line-height:1.5;transition:background-color .25s,color .25s}body{background-image:radial-gradient(circle at 10% 10%, var(--accent-emerald-glow) 0%, transparent 45%), radial-gradient(circle at 90% 90%, var(--accent-gold-glow) 0%, transparent 45%);background-attachment:fixed;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.arabic-text{font-family:var(--font-arabic);direction:rtl}.dot-sep{color:var(--text-muted);opacity:.6}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:16s linear infinite spin-slow}@keyframes pulse-ring{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes sound-wave-bounce{0%,to{height:4px}50%{height:16px}}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-header{z-index:40;background:var(--bg-header);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:10px 18px;display:flex;position:sticky;top:0;box-shadow:0 1px 12px #0000000a}.brand-logo{color:var(--text-primary);align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.brand-icon{background:linear-gradient(135deg, var(--accent-emerald) 0%, var(--accent-emerald-dark) 100%);color:#fff;width:38px;height:38px;box-shadow:0 4px 14px var(--accent-emerald-glow);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-text-container{flex-direction:column;min-width:0;display:flex}.brand-title-row{align-items:baseline;gap:6px;display:flex}.brand-title{letter-spacing:-.025em;white-space:nowrap;font-size:1.02rem;font-weight:800}.brand-arabic-subtitle{color:var(--accent-gold);font-size:.85rem;font-weight:600;line-height:1}.header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.navbar-center-pill{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:9999px;align-items:center;padding:3px 6px;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 8px #0000000a}.navbar-center-pill:hover{border-color:var(--border-active);box-shadow:0 4px 14px #00000014}.navbar-center-pill.synced{border-color:#10b9814d}.navbar-center-pill.local{border-color:#f59e0b40}.center-pill-btn{color:var(--text-secondary);cursor:pointer;font-size:.76rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-radius:9999px;align-items:center;gap:6px;padding:5px 10px;transition:all .2s;display:inline-flex}.center-pill-btn:hover{background:var(--bg-card);color:var(--text-primary)}.center-pill-btn:active{transform:scale(.96)}.stream-action-btn{color:var(--text-secondary)}.stream-action-btn:hover,.stream-icon-accent{color:var(--accent-emerald)}.center-pill-divider{background:var(--border-subtle);flex-shrink:0;width:1px;height:16px;margin:0 2px}.account-action-btn{color:var(--text-primary)}.sync-pulse-indicator{background:var(--accent-emerald);width:7px;height:7px;box-shadow:0 0 6px var(--accent-emerald);border-radius:50%;flex-shrink:0;display:inline-block}.navbar-center-pill.local .sync-pulse-indicator{background:var(--accent-gold);box-shadow:0 0 6px var(--accent-gold)}.profile-pill-icon{opacity:.85;align-items:center;display:inline-flex}.profile-pill-label{text-overflow:ellipsis;white-space:nowrap;max-width:110px;overflow:hidden}.center-pill-chevron{color:var(--text-muted);transition:transform .2s}.account-action-btn:hover .center-pill-chevron{color:var(--text-primary);transform:translateY(1px)}.icon-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.icon-btn:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--border-active)}.icon-btn:active{transform:scale(.94)}.control-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;font-family:var(--font-sans);border-radius:10px;justify-content:center;align-items:center;padding:6px 12px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.control-btn:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--border-active)}.control-btn:active{transform:scale(.97)}.control-btn.active{color:var(--accent-emerald);border-color:var(--accent-emerald);box-shadow:0 0 10px var(--accent-emerald-glow);background:#0596691f}.main-content{width:100%;max-width:1200px;padding:18px 16px;padding-bottom:calc(var(--player-height) + 50px);margin:0 auto}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.section-title{align-items:baseline;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.section-arabic-title{color:var(--accent-gold);font-size:1.15rem}.surah-count-badge{color:var(--text-muted);font-size:.78rem;font-weight:600}.resume-banner-slim{background:var(--bg-card);border:1px solid var(--border-active);box-shadow:var(--card-shadow);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:8px 14px;transition:all .2s;display:flex;position:relative;overflow:hidden}.resume-banner-slim:hover{background:var(--bg-card-hover);border-color:var(--accent-emerald);box-shadow:var(--card-shadow-hover);transform:translateY(-1px)}.resume-slim-left{align-items:center;gap:10px;min-width:0;display:flex}.resume-slim-icon{background:var(--accent-emerald);color:#fff;width:32px;height:32px;box-shadow:0 2px 8px var(--accent-emerald-glow);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.resume-slim-text{flex-direction:column;min-width:0;display:flex}.resume-slim-title-row{white-space:nowrap;text-overflow:ellipsis;align-items:baseline;gap:6px;display:flex;overflow:hidden}.resume-slim-tag{text-transform:uppercase;color:var(--accent-emerald);background:#0596691a;border-radius:4px;align-items:center;gap:3px;padding:1px 5px;font-size:.65rem;font-weight:800;display:inline-flex}.resume-slim-surah{color:var(--text-primary);font-size:.88rem;font-weight:700}.resume-slim-arabic{color:var(--accent-gold);font-size:.95rem}.resume-slim-meta{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:.72rem;display:flex;overflow:hidden}.resume-slim-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.resume-slim-pill{color:var(--accent-emerald);background:#0596691a;border-radius:9999px;padding:2px 7px;font-size:.7rem;font-weight:700}.resume-slim-btn{background:var(--accent-emerald);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:5px 12px;font-size:.78rem;font-weight:700;transition:all .2s}.resume-slim-btn:hover{background:var(--accent-emerald-light)}.resume-slim-progress{background:linear-gradient(90deg, var(--accent-emerald), var(--accent-gold));border-radius:0 0 14px 14px;height:2.5px;position:absolute;bottom:0;left:0}.reciters-section{margin-bottom:24px}.reciter-style-chips{scrollbar-width:none;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.reciter-style-chips::-webkit-scrollbar{display:none}.filter-chip{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:9999px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s}.filter-chip:hover{background:var(--bg-surface-elevated);color:var(--text-primary);border-color:var(--border-active)}.filter-chip:active{transform:scale(.95)}.filter-chip.active{color:var(--accent-emerald);border-color:var(--accent-emerald);box-shadow:0 0 10px var(--accent-emerald-glow);background:#0596691f}.reciter-scroll-container{scrollbar-width:thin;scroll-snap-type:x mandatory;gap:12px;padding:8px 2px 14px;display:flex;overflow-x:auto}.reciter-card{background:var(--bg-card);border:1px solid var(--border-subtle);text-align:center;cursor:pointer;width:145px;box-shadow:var(--card-shadow);scroll-snap-align:start;border-radius:16px;flex:none;padding:12px 10px;transition:all .2s}.reciter-card:hover{background:var(--bg-card-hover);border-color:var(--border-active);box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.reciter-card:active{transform:scale(.96)}.reciter-card.active{border-color:var(--accent-emerald);box-shadow:0 0 16px var(--accent-emerald-glow);background:#05966912}.reciter-avatar-wrap{width:56px;height:56px;margin:0 auto 8px;position:relative}.reciter-avatar{object-fit:cover;border:2px solid var(--border-subtle);border-radius:18px;width:100%;height:100%;transition:border-color .2s}.reciter-card.active .reciter-avatar{border-color:var(--accent-emerald)}.reciter-active-dot{background:var(--accent-emerald);border:2px solid var(--bg-card);border-radius:50%;width:14px;height:14px;position:absolute;bottom:-2px;right:-2px}.reciter-name{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.reciter-arabic{color:var(--accent-gold);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.85rem;overflow:hidden}.reciter-style{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.68rem;overflow:hidden}.custom-stream-card{border-style:dashed;border-color:var(--border-active);background:#05966908}.custom-stream-card:hover{border-color:var(--accent-emerald);background:#05966914}.custom-stream-avatar-wrap{justify-content:center;align-items:center;display:flex}.custom-stream-icon-box{background:var(--bg-surface-elevated);border:2px dashed var(--accent-emerald);width:100%;height:100%;color:var(--accent-emerald);border-radius:18px;justify-content:center;align-items:center;transition:all .2s;display:flex}.custom-stream-card:hover .custom-stream-icon-box{background:var(--accent-emerald);color:#fff;border-style:solid}.search-container{margin-bottom:14px;position:relative}.search-input{background:var(--bg-card);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);font-size:.92rem;font-family:var(--font-sans);box-shadow:var(--card-shadow);border-radius:14px;outline:none;padding:12px 42px;transition:all .2s}.search-input:focus{border-color:var(--accent-emerald);box-shadow:0 0 0 3px var(--accent-emerald-glow);background:var(--bg-surface)}.search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.filter-chips-row{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:8px;display:flex;overflow-x:auto}.filter-chips-row::-webkit-scrollbar{display:none}.tracks-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.track-card{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;box-shadow:var(--card-shadow);border-radius:16px;justify-content:space-between;align-items:center;padding:14px 16px;transition:all .2s;display:flex;position:relative;overflow:hidden}.track-card:hover{background:var(--bg-card-hover);border-color:var(--border-active);box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.track-card:active{transform:scale(.98)}.track-card.active{border-color:var(--accent-emerald);background:#05966914}.track-left{align-items:center;gap:12px;min-width:0;display:flex}.surah-badge{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.surah-badge.active-badge{background:var(--accent-emerald);color:#fff;border-color:var(--accent-emerald);box-shadow:0 2px 10px var(--accent-emerald-glow)}.badge-sound-wave{align-items:flex-end;gap:3px;height:16px;display:flex}.badge-sound-wave span{background:#fff;border-radius:2px;width:3px;animation:.8s ease-in-out infinite sound-wave-bounce}.badge-sound-wave span:nth-child(2){animation-delay:.2s}.badge-sound-wave span:nth-child(3){animation-delay:.4s}.track-details{flex-direction:column;min-width:0;display:flex}.track-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.track-meta{color:var(--text-muted);align-items:center;gap:6px;margin-top:1px;font-size:.75rem;display:flex}.revelation-tag{background:var(--bg-surface-elevated);border-radius:4px;padding:1px 6px;font-size:.68rem}.track-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.track-fav-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:6px;transition:all .2s}.track-fav-btn:hover,.track-fav-btn.active-fav{color:var(--accent-gold);transform:scale(1.15)}.track-arabic-box{text-align:right}.track-arabic{color:var(--accent-gold);font-size:1.3rem;line-height:1.2}.progress-pill{color:var(--accent-emerald);background:#0596691f;border-radius:9999px;margin-top:2px;padding:2px 7px;font-size:.68rem;font-weight:700;display:inline-block}.progress-pill.complete{color:var(--accent-gold);background:#b453091f}.track-card-progress{background:linear-gradient(90deg, var(--accent-emerald), var(--accent-gold));border-radius:0 0 16px 16px;height:3px;position:absolute;bottom:0;left:0}.empty-state-box{text-align:center;color:var(--text-muted);padding:50px 20px}.empty-state-title{color:var(--text-primary);margin-bottom:6px;font-size:1.1rem;font-weight:700}.empty-state-sub{margin-bottom:16px;font-size:.85rem}.empty-state-reset-btn{background:var(--accent-emerald);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 18px;font-weight:700}.mini-player-bar{bottom:calc(10px + env(safe-area-inset-bottom));background:var(--bg-player);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-active);z-index:60;cursor:pointer;border-radius:20px;max-width:850px;margin:0 auto;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;position:fixed;left:12px;right:12px;overflow:hidden;box-shadow:0 12px 36px #00000029,0 2px 8px #00000014}.mini-player-bar:hover{box-shadow:0 16px 42px #00000038, 0 4px 12px var(--accent-emerald-glow);transform:translateY(-2px)}.mini-player-progress-line{background:linear-gradient(90deg, var(--accent-emerald) 0%, var(--accent-gold) 100%);height:3px;transition:width .25s linear}.mini-player-inner{justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.mini-player-info{align-items:center;gap:10px;min-width:0;display:flex}.mini-player-medallion{border-radius:12px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001f}.mini-player-artwork{object-fit:cover;width:100%;height:100%;display:block}.mini-player-wave-overlay{background:#059669a6;justify-content:center;align-items:center;gap:2.5px;display:flex;position:absolute;inset:0}.mini-wave-bar{background:#fff;border-radius:2px;width:3px;animation:1s ease-in-out infinite sound-wave-bounce}.mini-wave-bar.bar-1{height:12px;animation-delay:0s}.mini-wave-bar.bar-2{height:18px;animation-delay:.2s}.mini-wave-bar.bar-3{height:10px;animation-delay:.4s}.mini-player-text{flex-direction:column;gap:2px;min-width:0;display:flex}.mini-player-title-row{white-space:nowrap;text-overflow:ellipsis;align-items:baseline;gap:6px;display:flex;overflow:hidden}.mini-player-title{color:var(--text-primary);font-size:.9rem;font-weight:700}.mini-player-arabic{color:var(--accent-gold);font-size:1rem}.mini-player-sub{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:.72rem;display:flex;overflow:hidden}.mini-reciter-name{font-weight:500}.mini-dot-sep{opacity:.5}.mini-time-text{font-variant-numeric:tabular-nums;opacity:.9}.mini-player-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.mini-icon-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.mini-icon-btn:hover{background:var(--bg-surface-elevated);color:var(--text-primary)}.favorite-mini-btn.active-star{color:var(--accent-gold)}.mini-play-btn{background:var(--accent-emerald);color:#fff;cursor:pointer;width:40px;height:40px;box-shadow:0 4px 14px var(--accent-emerald-glow);border:none;border-radius:50%;justify-content:center;align-items:center;margin:0 2px;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s;display:flex}.mini-play-btn:hover{background:var(--accent-emerald-light);transform:scale(1.08)}.mini-expand-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:2px;transition:all .2s;display:flex}.mini-expand-btn:hover{color:var(--text-primary);background:var(--bg-surface-elevated)}@media (width<=640px){.mini-player-bar{border-radius:16px;bottom:8px;left:8px;right:8px}.mini-player-inner{gap:6px;padding:6px 10px}.mini-player-medallion{border-radius:10px;width:38px;height:38px}.mini-player-title{font-size:.84rem}.mini-player-arabic{font-size:.92rem}.mini-player-sub{font-size:.68rem}.mini-play-btn{width:36px;height:36px}.mini-icon-btn{width:30px;height:30px}.mini-expand-btn{display:none}}.fullscreen-player-overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(20px);z-index:100;flex-direction:column;justify-content:flex-end;animation:.3s cubic-bezier(.16,1,.3,1) slide-up;display:flex;position:fixed;inset:0}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.fullscreen-player-content{background:var(--bg-surface);border:1px solid var(--border-subtle);width:100%;max-width:600px;padding:14px 24px 28px;padding-bottom:calc(28px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;border-bottom:none;border-top-left-radius:28px;border-top-right-radius:28px;flex-direction:column;gap:16px;max-height:94dvh;margin:0 auto;display:flex;overflow-y:auto;box-shadow:0 -10px 40px #0000004d}.sheet-drag-handle{background:var(--border-subtle);cursor:pointer;opacity:.8;border-radius:9999px;width:44px;height:5px;margin:0 auto 4px;transition:all .2s}.sheet-drag-handle:hover{background:var(--text-muted);opacity:1}.fullscreen-header{justify-content:space-between;align-items:center;display:flex}.fullscreen-collapse-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.fullscreen-collapse-btn:hover{color:var(--text-primary);background:var(--bg-surface-elevated)}.fullscreen-header-title{text-align:center}.now-playing-label{letter-spacing:.08em;color:var(--accent-emerald);font-size:.68rem;font-weight:800;display:block}.header-reciter-name{color:var(--text-secondary);font-size:.82rem;font-weight:600}.fullscreen-header-actions{align-items:center;gap:8px;display:flex}.fullscreen-artwork-container{flex-direction:column;justify-content:center;align-items:center;padding:10px 0 6px;display:flex;position:relative}.artwork-glow-ring{background:linear-gradient(135deg, var(--accent-emerald) 0%, var(--accent-gold) 100%);width:170px;height:170px;box-shadow:0 0 35px var(--accent-emerald-glow);border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:transform .3s;display:flex}.artwork-glow-ring.playing{animation:3s ease-in-out infinite pulse-ring}.artwork-circle{background:var(--bg-surface-elevated);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex}.artwork-surah-number{color:var(--accent-emerald);font-size:1.1rem;font-weight:800}.artwork-arabic-calligraphy{font-family:var(--font-arabic);color:var(--accent-gold);margin-top:2px;font-size:1.8rem;line-height:1.2}.sound-wave-bars{align-items:flex-end;gap:4px;height:22px;margin-top:10px;display:flex}.wave-bar{background:var(--accent-emerald);border-radius:4px;width:4px;animation:.9s ease-in-out infinite sound-wave-bounce}.wave-bar.bar-1{animation-delay:.1s}.wave-bar.bar-2{animation-delay:.3s}.wave-bar.bar-3{animation-delay:.5s}.wave-bar.bar-4{animation-delay:.2s}.wave-bar.bar-5{animation-delay:.4s}.fullscreen-track-details{flex-direction:column;gap:8px;display:flex}.fullscreen-surah-row{justify-content:space-between;align-items:flex-start;display:flex}.fullscreen-surah-title{font-size:1.35rem;font-weight:800;line-height:1.2}.fullscreen-english-meaning{color:var(--text-muted);font-size:.82rem}.fullscreen-arabic-large{color:var(--accent-gold);font-size:1.9rem;line-height:1}.fullscreen-meta-tags{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.meta-pill{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:9999px;padding:3px 10px;font-size:.74rem;font-weight:600}.reciter-pill{color:var(--accent-emerald);border-color:var(--border-active)}.fullscreen-scrubber-section{flex-direction:column;gap:6px;display:flex}.fullscreen-slider-track{width:100%}.fullscreen-scrubber-slider{cursor:pointer;appearance:none;border-radius:9999px;outline:none;width:100%;height:6px}.fullscreen-scrubber-slider::-webkit-slider-thumb{appearance:none;background:var(--accent-emerald);width:16px;height:16px;box-shadow:0 0 10px var(--accent-emerald-glow);cursor:pointer;border-radius:50%}.fullscreen-time-row{color:var(--text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.fullscreen-controls-primary{justify-content:center;align-items:center;gap:28px;padding:4px 0;display:flex}.fullscreen-play-hero-btn{background:var(--accent-emerald);color:#fff;cursor:pointer;width:68px;height:68px;box-shadow:0 8px 24px var(--accent-emerald-glow);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s;display:flex}.fullscreen-play-hero-btn:hover{background:var(--accent-emerald-light);transform:scale(1.06)}.fullscreen-play-hero-btn:active{transform:scale(.95)}.hero-control-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.hero-control-btn:hover{color:var(--text-primary);background:var(--bg-surface-elevated)}.hero-control-btn:active{transform:scale(.92)}.hero-control-btn.active{color:var(--accent-emerald)}.fullscreen-controls-secondary{justify-content:space-between;align-items:center;padding:0 8px;display:flex}.speed-toggle-pill{background:var(--bg-surface-elevated);border-radius:8px;padding:4px 10px;font-size:.8rem;font-weight:800}.fullscreen-bottom-belt{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:10px;display:flex}.belt-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:9999px;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.belt-btn:hover{background:var(--bg-card-hover);color:var(--text-primary)}.belt-btn:active{transform:scale(.96)}.belt-btn.active{color:var(--accent-emerald);border-color:var(--accent-emerald);background:#0596691f}.fullscreen-sleep-popover{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);z-index:110;border-radius:14px;flex-direction:column;gap:4px;min-width:140px;max-height:60vh;margin-bottom:10px;padding:8px;display:flex;position:absolute;bottom:100%;left:0;overflow-y:auto;box-shadow:0 10px 30px #0006}.popover-title{color:var(--text-muted);padding:4px 8px;font-size:.72rem;font-weight:700}.popover-item{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 10px;font-size:.8rem;font-weight:600}.popover-item:hover,.popover-item.active{background:var(--bg-card);color:var(--accent-emerald)}.fullscreen-volume-control{align-items:center;gap:8px;display:flex}.icon-btn-minimal{color:var(--text-secondary);cursor:pointer;background:0 0;border:none}.fullscreen-volume-slider{width:70px;height:4px;accent-color:var(--accent-emerald);cursor:pointer}.modal-overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(10px);z-index:100;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:22px;width:100%;max-width:480px;max-height:90vh;padding:22px;animation:.22s cubic-bezier(.16,1,.3,1) modal-scale-in;overflow-y:auto;box-shadow:0 20px 40px #00000040}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.modal-title{font-size:1.15rem;font-weight:700}.settings-tabs-header{border-bottom:1px solid var(--border-subtle);scrollbar-width:none;gap:8px;margin-bottom:18px;padding-bottom:10px;display:flex;overflow-x:auto}.settings-tabs-header::-webkit-scrollbar{display:none}.settings-account-status{border:1px solid var(--border-subtle);background:var(--bg-surface-elevated);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.settings-account-status.linked{background:#10b98114;border-color:#10b98140}.settings-account-info{align-items:center;gap:10px;min-width:0;display:flex}.settings-account-title{color:var(--text-primary);font-size:.84rem;font-weight:700}.settings-account-sub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.signout-btn{color:#ef4444}.signout-btn:hover{background:#ef44441a;border-color:#ef44444d}.settings-desc{color:var(--text-secondary);margin-bottom:14px;font-size:.8rem;line-height:1.45}.settings-email-row{gap:8px;display:flex}.copy-btn{flex-shrink:0;width:42px;height:42px}.settings-appearance-card{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;gap:12px;margin-top:16px;padding:12px 14px;display:flex}.settings-theme-row{justify-content:space-between;align-items:center;display:flex}.settings-item-title{color:var(--text-primary);font-size:.84rem;font-weight:700}.settings-item-sub{color:var(--text-muted);font-size:.74rem}.theme-switch-btn{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;padding:6px 12px;font-size:.8rem}.settings-accent-row{border-top:1px solid var(--border-subtle);padding-top:10px}.settings-accent-label{color:var(--text-secondary);margin-bottom:8px;font-size:.78rem;font-weight:700}.settings-accent-list{flex-wrap:wrap;gap:8px;display:flex}.accent-circle-preview{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.settings-actions-row{gap:10px;margin-top:16px;display:flex}.signout-text-btn{color:#ef4444}.settings-db-status{background:#10b98114;border:1px solid #10b98140;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.settings-db-footer{color:var(--text-muted);align-items:center;gap:4px;margin-top:12px;font-size:.72rem;display:flex}.settings-link{color:var(--accent-emerald);align-items:center;gap:2px;text-decoration:underline;display:inline-flex}.form-error-alert{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:.82rem}.form-group{margin-bottom:14px}.form-label{color:var(--text-secondary);margin-bottom:5px;font-size:.8rem;font-weight:600;display:block}.form-input{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);font-size:.88rem;font-family:var(--font-sans);border-radius:10px;outline:none;padding:10px 12px;transition:all .2s}.form-input:focus{border-color:var(--accent-emerald);box-shadow:0 0 0 3px var(--accent-emerald-glow)}.primary-btn{background:var(--accent-emerald);color:#fff;cursor:pointer;width:100%;font-size:.9rem;font-weight:700;font-family:var(--font-sans);border:none;border-radius:10px;padding:11px;transition:all .2s}.primary-btn:hover{background:var(--accent-emerald-light);transform:translateY(-1px)}.primary-btn:active{transform:scale(.98)}@media (width<=640px){.app-header{padding:8px 12px}.brand-title{font-size:.92rem}.brand-arabic-subtitle{display:none}.main-content{padding:12px 10px;padding-bottom:calc(var(--player-height) + 40px)}.resume-banner-slim{padding:8px 10px}.tracks-grid{grid-template-columns:1fr;gap:10px}.track-card{padding:12px}.mini-player-bar{border-radius:16px;bottom:8px;left:8px;right:8px}.mini-player-inner{gap:6px;padding:6px 10px}.mini-player-medallion{border-radius:10px;width:38px;height:38px}.mini-player-title{font-size:.84rem}.mini-player-arabic{font-size:.92rem}.mini-player-sub{font-size:.68rem}.mini-play-btn{width:38px;height:38px}.mini-icon-btn{width:30px;height:30px}.mini-expand-btn{display:none}.fullscreen-player-content{gap:14px;padding:12px 16px 24px}.artwork-glow-ring{width:140px;height:140px}.fullscreen-surah-title{font-size:1.2rem}.fullscreen-arabic-large{font-size:1.6rem}.fullscreen-controls-primary{gap:20px}.fullscreen-play-hero-btn{width:60px;height:60px}.stream-action-btn .center-pill-text{display:none}.profile-pill-label{max-width:65px}}@media (width<=420px){.brand-title{font-size:.88rem}.profile-pill-label{display:none}.center-pill-btn{gap:4px;padding:4px 7px}.navbar-center-pill{padding:2px 4px}}
