@keyframes memFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes memScaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes memReveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.mem-shell{flex-direction:column;gap:24px;width:min(860px,100vw - 40px);margin:0 auto;padding:40px 0 96px;animation:.5s cubic-bezier(.16,1,.3,1) memFadeUp;display:flex}.mem-shell.mem-embedded{width:min(860px,100%);padding:8px 0 48px}.mem-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.mem-header-left{align-items:center;gap:14px;min-width:0;display:flex}.mem-header-actions{align-items:center;gap:8px;display:flex}.mem-title{letter-spacing:-.04em;color:var(--text);margin:0;font-size:1.65rem;font-weight:720;line-height:1.1}.mem-btn{cursor:pointer;font-weight:560;font-size:var(--text-sm);-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:9px 18px;transition:all .2s;display:inline-flex}.mem-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.mem-btn--primary{background:var(--gradient-primary);color:#eef8f3;box-shadow:0 1px 3px #0000001f}.mem-btn--primary:not(:disabled):hover{filter:brightness(1.08);box-shadow:0 4px 14px color-mix(in srgb,var(--accent-2)20%,transparent);transform:translateY(-1px)}.mem-btn--primary:not(:disabled):active{filter:brightness(.97);transform:scale(.98)}.mem-btn--start{letter-spacing:-.01em;border-radius:14px;min-height:48px;padding:13px 28px;font-size:.92rem;font-weight:620}.mem-btn--ghost{color:var(--muted);background:0 0}.mem-btn--ghost:not(:disabled):hover{color:var(--text)}.mem-btn--sm{min-height:32px;padding:5px 10px;font-size:.72rem;font-weight:480}.mem-btn--lg{min-height:50px;font-size:var(--text-base);border-radius:14px;padding:13px 28px;font-weight:620}.mem-btn--full{width:100%}.mem-icon-btn{width:34px;height:34px;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.mem-icon-btn:hover{background:color-mix(in srgb,var(--text)8%,transparent);color:var(--text)}.mem-icon-btn:active{transform:scale(.9)}.mem-icon-btn--muted{opacity:.4}.mem-settings{background:color-mix(in srgb,var(--card-strong)90%,transparent);-webkit-backdrop-filter:blur(20px);border:1px solid color-mix(in srgb,var(--stroke)40%,transparent);border-radius:20px;flex-direction:column;gap:18px;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) memFadeUp;display:flex}.mem-settings-header{justify-content:space-between;align-items:center;display:flex}.mem-settings-title{color:var(--text);letter-spacing:-.02em;margin:0;font-size:.92rem;font-weight:640}.mem-settings-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.mem-settings-field{flex-direction:column;gap:5px;display:flex}.mem-settings-label{color:var(--muted);font-size:.72rem;font-weight:540}.mem-settings-input{border:1px solid color-mix(in srgb,var(--stroke)50%,transparent);background:color-mix(in srgb,var(--text)4%,transparent);width:100%;color:var(--text);font-variant-numeric:tabular-nums;appearance:textfield;border-radius:10px;padding:8px 12px;font-size:.84rem;font-weight:520}.mem-settings-input:focus{border-color:var(--accent-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-2)12%,transparent);outline:none}.mem-settings-toggle{color:var(--text);cursor:pointer;align-items:center;gap:10px;font-size:.8rem;font-weight:480;display:flex}.mem-settings-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-2);cursor:pointer}.mem-setup{flex-direction:column;gap:24px;animation:.5s cubic-bezier(.16,1,.3,1) 50ms both memFadeUp;display:flex}.mem-controls{align-items:center;gap:10px;display:flex}.mem-scope-tabs{background:color-mix(in srgb,var(--text)6%,transparent);border-radius:10px;flex-shrink:0;gap:2px;padding:3px;display:flex}.mem-scope-tab{color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:7px;padding:7px 14px;font-size:.8rem;font-weight:540;transition:all .2s}.mem-scope-tab:hover{color:var(--text)}.mem-scope-tab.active{background:color-mix(in srgb,var(--text)12%,transparent);color:var(--text);font-weight:600}.mem-deck-picker{flex:1;min-width:0;position:relative}.mem-select{appearance:none;border:1px solid color-mix(in srgb,var(--stroke)40%,transparent);background:color-mix(in srgb,var(--text)3%,transparent);width:100%;min-height:36px;color:var(--text);cursor:pointer;border-radius:10px;padding:7px 28px 7px 12px;font-size:.82rem;font-weight:480;transition:all .2s}.mem-select:hover{border-color:color-mix(in srgb,var(--stroke)70%,transparent)}.mem-select:focus{border-color:var(--accent-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-2)12%,transparent);outline:none}.mem-select-chevron{color:var(--muted);pointer-events:none;opacity:.4;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.mem-mode-grid{flex-wrap:wrap;gap:6px;display:flex}.mem-mode-card{border:1px solid color-mix(in srgb,var(--stroke)30%,transparent);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:20px;align-items:center;padding:8px 16px;transition:all .2s;display:flex}.mem-mode-card:hover{background:color-mix(in srgb,var(--text)5%,transparent);border-color:color-mix(in srgb,var(--stroke)50%,transparent)}.mem-mode-card.active{background:color-mix(in srgb,var(--accent-2)12%,transparent);border-color:color-mix(in srgb,var(--accent-2)30%,transparent)}.mem-mode-card-icon{display:none}.mem-mode-card-text{flex-direction:column;display:flex}.mem-mode-card-title{color:var(--muted);letter-spacing:-.01em;font-size:.78rem;font-weight:560}.mem-mode-card.active .mem-mode-card-title{color:var(--accent-2);font-weight:620}.mem-mode-card-desc{display:none}.mem-insights{background:color-mix(in srgb,var(--card-strong)70%,transparent);-webkit-backdrop-filter:blur(20px);border:1px solid color-mix(in srgb,var(--stroke)30%,transparent);border-radius:20px;flex-direction:column;gap:0;padding:24px;display:flex}.mem-section-divider{background:color-mix(in srgb,var(--stroke)25%,transparent);height:1px;margin:20px 0}.mem-mastery{flex-direction:column;gap:12px;display:flex}.mem-mastery-header{justify-content:space-between;align-items:center;display:flex}.mem-mastery-title{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:600}.mem-mastery-pct{color:var(--text);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.mem-mastery-bar{background:color-mix(in srgb,var(--text)8%,transparent);border-radius:3px;gap:1px;height:6px;display:flex;overflow:hidden}.mem-mastery-seg{border-radius:3px;min-width:3px;height:100%;transition:width .5s cubic-bezier(.16,1,.3,1)}.mem-mastery-seg--memorized{background:var(--accent-2)}.mem-mastery-seg--reviewing{background:#6eade8}.mem-mastery-seg--learning{background:#edb95e}.mem-mastery-legend{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.mem-legend-item{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-size:.68rem;font-weight:480;display:flex}.mem-legend-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.mem-legend-dot--memorized{background:var(--accent-2)}.mem-legend-dot--reviewing{background:#6eade8}.mem-legend-dot--learning{background:#edb95e}.mem-legend-dot--new{background:color-mix(in srgb,var(--text)18%,transparent)}.mem-activity{flex-direction:column;gap:12px;display:flex}.mem-activity-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.mem-activity-title{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:600}.mem-activity-stats{align-items:center;gap:10px;display:flex}.mem-streak{color:var(--accent-2);font-variant-numeric:tabular-nums;font-size:.7rem;font-weight:620}.mem-week-total{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.68rem;font-weight:480}.mem-activity-graph{align-items:flex-end;gap:4px;height:80px;display:flex}.mem-activity-col{flex-direction:column;flex:1;align-items:center;gap:4px;height:100%;display:flex}.mem-activity-count{color:#0000;font-variant-numeric:tabular-nums;min-height:14px;font-size:.6rem;font-weight:620;line-height:14px}.mem-activity-count--active{color:var(--accent-2)}.mem-activity-bar-wrap{flex:1;justify-content:center;align-items:flex-end;width:100%;display:flex}.mem-activity-bar{background:color-mix(in srgb,var(--text)5%,transparent);border-radius:5px 5px 2px 2px;width:100%;max-width:40px;min-height:3px;transition:height .4s cubic-bezier(.16,1,.3,1)}.mem-activity-bar--active{background:var(--accent-2);opacity:.75}.mem-activity-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;opacity:.5;font-size:.58rem;font-weight:540}.mem-activity-col:hover .mem-activity-label{opacity:1}.mem-activity-empty-text{color:var(--muted);opacity:.5;margin:0;padding:12px 0 4px;font-size:.76rem;font-weight:440}.mem-deck-footer{justify-content:space-between;align-items:center;display:flex}.mem-deck-footer .mem-deck-meta{color:var(--muted);opacity:.6;margin:0;font-size:.72rem;font-weight:440}.mem-deck-meta{color:var(--muted);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.76rem;overflow:hidden}.mem-deck-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.mem-error{color:#f3a08b;background:#ef444414;border:1px solid #ef444426;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;font-size:.8rem;display:flex}.mem-session{flex-direction:column;gap:14px;animation:.35s cubic-bezier(.16,1,.3,1) memFadeUp;display:flex}.mem-progress-bar{flex-direction:column;gap:8px;display:flex}.mem-progress-stats{align-items:center;gap:16px;display:flex}.mem-progress-pill{color:var(--muted);background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.72rem;font-weight:440;display:inline-flex}.mem-progress-pill strong{color:var(--text);font-variant-numeric:tabular-nums;font-weight:640}.mem-progress-pill--good strong{color:var(--accent-2)}.mem-progress-pill--again strong{color:#f3a08b}.mem-progress-track{background:color-mix(in srgb,var(--text)8%,transparent);border-radius:2px;height:3px;overflow:hidden}.mem-progress-fill{background:var(--accent-2);border-radius:2px;min-width:3px;height:100%;transition:width .5s cubic-bezier(.16,1,.3,1)}.mem-flashcard{flex-direction:column;gap:12px;animation:.25s cubic-bezier(.16,1,.3,1) memScaleIn;display:flex}.mem-card-header{justify-content:space-between;align-items:center;gap:10px;padding:0 2px;display:flex}.mem-card-header-left{align-items:center;gap:8px;min-width:0;display:flex}.mem-card-header-right{align-items:center;gap:4px;display:flex}.mem-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.mem-status-dot.new{background:var(--accent)}.mem-status-dot.learning,.mem-status-dot.relearning{background:#edb95e}.mem-status-dot.review{background:var(--accent-2)}.mem-card-verse{color:var(--text);letter-spacing:-.01em;font-size:.8rem;font-weight:580}.mem-card-status-text{color:var(--muted);font-size:.7rem;font-weight:440}.mem-card-timer{color:var(--muted);font-variant-numeric:tabular-nums;opacity:.5;text-align:right;min-width:24px;font-size:.7rem;font-weight:560}.mem-leech-badge{border-radius:var(--radius-full);color:#ef4444;text-transform:uppercase;letter-spacing:.04em;background:#ef44441a;align-items:center;padding:2px 7px;font-size:.58rem;font-weight:640;display:inline-flex}.mem-card-body{border:1px solid color-mix(in srgb,var(--stroke)40%,transparent);background:color-mix(in srgb,var(--card-strong)80%,transparent);-webkit-backdrop-filter:blur(16px);border-radius:20px;transition:all .25s;overflow:hidden}.mem-card-body--front{cursor:pointer}.mem-card-body--front:hover{border-color:color-mix(in srgb,var(--stroke)65%,transparent);transform:translateY(-1px)}.mem-card-body--front:active{transform:scale(.998)}.mem-card-body--front:focus-visible{border-color:var(--accent-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-2)12%,transparent);outline:none}.mem-card-front{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:340px;padding:56px 36px;display:flex}.mem-card-prompt-label{text-transform:uppercase;letter-spacing:.14em;color:var(--accent-2);opacity:.7;font-size:.62rem;font-weight:640}.mem-card-context-chip{border-radius:var(--radius-full);background:color-mix(in srgb,var(--accent-2)8%,transparent);min-height:28px;color:var(--accent-2);justify-content:center;align-items:center;padding:0 12px;font-size:.7rem;font-weight:560;display:inline-flex}.mem-card-arabic{font-family:var(--font-arabic);color:var(--text);margin:0;font-size:clamp(1.85rem,4vw,2.8rem);line-height:2}.mem-card-arabic--word{font-size:clamp(2.2rem,5.5vw,3.2rem);line-height:1.8}.mem-card-meaning{color:var(--text);max-width:480px;margin:0;font-size:1.1rem;line-height:1.8}.mem-card-hint{color:var(--muted);opacity:.6;margin:0;font-size:.78rem}.mem-card-tap-hint{color:var(--muted);opacity:.3;letter-spacing:.02em;margin-top:12px;font-size:.64rem}.mem-card-back{flex-direction:column;padding:32px;animation:.25s cubic-bezier(.16,1,.3,1) memReveal;display:flex}.mem-answer-section{flex-direction:column;gap:8px;padding:16px 0;display:flex}.mem-answer-section:first-child{padding-top:4px}.mem-answer-section:last-child{padding-bottom:4px}.mem-answer-divider{background:color-mix(in srgb,var(--stroke)25%,transparent);height:1px}.mem-answer-label{text-transform:uppercase;letter-spacing:.14em;color:var(--accent-2);opacity:.6;font-size:.6rem;font-weight:640}.mem-card-translit{color:var(--muted);margin:0;font-size:.94rem;font-style:italic;line-height:1.65}.mem-card-context-arabic{font-family:var(--font-arabic);color:color-mix(in srgb,var(--text)85%,transparent);margin:0;font-size:clamp(1.2rem,2.8vw,1.7rem);line-height:1.9}.mem-card-context-meaning{color:var(--muted);margin:0;font-size:.94rem;line-height:1.7}.mem-card-actions{display:flex}.mem-rating-row{grid-template-columns:repeat(4,1fr);gap:6px;animation:.2s cubic-bezier(.16,1,.3,1) memFadeUp;display:grid}.mem-rate-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:64px;padding:12px 8px;transition:all .2s;display:flex;position:relative;overflow:hidden}.mem-rate-btn:hover{transform:translateY(-1px)}.mem-rate-btn:active{transform:scale(.97)}.mem-rate-label{letter-spacing:-.01em;font-size:.84rem;font-weight:620}.mem-rate-interval{opacity:.7;font-size:.72rem;font-weight:480}.mem-rate-key{opacity:.2;font-variant-numeric:tabular-nums;font-size:.54rem;font-weight:560;position:absolute;top:4px;right:6px}.mem-rate-btn--again{color:#ef4444;background:#ef44441a}.mem-rate-btn--again .mem-rate-interval,.mem-rate-btn--again .mem-rate-key{color:#ef4444}.mem-rate-btn--again:hover{background:#ef444429;border-color:#ef444433}.mem-rate-btn--hard{color:#edb95e;background:#edb95e1a}.mem-rate-btn--hard .mem-rate-interval,.mem-rate-btn--hard .mem-rate-key{color:#edb95e}.mem-rate-btn--hard:hover{background:#edb95e29;border-color:#edb95e33}.mem-rate-btn--good{background:color-mix(in srgb,var(--accent-2)12%,transparent);color:var(--accent-2)}.mem-rate-btn--good .mem-rate-interval,.mem-rate-btn--good .mem-rate-key{color:var(--accent-2)}.mem-rate-btn--good:hover{background:color-mix(in srgb,var(--accent-2)18%,transparent);border-color:color-mix(in srgb,var(--accent-2)22%,transparent)}.mem-rate-btn--easy{color:#6eade8;background:#6eade81a}.mem-rate-btn--easy .mem-rate-interval,.mem-rate-btn--easy .mem-rate-key{color:#6eade8}.mem-rate-btn--easy:hover{background:#6eade829;border-color:#6eade833}.mem-complete{border:1px solid color-mix(in srgb,var(--stroke)40%,transparent);background:color-mix(in srgb,var(--card-strong)80%,transparent);-webkit-backdrop-filter:blur(20px);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:20px;padding:64px 32px 56px;animation:.35s cubic-bezier(.16,1,.3,1) memScaleIn;display:flex}.mem-complete-icon{background:color-mix(in srgb,var(--accent-2)10%,transparent);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.mem-complete-title{color:var(--text);letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:700}.mem-complete-stats{background:color-mix(in srgb,var(--stroke)12%,transparent);border-radius:14px;grid-template-columns:repeat(4,1fr);gap:1px;width:100%;max-width:380px;display:grid;overflow:hidden}.mem-complete-stat{background:color-mix(in srgb,var(--card-strong)95%,transparent);flex-direction:column;align-items:center;gap:4px;padding:16px 6px;display:flex}.mem-complete-stat-value{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.03em;font-size:1.25rem;font-weight:720}.mem-complete-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.58rem;font-weight:600}.mem-complete-breakdown{flex-direction:column;gap:8px;width:100%;max-width:380px;display:flex}.mem-complete-breakdown-bar{background:color-mix(in srgb,var(--text)6%,transparent);border-radius:3px;gap:1px;height:6px;display:flex;overflow:hidden}.mem-breakdown-seg{border-radius:3px;min-width:3px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.mem-breakdown-seg--again{background:#ef4444}.mem-breakdown-seg--hard{background:#edb95e}.mem-breakdown-seg--good{background:var(--accent-2)}.mem-breakdown-seg--easy{background:#6eade8}.mem-complete-breakdown-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.mem-breakdown-item{font-variant-numeric:tabular-nums;font-size:.66rem;font-weight:540}.mem-breakdown-item--again{color:#ef4444}.mem-breakdown-item--hard{color:#edb95e}.mem-breakdown-item--good{color:var(--accent-2)}.mem-breakdown-item--easy{color:#6eade8}.mem-complete-actions{align-items:center;gap:10px;margin-top:4px;display:flex}.mem-share-btn{color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;opacity:.6;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:520;transition:all .15s;display:inline-flex}.mem-share-btn:hover{opacity:1;background:color-mix(in srgb,var(--text)5%,transparent);color:var(--text)}@media (max-width:600px){.mem-shell{gap:16px;width:calc(100vw - 28px);padding:8px 0 80px}.mem-shell.mem-embedded{padding:0 0 48px}.mem-controls{flex-direction:column;align-items:stretch;gap:8px}.mem-scope-tabs{align-self:flex-start}.mem-mode-grid{gap:5px}.mem-mode-card{padding:6px 12px}.mem-insights{border-radius:16px;padding:18px}.mem-mastery-legend{gap:10px}.mem-activity-graph{gap:4px;height:48px}.mem-settings-grid{grid-template-columns:1fr;gap:10px}.mem-settings{border-radius:16px;padding:18px}.mem-deck-footer{flex-direction:column;align-items:center;gap:4px}.mem-card-front{min-height:260px;padding:36px 20px}.mem-card-back{padding:20px}.mem-complete{border-radius:16px;padding:40px 20px 36px}.mem-complete-actions{flex-direction:column;width:100%}.mem-complete-actions .mem-btn{width:100%}.mem-progress-stats{gap:10px}.mem-rating-row{grid-template-columns:repeat(2,1fr)}.mem-rate-btn{min-height:56px;padding:10px 8px}.mem-rate-label{font-size:.78rem}.mem-rate-interval{font-size:.66rem}}:root[data-theme=bw-dark] .mem-btn--primary{color:#111}:root[data-theme=bw-dark] .mem-rate-btn--again{background:color-mix(in srgb,var(--text)8%,transparent);color:var(--text)}:root[data-theme=bw-dark] .mem-rate-btn--again .mem-rate-interval,:root[data-theme=bw-dark] .mem-rate-btn--again .mem-rate-key{color:var(--muted)}:root[data-theme=bw-dark] .mem-rate-btn--hard{background:color-mix(in srgb,var(--text)6%,transparent);color:var(--muted)}:root[data-theme=bw-dark] .mem-rate-btn--hard .mem-rate-interval,:root[data-theme=bw-dark] .mem-rate-btn--hard .mem-rate-key{color:var(--muted)}:root[data-theme=bw-dark] .mem-rate-btn--good{background:color-mix(in srgb,var(--text)12%,transparent);color:var(--text)}:root[data-theme=bw-dark] .mem-rate-btn--good .mem-rate-interval,:root[data-theme=bw-dark] .mem-rate-btn--good .mem-rate-key{color:var(--text)}:root[data-theme=bw-dark] .mem-rate-btn--easy{background:color-mix(in srgb,var(--text)10%,transparent);color:var(--text)}:root[data-theme=bw-dark] .mem-rate-btn--easy .mem-rate-interval,:root[data-theme=bw-dark] .mem-rate-btn--easy .mem-rate-key{color:var(--muted)}:root[data-theme=bw-dark] .mem-mastery-seg--memorized{background:var(--text)}:root[data-theme=bw-dark] .mem-mastery-seg--reviewing{background:var(--muted)}:root[data-theme=bw-dark] .mem-mastery-seg--learning{background:color-mix(in srgb,var(--muted)50%,transparent)}:root[data-theme=bw-dark] .mem-legend-dot--memorized{background:var(--text)}:root[data-theme=bw-dark] .mem-legend-dot--reviewing{background:var(--muted)}:root[data-theme=bw-dark] .mem-legend-dot--learning{background:color-mix(in srgb,var(--muted)50%,transparent)}:root[data-theme=bw-dark] .mem-breakdown-seg--again{background:var(--text)}:root[data-theme=bw-dark] .mem-breakdown-seg--hard{background:var(--muted)}:root[data-theme=bw-dark] .mem-breakdown-seg--good{background:color-mix(in srgb,var(--text)80%,transparent)}:root[data-theme=bw-dark] .mem-breakdown-seg--easy{background:color-mix(in srgb,var(--muted)70%,transparent)}:root[data-theme=bw-dark] .mem-breakdown-item--again{color:var(--text)}:root[data-theme=bw-dark] .mem-breakdown-item--hard,:root[data-theme=bw-dark] .mem-breakdown-item--easy{color:var(--muted)}:root[data-theme=bw] .mem-rate-btn--again{background:color-mix(in srgb,var(--text)8%,transparent);color:var(--text)}:root[data-theme=bw] .mem-rate-btn--again .mem-rate-interval,:root[data-theme=bw] .mem-rate-btn--again .mem-rate-key{color:var(--muted)}:root[data-theme=bw] .mem-rate-btn--hard{background:color-mix(in srgb,var(--text)5%,transparent);color:var(--muted)}:root[data-theme=bw] .mem-rate-btn--hard .mem-rate-interval,:root[data-theme=bw] .mem-rate-btn--hard .mem-rate-key{color:var(--muted)}:root[data-theme=bw] .mem-rate-btn--good{background:color-mix(in srgb,var(--text)10%,transparent);color:var(--text)}:root[data-theme=bw] .mem-rate-btn--good .mem-rate-interval,:root[data-theme=bw] .mem-rate-btn--good .mem-rate-key{color:var(--text)}:root[data-theme=bw] .mem-rate-btn--easy{background:color-mix(in srgb,var(--text)7%,transparent);color:var(--muted)}:root[data-theme=bw] .mem-rate-btn--easy .mem-rate-interval,:root[data-theme=bw] .mem-rate-btn--easy .mem-rate-key{color:var(--muted)}:root[data-theme=bw] .mem-mastery-seg--memorized{background:var(--text)}:root[data-theme=bw] .mem-mastery-seg--reviewing{background:var(--muted)}:root[data-theme=bw] .mem-mastery-seg--learning{background:color-mix(in srgb,var(--muted)50%,transparent)}:root[data-theme=bw] .mem-legend-dot--memorized{background:var(--text)}:root[data-theme=bw] .mem-legend-dot--reviewing{background:var(--muted)}:root[data-theme=bw] .mem-legend-dot--learning{background:color-mix(in srgb,var(--muted)50%,transparent)}:root[data-theme=bw] .mem-breakdown-seg--again{background:var(--text)}:root[data-theme=bw] .mem-breakdown-seg--hard{background:var(--muted)}:root[data-theme=bw] .mem-breakdown-seg--good{background:color-mix(in srgb,var(--text)70%,transparent)}:root[data-theme=bw] .mem-breakdown-seg--easy{background:color-mix(in srgb,var(--muted)60%,transparent)}:root[data-theme=bw] .mem-breakdown-item--again{color:var(--text)}:root[data-theme=bw] .mem-breakdown-item--hard,:root[data-theme=bw] .mem-breakdown-item--easy{color:var(--muted)}:root[data-theme=light] .mem-insights,:root[data-theme=light] .mem-settings{border-color:color-mix(in srgb,var(--text)8%,transparent)}@media (prefers-reduced-motion:reduce){.mem-shell,.mem-setup,.mem-session,.mem-flashcard,.mem-complete,.mem-rating-row,.mem-card-back{animation:none}.mem-btn,.mem-icon-btn,.mem-rate-btn,.mem-card-body,.mem-progress-fill,.mem-mode-card{transition-duration:.01ms}}
:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-deep:#e8ded1;--bg-mid:#e0d4c5;--bg-light:#f0e7db;--card:#faf8f5e6;--card-strong:#f7f4eff2;--text:#2d3428;--muted:#6b7261;--accent:#425236;--accent-2:#5d6e50;--stroke:#42523614;--shadow:0 1px 3px #2d342808,0 4px 12px #2d34280d,0 16px 40px #2d34280a;--shadow-card:0 1px 2px #2d342805,0 4px 16px #2d34280a;--shadow-elevated:0 2px 8px #2d34280a,0 12px 32px #2d342814,0 32px 64px #2d34280f}:root[data-theme=light] body{color:var(--text);background:linear-gradient(#e8ded1 0%,#e0d4c5 50% 100%)}:root[data-theme=light] html{background-color:#e8ded1}:root[data-theme=light] body:before{background:radial-gradient(100% 60% at 50% -10%,#4252360a,#0000 70%),radial-gradient(80% 40% at 100%,#7a8a6808,#0000)}:root[data-theme=light] .logo-mark{background:radial-gradient(120% 120% at 20% 10%,#ffffffe6,#0000 60%),linear-gradient(#f0e7db 0%,#e0d4c5 100%);border-color:#42523614;box-shadow:0 0 0 1px #4252360f,0 4px 16px #2d342814}:root[data-theme=light] .logo:hover .logo-mark{box-shadow:0 0 0 1px #42523614,0 6px 20px #2d34281a}:root[data-theme=light] .logo-highlight{color:var(--accent)}:root[data-theme=light] .header-icon-btn{color:var(--text)}:root[data-theme=light] .header-icon-btn:hover{background:#42523614}:root[data-theme=light] .surah-search-wrapper .search,:root[data-theme=light] .mobile-input,:root[data-theme=light] .mobile-select,:root[data-theme=light] .settings-select{color:var(--text);background:#4252360a;border:none;transition:all .2s}:root[data-theme=light] .surah-search-wrapper .search:focus,:root[data-theme=light] .mobile-input:focus{background:#f0e7db;border:none;box-shadow:0 2px 8px #2d34280d}:root[data-theme=light] .surah-search-wrapper .search::placeholder,:root[data-theme=light] .mobile-input::placeholder{color:var(--muted)}:root[data-theme=light] .settings-select,:root[data-theme=light] .mobile-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7261' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}:root[data-theme=light] .surah-list{gap:2px}:root[data-theme=light] .surah-item{background:0 0;transition:background .2s;box-shadow:none!important;border:none!important}:root[data-theme=light] .surah-item:hover{background:#ece2d3b8;transform:none;box-shadow:none!important}:root[data-theme=light] .surah-item.active{background:#4252360f;box-shadow:none!important;border:none!important}:root[data-theme=light] .surah-item.active .surah-english{color:#2f3b2bfa;font-weight:600}:root[data-theme=light] .surah-item.active .surah-translation{color:#43503ecc}:root[data-theme=light] .surah-item.active .surah-arabic{color:#4a653feb}:root[data-theme=light] .surah-number{color:#34432ce6;background:#42523611;border-radius:999px}:root[data-theme=light] .meta{color:#434f3ab8;font-size:.84rem}:root[data-theme=light] .surah-translation,:root[data-theme=light] .study-sub,:root[data-theme=light] .plan-range,:root[data-theme=light] .ayah-translation,:root[data-theme=light] .compare-text{color:#3c4836d1}:root[data-theme=light] .surah-translation,:root[data-theme=light] .study-sub{font-size:.74rem}:root[data-theme=light] .study-section h3,:root[data-theme=light] .field,:root[data-theme=light] .label{color:#434f3a9e}:root[data-theme=light] .field{letter-spacing:.065em}:root[data-theme=light] .label{letter-spacing:.09em}:root[data-theme=light] .ayah-card{box-shadow:none;background:#f0e7db80;border:none;transition:background .2s}:root[data-theme=light] .ayah-card:hover{background:#f0e7dbf2;box-shadow:0 4px 24px #2d342808}:root[data-theme=light] .ayah-card.focused{background:#4252360f}:root[data-theme=light] .audio-placeholder{background:#4252360a}:root[data-theme=light] .translation-toggle button{color:var(--text);background:#4252360f;transition:all .2s}:root[data-theme=light] .translation-toggle button:hover{background:#4252361a}:root[data-theme=light] .translation-toggle button.active{color:var(--accent);background:#42523626}:root[data-theme=light] .action-btn{color:var(--text);background:#4252360f;border:1px solid #0000;transition:all .2s}:root[data-theme=light] .action-btn:hover{background:#4252361a}:root[data-theme=light] .settings-backdrop{background:#1e231e66}:root[data-theme=light] .settings-modal{box-shadow:0 16px 48px #2d342826;background:var(--bg-light)!important;border:1px solid #4252361a!important}:root[data-theme=light] .settings-title{color:var(--text)}:root[data-theme=light] .settings-close-btn{color:var(--muted)}:root[data-theme=light] .settings-tabs{border-bottom-color:#4252361a}:root[data-theme=light] .tab-label{color:var(--muted)}:root[data-theme=light] .tab-indicator{background:var(--accent)}:root[data-theme=light] .section-title{color:var(--accent)}:root[data-theme=light] .settings-select,:root[data-theme=light] .settings-input{background:var(--bg-mid);border-color:#4252361f}:root[data-theme=light] .translation-chip:hover{background:#4252360a}:root[data-theme=light] .translation-chip.selected{background:#42523614}:root[data-theme=light] .chip-check{background:var(--accent)}:root[data-theme=light] .settings-hint{color:var(--muted)}:root[data-theme=light] .note-panel,:root[data-theme=light] .compare-panel{box-shadow:var(--shadow-elevated);background:#f0e7dbf2;border:1px solid #4252361a}:root[data-theme=light] .compare-block{background:#faf8f5bf;border:1px solid #42523614}:root[data-theme=light] .note-body textarea{color:var(--text);background:#4252360a;border:1px solid #42523614}:root[data-theme=light] .note-body textarea:focus{background:#4252360f;border-color:#42523633}:root[data-theme=light] .close-btn{color:var(--text);background:#42523614}:root[data-theme=light] .study-mode-container{background:linear-gradient(#e8ded1 0%,#e0d4c5 100%)}:root[data-theme=light] .study-ambient-bg{background:radial-gradient(100% 50% at 50% -20%,#4252360a,#0000 60%),radial-gradient(60% 40% at 100% 100%,#7a8a6808,#0000)}:root[data-theme=light] .study-header{-webkit-backdrop-filter:blur(20px)saturate(150%);backdrop-filter:blur(20px)saturate(150%);background:#f0e7dbf2;border-bottom:none}:root[data-theme=light] .study-back-btn{color:var(--muted);background:#4252360f;border:none;transition:background .15s}:root[data-theme=light] .study-back-btn:hover{color:var(--text);background:#4252361a}:root[data-theme=light] .study-ayah-card{background:#f0e7dbd9;border:none;box-shadow:0 2px 12px #2d34280a}:root[data-theme=light] .study-ayah-card:hover{background:#f0e7dbf2}:root[data-theme=light] .study-ayah-card.playing{background:#4252360f}:root[data-theme=light] .study-ayah-card.marked{background:#667a4e29;box-shadow:0 2px 10px #42523614}:root[data-theme=light] .study-ayah-card.marked:hover{background:#667a4e33}:root[data-theme=light] .study-ayah-card.marked.playing{background:#5a6e4538}:root[data-theme=light] .study-ayah-number{color:var(--accent);background:#4252361a}:root[data-theme=light] .study-ayah-word-trigger:hover{background:#42523614}:root[data-theme=light] .study-ayah-word-trigger.active{color:var(--text);background:#e1d4c0e0}:root[data-theme=light] .quick-item-action.save:disabled{color:#4252368f;background:#42523614}:root[data-theme=light] .quick-item-action.danger{color:#9b493d;background:#b04e401a}:root[data-theme=light] .quick-item-action.danger:hover{background:#b04e4029}:root[data-theme=light] .study-lexicon-backdrop{background:#22281e3d}:root[data-theme=light] .study-lexicon-modal{background:#f0e7dbfa;border:none;box-shadow:0 20px 52px #2d342826}:root[data-theme=light] .study-lexicon-header{border-bottom:1px solid #4252361f}:root[data-theme=light] .study-lexicon-close{color:var(--text);background:#42523614}:root[data-theme=light] .study-lexicon-word{color:var(--text)}:root[data-theme=light] .study-lexicon-root-focus{background:#42523612;border-color:#42523626}:root[data-theme=light] .study-lexicon-root-focus.is-unavailable{background:#4252360d;border-color:#4252361a}:root[data-theme=light] .study-lexicon-root-heading{color:#425236bf}:root[data-theme=light] .study-lexicon-meta-item,:root[data-theme=light] .study-lexicon-summary-item,:root[data-theme=light] .study-lexicon-guide-item{background:#4252360d}:root[data-theme=light] .study-lexicon-guide-toggle{color:var(--text);background:#42523614}:root[data-theme=light] .study-lexicon-guide-popover{background:#f0e7dbfc;border-color:#4252361f;box-shadow:0 18px 38px #2d342824}:root[data-theme=light] .study-lexicon-guide-code{color:var(--accent);background:#4252361f}:root[data-theme=light] .study-lexicon-guide-meaning{color:#2c3628cc}:root[data-theme=light] .study-lane-open-btn{color:var(--accent);background:#42523624}:root[data-theme=light] .study-root-link{color:var(--accent);background:#4252361f}:root[data-theme=light] .study-root-insight-btn,:root[data-theme=light] .study-word-audio-btn{color:var(--accent);background:#42523624}:root[data-theme=light] .study-lexicon-chip,:root[data-theme=light] .study-lexicon-ref{background:#42523614}:root[data-theme=light] .study-lexicon-list li{color:#2c3628e0}:root[data-theme=light] input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=light] input[type=date]::-webkit-calendar-picker-indicator{filter:none;opacity:.6}:root[data-theme=light] .reciter-card{background:0 0}:root[data-theme=light] .reciter-card:hover{background:#4252360a}:root[data-theme=light] .reciter-card.selected{background:#42523614}:root[data-theme=light] .reciter-avatar{background:var(--bg-mid)}:root[data-theme=light] .slider-track-container{background:#4252361a}:root[data-theme=light] .slider-input::-webkit-slider-thumb{background:#fff;box-shadow:0 1px 3px #2d342833}:root[data-theme=light] .quick-panel{box-shadow:var(--shadow-elevated);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#f0e7dbf2;border:1px solid #4252361a}:root[data-theme=light] .study-card,:root[data-theme=light] .study-settings-group,:root[data-theme=light] .search-results li{background:#faf8f5bf;border:1px solid #4252361f}:root[data-theme=light] .study-card h4,:root[data-theme=light] .study-settings-title{color:var(--accent)}:root[data-theme=light] .tafsir-card.study-card{background:0 0;border:none}:root[data-theme=light] .study-rail{-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#f0e7dbeb;border:1px solid #4252361f;box-shadow:0 8px 24px #2d34281f}:root[data-theme=light] .study-rail-btn{color:var(--muted);background:#42523614}:root[data-theme=light] .study-rail-btn:hover{color:var(--text);background:#42523629}:root[data-theme=light] .study-rail-btn.active{color:#f0e7db;background:linear-gradient(135deg,#425236 0%,#5d6e50 100%);box-shadow:0 6px 16px #42523633}:root[data-theme=light] .memorize-modal-backdrop{background:#e0d4c5b3}:root[data-theme=light] .memorize-modal{box-shadow:var(--shadow-elevated);background:#f0e7dbfa;border:1px solid #4252361f}:root[data-theme=light] .memorize-close,:root[data-theme=light] .memorize-segmented{background:#42523614}:root[data-theme=light] .memorize-segment{color:var(--muted)}:root[data-theme=light] .memorize-segment.active{color:var(--text);box-shadow:none;background:#4252362e}:root[data-theme=light] .memorize-range-grid input,:root[data-theme=light] .memorize-range-summary,:root[data-theme=light] .memorize-stepper{color:var(--text);background:#42523614}:root[data-theme=light] .memorize-stepper button{color:var(--text);background:#4252361f}:root[data-theme=light] .memorize-ghost{color:var(--text);background:#4252361a}:root[data-theme=light] .memorize-primary{color:#f0e7db;background:linear-gradient(135deg,#425236 0%,#5d6e50 100%)}@media (max-width:768px){:root[data-theme=light] .study-rail{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none}}:root[data-theme=light] .study-mode-container.page-scope .study-reading-area{scrollbar-color:#42523626 transparent}:root[data-theme=light] .study-mode-container.page-scope .study-reading-area::-webkit-scrollbar-thumb{background:#42523626}:root[data-theme=light] .study-mode-container .tajweed{color:#2e7a66}:root[data-theme=light] .study-mode-container .tajweed.ham_wasl{color:#7f8a82}:root[data-theme=light] .study-mode-container .tajweed.laam_shamsiyah{color:#b8842e}:root[data-theme=light] .study-mode-container .tajweed.laam_qamariyah,:root[data-theme=light] .study-mode-container .tajweed.madda_normal,:root[data-theme=light] .study-mode-container .tajweed.madda_permissible,:root[data-theme=light] .study-mode-container .tajweed.madda_obligatory{color:#3b6fa3}:root[data-theme=light] .study-mode-container .tajweed.madda_necessary{color:#b2553b}:root[data-theme=light] .study-mode-container .tajweed.qalqalah,:root[data-theme=light] .study-mode-container .tajweed.qalaqah{color:#b84242}:root[data-theme=light] .study-mode-container .tajweed.ikhafa,:root[data-theme=light] .study-mode-container .tajweed.ikhafa_shafawi,:root[data-theme=light] .study-mode-container .tajweed.ikhfaa{color:#6a4bb3}:root[data-theme=light] .study-mode-container .tajweed.iqlab{color:#2b7ba3}:root[data-theme=light] .study-mode-container .tajweed.idgham_with_ghunnah,:root[data-theme=light] .study-mode-container .tajweed.idgham_shafawi,:root[data-theme=light] .study-mode-container .tajweed.ghunnah{color:#2f7d4b}:root[data-theme=light] .study-mode-container .tajweed.idgham_without_ghunnah,:root[data-theme=light] .study-mode-container .tajweed.idgham_wo_ghunnah{color:#2c6aa6}:root[data-theme=light] .study-mode-container .tajweed.slnt{color:#7f8a82;opacity:.8;font-weight:500}:root[data-theme=light] .toggle-switch{background:#42523626}:root[data-theme=light] .toggle-switch.active{background:var(--accent)}:root[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}:root[data-theme=light] ::-webkit-scrollbar-track{background:0 0}:root[data-theme=light] ::-webkit-scrollbar-thumb{background:#42523626;border-radius:4px}:root[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#42523640}:root[data-theme=light] button,:root[data-theme=light] [role=button],:root[data-theme=light] .btn,:root[data-theme=light] a.btn,:root[data-theme=light] .surah-item,:root[data-theme=light] .ayah-card,:root[data-theme=light] .translation-chip,:root[data-theme=light] .reciter-card,:root[data-theme=light] .ayah-action{-webkit-tap-highlight-color:transparent}:root[data-theme=light] .surah-item:active{background:#42523614;transition:background .15s ease-out}:root[data-theme=light] .ayah-card:active,:root[data-theme=light] .translation-chip:active,:root[data-theme=light] .reciter-card:active,:root[data-theme=light] .study-ayah-card:active{background:#4252360f;transition:background-color .15s ease-out}:root[data-theme=light] .ayah-action:active,:root[data-theme=light] .action-btn:active,:root[data-theme=light] .study-ayah-action:active{background:#4252361f;transition:background .1s ease-out}:root[data-theme=light] .settings-tab:active{background:#4252360f}:root[data-theme=light] button:active,:root[data-theme=light] [role=button]:active{opacity:.9}:root[data-theme=light] .surah-item.active{box-shadow:none!important;background:#4252360f!important;border:none!important}:root[data-theme=light] :focus-visible{outline:none}:root[data-theme=light] .search:focus,:root[data-theme=light] .surah-search-wrapper input:focus,:root[data-theme=light] input:focus,:root[data-theme=light] select:focus,:root[data-theme=light] textarea:focus{box-shadow:none!important;background:#f0e7db!important;border-color:#42523633!important}:root[data-theme=light] .ayah-card:focus,:root[data-theme=light] .ayah-card:active,:root[data-theme=light] .ayah-card.focused{box-shadow:none!important;background:#4252360f!important;border:none!important;outline:none!important}@media (hover:none) and (pointer:coarse){:root[data-theme=light] .ayah-card:active,:root[data-theme=light] .ayah-card:focus{box-shadow:none!important;background:#f0e7db80!important;transition:none!important}}:root[data-theme=light] .back-to-top{color:var(--accent);background:#f0e7dbe6;border:none;box-shadow:0 4px 16px #2d342814}:root[data-theme=light] .back-to-top:hover{background:#f0e7db;transform:translateY(-2px);box-shadow:0 6px 20px #2d34281f}:root[data-theme=light] .chip.selected,:root[data-theme=light] .chip.active,:root[data-theme=light] [class*=chip].selected{background:#4252361a!important;border-color:#42523640!important}:root[data-theme=light] .study-ayah-card.playing,:root[data-theme=light] .ayah-card.playing{background:#4252360f!important;border-color:#42523626!important}:root[data-theme=light] .segmented-btn.active,:root[data-theme=light] .segment-btn.active{background:#4252361f!important}:root[data-theme=light] .progress-fill,:root[data-theme=light] .slider-progress{background:var(--accent)!important}:root[data-theme=light] .progress-fill::-webkit-progress-value{background:var(--accent)!important}:root[data-theme=light] .progress-fill::-moz-progress-bar{background:var(--accent)!important}:root[data-theme=light] .badge,:root[data-theme=light] .tag{color:var(--accent);background:#4252361a}:root[data-theme=light] .surah-number{color:#34432ce6!important;background:#42523611!important}:root[data-theme=light] .surah-item.active .surah-number{color:var(--accent)!important;background:#42523614!important}:root[data-theme=light] .has-focus-ring:focus,:root[data-theme=light] [tabindex]:focus{box-shadow:0 0 0 2px #42523633}:root[data-theme=light] .last-read-card{background:linear-gradient(135deg,#f0e7dbcc 0%,#ebe1d299 100%);border:none;box-shadow:0 4px 20px #4252360d}:root[data-theme=light] .last-read-icon{color:var(--accent);background:#42523614}:root[data-theme=light] .last-read-label{color:var(--accent);opacity:.8}:root[data-theme=light] .action-icon-btn.play-icon.playing{color:var(--accent)!important;background:#42523626!important}:root[data-theme=light] .action-icon-btn.hifz-icon.memorized{color:var(--accent);background:#4252361f}:root[data-theme=light] .study-ayah-card.memorized{border-left-color:#42523666}:root[data-theme=light] .hifz-action-btn{color:var(--accent);background:#42523614;border-color:#42523633}:root[data-theme=light] .hifz-action-btn:hover{background:#42523624}:root[data-theme=light] .audio-bar.playing{border-color:var(--accent-2)!important}:root[data-theme=light] .audio-bar.playing:before{background:linear-gradient(90deg,var(--accent-2),var(--accent))!important}:root[data-theme=light] .last-read-time{color:var(--muted)}:root[data-theme=light] .ayah-action,:root[data-theme=light] .study-ayah-action,:root[data-theme=light] .action-icon-btn,:root[data-theme=light] .icon-btn{box-shadow:none!important;color:var(--muted)!important;background:0 0!important;border:none!important;transition:all .2s!important;transform:none!important}:root[data-theme=light] .ayah-action:hover,:root[data-theme=light] .study-ayah-action:hover,:root[data-theme=light] .action-icon-btn:hover,:root[data-theme=light] .icon-btn:hover{color:var(--accent)!important;background:#42523614!important;transform:translateY(-1px)!important}:root[data-theme=light] .ayah-action:active,:root[data-theme=light] .study-ayah-action:active,:root[data-theme=light] .action-icon-btn:active,:root[data-theme=light] .icon-btn:active{background:#4252361f!important;transition:none!important;transform:translateY(0)!important}:root[data-theme=light] .ayah-action svg,:root[data-theme=light] .study-ayah-action svg,:root[data-theme=light] .action-icon-btn svg{stroke:currentColor;stroke-width:1.5px;fill:none}:root[data-theme=light] .action-btn{color:var(--accent);background:#4252360f;border:none;font-weight:500;transition:all .2s}:root[data-theme=light] .action-btn:hover{background:#4252361f;transform:translateY(-1px);box-shadow:0 2px 8px #42523614}:root[data-theme=light] .action-btn:active{box-shadow:none;background:#42523626;transform:translateY(0)}:root[data-theme=light] .quick-controls-row .action-btn.stop-btn,:root[data-theme=light] .quick-controls-row .action-btn.play-btn,:root[data-theme=light] .quick-controls-row .action-btn.stop-btn:hover,:root[data-theme=light] .quick-controls-row .action-btn.play-btn:hover{box-shadow:none;transform:none}:root[data-theme=light] .quick-controls-row .quick-slider input[type=range]{background:#4252362e}:root[data-theme=light] .quick-controls-row .quick-slider input[type=range]::-webkit-slider-runnable-track{border-radius:var(--radius-full);background:#4252362e;height:4px}:root[data-theme=light] .quick-controls-row .quick-slider input[type=range]::-webkit-slider-thumb{margin-top:-5px}:root[data-theme=light] .quick-controls-row .quick-slider input[type=range]::-moz-range-track{border-radius:var(--radius-full);background:#4252362e;height:4px}:root[data-theme=light] .settings-select,:root[data-theme=light] .mobile-select{background-position:right 14px center;background-repeat:no-repeat;background-size:16px 16px}:root[data-theme=light] .surah-prayer-hint{background:linear-gradient(152deg,#f7f4eefa,#efe8dcf5);border-color:#42523638;box-shadow:0 12px 28px #2d34281f}:root[data-theme=light] .surah-prayer-hint:before{background:#f4eee4fa;border-top-color:#42523638;border-left-color:#42523638}:root[data-theme=light] .surah-prayer-hint-text{color:#3c4836e6}:root[data-theme=light] .surah-prayer-hint-dismiss{color:var(--accent)}:root[data-theme=light] .surah-prayer-hint-dismiss:hover{color:#334127}:root[data-theme=light] .prayer-floating-backdrop{-webkit-backdrop-filter:blur(18px)saturate(1.4);background:#2c342a2e}:root[data-theme=light] .prayer-floating-panel{background:linear-gradient(168deg,#faf7f1fe 0%,#f3ede4fe 100%);border-color:#42523624;box-shadow:0 24px 80px -12px #2d342826,inset 0 0 0 .5px #42523614}:root[data-theme=light] .prayer-floating-title{color:#2b3728}:root[data-theme=light] .prayer-floating-subtitle{color:#6b7562}:root[data-theme=light] .prayer-floating-close{color:#6b7562;background:#42523612}:root[data-theme=light] .prayer-floating-close:hover{color:#2b3728;background:#42523621}:root[data-theme=light] .prayer-hero-card{background:linear-gradient(145deg,#42523614 0%,#42523608 60%,#fff6 100%);border-color:#4252361a}:root[data-theme=light] .prayer-hero-card:before{background:radial-gradient(at 30% 20%,#4252360d 0%,#0000 70%)}:root[data-theme=light] .prayer-hero-label{color:#42523699}:root[data-theme=light] .prayer-hero-name{color:#2b3728}:root[data-theme=light] .prayer-hero-time{color:#425236cc}:root[data-theme=light] .prayer-section-title{color:#4252368c}:root[data-theme=light] .prayer-schedule-card{background:#fff9;border-color:#42523614}:root[data-theme=light] .prayer-schedule-row{border-bottom-color:#4252360f}:root[data-theme=light] .prayer-schedule-row.active{background:linear-gradient(90deg,#42523614 0%,#42523608 100%)}:root[data-theme=light] .prayer-schedule-row.active .prayer-schedule-name,:root[data-theme=light] .prayer-schedule-row.active .prayer-schedule-time{color:var(--accent)}:root[data-theme=light] .prayer-schedule-name{color:#2f3a2a}:root[data-theme=light] .prayer-schedule-time{color:#6b7562}:root[data-theme=light] .prayer-settings-card{background:#fff9;border-color:#42523614}:root[data-theme=light] .prayer-settings-divider{background:#4252360f}:root[data-theme=light] .prayer-settings-label{color:#2f3a2a}:root[data-theme=light] .prayer-settings-select,:root[data-theme=light] .prayer-settings-input{color:#6b7562}:root[data-theme=light] .prayer-settings-input:focus{color:#2f3a2a}:root[data-theme=light] .prayer-custom-trigger{color:#6b7562}:root[data-theme=light] .prayer-custom-trigger:hover,:root[data-theme=light] .prayer-custom-trigger.open{color:#2f3a2a}:root[data-theme=light] .prayer-custom-chevron{color:#6b7562}:root[data-theme=light] .prayer-custom-dropdown{background:linear-gradient(168deg,#fffdf9fc 0%,#f8f4edfc 100%);border-color:#4252361f;box-shadow:0 16px 48px -8px #2d34281f,inset 0 0 0 .5px #42523614}:root[data-theme=light] .prayer-custom-search{color:#2f3a2a;background:#4252360a;border-color:#4252361a}:root[data-theme=light] .prayer-custom-search:focus{background:#4252360f;border-color:#42523640}:root[data-theme=light] .prayer-custom-option{color:#2f3a2a}:root[data-theme=light] .prayer-custom-option:hover,:root[data-theme=light] .prayer-custom-option.highlighted{background:#4252360f}:root[data-theme=light] .prayer-custom-option.selected,:root[data-theme=light] .prayer-custom-option.selected svg{color:var(--accent)}:root[data-theme=light] .prayer-custom-options::-webkit-scrollbar-thumb{background:#4252361f}:root[data-theme=light] .prayer-city-selected-pill{background:#ffffffb3;border-color:#4252361f}:root[data-theme=light] .prayer-city-row .prayer-city-input:focus{background:#4252360a}:root[data-theme=light] .prayer-city-options-status,:root[data-theme=light] .prayer-city-options{-webkit-backdrop-filter:blur(16px);background:#fffffff5;border-color:#4252361a;box-shadow:0 12px 32px #2d34281a}:root[data-theme=light] .prayer-city-option:hover{background:#4252360f}:root[data-theme=light] .prayer-city-option.active{background:#4252361a}:root[data-theme=light] .prayer-city-option.active .prayer-city-option-main{color:var(--accent)}:root[data-theme=light] .prayer-city-clear-btn{color:#6b7562;background:#42523614}:root[data-theme=light] .prayer-city-clear-btn:hover{color:#2f3a2a;background:#42523624}
:root[data-theme=bw]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-deep:#fff;--bg-mid:#fafafa;--bg-light:#f5f5f5;--card:#fffffff2;--card-strong:#fffffffa;--text:#111;--muted:#666;--accent:#111;--accent-2:#333;--stroke:#0000001a;--shadow:0 1px 3px #0000000a,0 4px 12px #0000000f;--shadow-card:0 1px 2px #00000008,0 4px 16px #0000000d;--shadow-elevated:0 2px 8px #0000000f,0 12px 32px #0000001a,0 32px 64px #00000014;--gradient-primary:linear-gradient(135deg,#333 0%,#111 100%)}:root[data-theme=bw] body{color:var(--text);background:#fff}:root[data-theme=bw] html{background-color:#fff}:root[data-theme=bw] body:before{display:none}:root[data-theme=bw] .logo-mark{background:#f5f5f5;border-color:#00000014;box-shadow:0 0 0 1px #0000000f,0 2px 8px #0000000f}:root[data-theme=bw] .logo:hover .logo-mark{box-shadow:0 0 0 1px #0000001a,0 4px 12px #00000014}:root[data-theme=bw] .logo-highlight{color:#333}:root[data-theme=bw] .header-icon-btn{color:var(--text)}:root[data-theme=bw] .header-icon-btn:hover{background:#0000000f}:root[data-theme=bw] .topbar{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffe6;border-bottom:none}:root[data-theme=bw] .surah-panel{background:0 0;border-color:#0000;border-radius:0;padding:0}:root[data-theme=bw] .surah-item:hover{background:#0000000a}:root[data-theme=bw] .surah-item.active{background:#0000000f}:root[data-theme=bw] .surah-number{color:var(--text);background:#0000000d}:root[data-theme=bw] .surah-arabic{color:#333}:root[data-theme=bw] .surah-search-wrapper .search,:root[data-theme=bw] .mobile-input,:root[data-theme=bw] .mobile-select{color:var(--text);background:#0000000a;border:none;transition:all .2s}:root[data-theme=bw] .surah-search-wrapper .search:focus,:root[data-theme=bw] .mobile-input:focus{background:#f5f5f5;border:none;box-shadow:0 2px 8px #0000000d}:root[data-theme=bw] .surah-search-wrapper .search::placeholder,:root[data-theme=bw] .mobile-input::placeholder{color:var(--muted)}:root[data-theme=bw] .ayah-card{background:#fafafa99;border-color:#0000000f}:root[data-theme=bw] .ayah-card:hover{background:#f5f5f5cc}:root[data-theme=bw] .ayah-card.active{background:#f0f0f0cc;border-color:#0000001f}:root[data-theme=bw] .ayah-number-badge{color:var(--muted);background:#0000000d}:root[data-theme=bw] .action-btn{color:var(--text);box-shadow:none;background:#0000000d;transform:none}:root[data-theme=bw] .action-btn:hover{box-shadow:none;background:#0000001a;transform:none}:root[data-theme=bw] .action-btn:active{box-shadow:none;transform:none}:root[data-theme=bw] .quick-controls-row .action-btn.stop-btn{color:#333;box-shadow:none;background:#0000000f;transform:none}:root[data-theme=bw] .quick-controls-row .action-btn.stop-btn:hover{background:#0000001a}:root[data-theme=bw] .quick-controls-row .action-btn.play-btn{color:#111;box-shadow:none;background:#00000014;transform:none}:root[data-theme=bw] .compare-panel,:root[data-theme=bw] .note-panel{box-shadow:var(--shadow-elevated);background:#fff;border:1px solid #0000001a}:root[data-theme=bw] .compare-block{background:#00000005;border-color:#0000000f}:root[data-theme=bw] .settings-modal-container{background:#fff;border-color:#0000001a}:root[data-theme=bw] .mobile-settings-overlay{background:#0006}:root[data-theme=bw] .settings-tab-btn{color:var(--muted)}:root[data-theme=bw] .settings-tab-btn.active{color:var(--text);background:#0000000f}:root[data-theme=bw] .settings-group{background:#00000005;border-color:#0000000f}:root[data-theme=bw] ::-webkit-scrollbar-track{background:0 0}:root[data-theme=bw] ::-webkit-scrollbar-thumb{background-color:#00000026}:root[data-theme=bw] ::-webkit-scrollbar-thumb:hover{background-color:#00000040}:root[data-theme=bw] .quick-panel{-webkit-backdrop-filter:blur(20px);background:#fffffff5;border-color:#00000014}:root[data-theme=bw] .quick-panel-backdrop{background:#0000004d}:root[data-theme=bw] .study-header{-webkit-backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #00000014}:root[data-theme=bw] .study-mode-container{background:#fafafa}:root[data-theme=bw] .study-card{background:#fff;border-color:#0000000f}:root[data-theme=bw] .study-card:hover{border-color:#0000001f}:root[data-theme=bw] .audio-bar{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #00000014}:root[data-theme=bw] .translation-chip,:root[data-theme=bw] .reciter-card,:root[data-theme=bw] .study-reciter-chip{color:var(--text);background:#0000000a;border-color:#00000014}:root[data-theme=bw] .translation-chip:hover,:root[data-theme=bw] .reciter-card:hover,:root[data-theme=bw] .study-reciter-chip:hover{background:#00000014}:root[data-theme=bw] .translation-chip.selected,:root[data-theme=bw] .reciter-card.selected,:root[data-theme=bw] .study-reciter-chip.active{border-color:#0003;background:#0000001a!important}:root[data-theme=bw] .tooltip{color:#fff;background:#111}:root[data-theme=bw] .shortcuts-overlay{background:#0006}:root[data-theme=bw] .shortcuts-modal{background:#fff;border-color:#0000001a}:root[data-theme=bw] .back-to-top{color:var(--text);background:#0000000f;border:1px solid #00000014}:root[data-theme=bw] .back-to-top:hover{background:#0000001a}:root[data-theme=bw] .bookmark-active{color:#111}:root[data-theme=bw] .bismillah-banner{color:#333}:root[data-theme=bw] .prayer-panel-container{background:#fff;border-color:#00000014}:root[data-theme=bw] .prayer-time-row{border-color:#0000000d}:root[data-theme=bw] .prayer-time-row.active{background:#0000000a}:root[data-theme=bw] .toggle-track{background:#00000026}:root[data-theme=bw] .toggle-track.active{background:#333}:root[data-theme=bw] .toggle-thumb{background:#fff;box-shadow:0 1px 3px #0003}:root[data-theme=bw] textarea,:root[data-theme=bw] input[type=text],:root[data-theme=bw] input[type=number]{color:var(--text);background:#00000008;border:1px solid #0000001a}:root[data-theme=bw] textarea:focus,:root[data-theme=bw] input[type=text]:focus,:root[data-theme=bw] input[type=number]:focus{border-color:#0000004d;box-shadow:0 0 0 3px #0000000f}:root[data-theme=bw] .close-btn{color:var(--muted)}:root[data-theme=bw] .close-btn:hover{color:var(--text);background:#0000000f}:root[data-theme=bw] .eyebrow{color:#666}:root[data-theme=bw] .empty-state-icon{opacity:.25}:root[data-theme=bw] .status{color:var(--muted)}:root[data-theme=bw] .prayer-floating-panel{background:#fff;border-color:#0000001a;box-shadow:0 24px 80px -12px #00000026,inset 0 0 0 .5px #0000000d}:root[data-theme=bw] .prayer-floating-title{color:#111}:root[data-theme=bw] .prayer-floating-subtitle{color:#666}:root[data-theme=bw] .prayer-floating-close{color:#666;background:#0000000d}:root[data-theme=bw] .prayer-floating-close:hover{color:#111;background:#0000001a}:root[data-theme=bw] .prayer-hero-card{background:linear-gradient(145deg,#0000000a 0%,#00000005 60%,#fffc 100%);border-color:#00000014}:root[data-theme=bw] .prayer-hero-card:before{background:radial-gradient(at 30% 20%,#00000008 0%,#0000 70%)}:root[data-theme=bw] .prayer-hero-label{color:#00000080}:root[data-theme=bw] .prayer-hero-name{color:#111}:root[data-theme=bw] .prayer-hero-time{color:#000000b3}:root[data-theme=bw] .prayer-hero-empty,:root[data-theme=bw] .prayer-section-title{color:#00000080}:root[data-theme=bw] .prayer-schedule-card{background:#00000005;border-color:#0000000f}:root[data-theme=bw] .prayer-schedule-empty{color:#00000080}:root[data-theme=bw] .prayer-schedule-row{border-bottom-color:#0000000d}:root[data-theme=bw] .prayer-schedule-row.active{background:linear-gradient(90deg,#0000000f 0%,#00000005 100%)}:root[data-theme=bw] .prayer-schedule-row.active .prayer-schedule-name,:root[data-theme=bw] .prayer-schedule-row.active .prayer-schedule-time{color:#111;font-weight:600}:root[data-theme=bw] .prayer-schedule-name{color:#333}:root[data-theme=bw] .prayer-schedule-time{color:#666}:root[data-theme=bw] .prayer-settings-card{background:#00000005;border-color:#0000000f}:root[data-theme=bw] .prayer-settings-divider{background:#0000000f}:root[data-theme=bw] .prayer-settings-label{color:#333}:root[data-theme=bw] .prayer-settings-select,:root[data-theme=bw] .prayer-settings-input{color:#666}:root[data-theme=bw] .prayer-settings-input:focus{color:#111}:root[data-theme=bw] .prayer-custom-select{color:#333}:root[data-theme=bw] .prayer-custom-trigger{background:#0000000a;border-color:#00000014}:root[data-theme=bw] .prayer-custom-trigger:hover{background:#0000000f}:root[data-theme=bw] .prayer-custom-dropdown{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}:root[data-theme=bw] .prayer-custom-search{color:#111;background:#0000000a;border-color:#00000014}:root[data-theme=bw] .prayer-custom-search:focus{background:#fff;border-color:#0003}:root[data-theme=bw] .prayer-custom-option{color:#333}:root[data-theme=bw] .prayer-custom-option:hover,:root[data-theme=bw] .prayer-custom-option.highlighted{background:#0000000a}:root[data-theme=bw] .prayer-custom-option.selected{color:#111;background:#00000014}:root[data-theme=bw] .prayer-custom-no-match{color:#888}:root[data-theme=bw] .prayer-city-input-shell{background:#0000000a;border-color:#00000014}:root[data-theme=bw] .prayer-city-input{color:#111}:root[data-theme=bw] .prayer-city-input::placeholder,:root[data-theme=bw] .prayer-city-input-icon{color:#888}:root[data-theme=bw] .prayer-city-clear-btn{color:#666}:root[data-theme=bw] .prayer-city-clear-btn:hover{color:#111;background:#0000000f}:root[data-theme=bw] .prayer-city-selected-pill{background:#0000000f;border-color:#0000001a}:root[data-theme=bw] .prayer-city-selected-main{color:#111}:root[data-theme=bw] .prayer-city-selected-meta{color:#888}:root[data-theme=bw] .prayer-city-options{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}:root[data-theme=bw] .prayer-city-options-head{color:#888}:root[data-theme=bw] .prayer-city-option{color:#333}:root[data-theme=bw] .prayer-city-option:hover,:root[data-theme=bw] .prayer-city-option.active{background:#0000000a}:root[data-theme=bw] .prayer-city-option-main{color:#111}:root[data-theme=bw] .prayer-city-option-meta,:root[data-theme=bw] .prayer-city-options-status{color:#888}:root[data-theme=bw] .prayer-floating-backdrop{background:#0006}:root[data-theme=bw] .study-rail{-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#fffffff5;border:1px solid #0000001a;box-shadow:0 8px 24px #0000001a}:root[data-theme=bw] .study-rail-btn{color:#666;background:#0000000d}:root[data-theme=bw] .study-rail-btn:hover{color:#111;background:#0000001a}:root[data-theme=bw] .study-rail-btn.active{color:#fff;background:#111;box-shadow:0 4px 12px #0003}@media (max-width:768px){:root[data-theme=bw] .study-rail{box-shadow:none;-webkit-backdrop-filter:none;background:#f5f5f5f2;border:none}}:root[data-theme=bw] .settings-backdrop{background:#0006}:root[data-theme=bw] .settings-modal{box-shadow:0 16px 48px #0000001f;background:#fff!important;border:1px solid #0000001a!important}:root[data-theme=bw] .settings-title{color:#111}:root[data-theme=bw] .settings-close-btn{color:#666}:root[data-theme=bw] .settings-close-btn:hover{color:#111;background:#0000000d}:root[data-theme=bw] .settings-tabs{border-bottom-color:#00000014}:root[data-theme=bw] .settings-tab{color:#666}:root[data-theme=bw] .settings-tab:hover{color:#333}:root[data-theme=bw] .settings-tab.active{color:#111}:root[data-theme=bw] .tab-label{color:inherit}:root[data-theme=bw] .tab-indicator{background:#111}:root[data-theme=bw] .section-title{color:#666}:root[data-theme=bw] .settings-select{color:#111;background:#f5f5f5;border-color:#0000001a}:root[data-theme=bw] .settings-select:focus{border-color:#0003}:root[data-theme=bw] .settings-input{color:#111;background:#f5f5f5;border-color:#0000001a}:root[data-theme=bw] .settings-input:focus{border-color:#0003}:root[data-theme=bw] .chip-check{background:#111}:root[data-theme=bw] .slider-track-container{background:#00000014}:root[data-theme=bw] .settings-hint{color:#888}:root[data-theme=bw] .toggle-switch.active{box-shadow:none;background:#111;border-color:#0000004d}:root[data-theme=bw] .study-card,:root[data-theme=bw] .study-settings-group{background:#00000008;border-color:#00000014}:root[data-theme=bw] .tafsir-card.study-card{background:0 0;border:none}:root[data-theme=bw] .study-lexicon-backdrop{background:#0006}:root[data-theme=bw] .study-lexicon-modal{background:#fff;border:1px solid #0000001a;box-shadow:0 20px 52px #00000026}:root[data-theme=bw] .study-lexicon-header{border-bottom:1px solid #00000014}:root[data-theme=bw] .study-lexicon-close{color:#666;background:#0000000d}:root[data-theme=bw] .study-lexicon-close:hover{color:#111;background:#0000001a}:root[data-theme=bw] .study-lexicon-word{color:#111}:root[data-theme=bw] .study-lexicon-root-focus{background:#0000000a;border-color:#0000001f}:root[data-theme=bw] .study-lexicon-root-focus.is-unavailable{background:#00000008;border-color:#00000014}:root[data-theme=bw] .study-lexicon-root-heading{color:#666}:root[data-theme=bw] .study-lexicon-meta-item,:root[data-theme=bw] .study-lexicon-summary-item,:root[data-theme=bw] .study-lexicon-guide-item{background:#0000000a}:root[data-theme=bw] .study-lexicon-guide-toggle{color:#333;background:#0000000f}:root[data-theme=bw] .study-lexicon-guide-popover{background:#fff;border-color:#0000001a;box-shadow:0 18px 38px #0000001f}:root[data-theme=bw] .study-lexicon-guide-code{color:#111;background:#00000014}:root[data-theme=bw] .study-lexicon-guide-meaning{color:#666}:root[data-theme=bw] .study-lane-open-btn{color:#333;background:#00000014}:root[data-theme=bw] .study-root-link{color:#333;background:#0000000f}:root[data-theme=bw] .study-root-insight-btn,:root[data-theme=bw] .study-word-audio-btn{color:#333;background:#00000014}:root[data-theme=bw] .study-lexicon-chip,:root[data-theme=bw] .study-lexicon-ref{background:#0000000d}:root[data-theme=bw] .study-lexicon-list li{color:#333}:root[data-theme=bw] .study-ayah-card.playing{background:#0000000f!important}:root[data-theme=bw] .study-ayah-card.marked{background:#0000001f!important}:root[data-theme=bw] .study-ayah-card.marked:hover{background:#00000029!important}:root[data-theme=bw] .study-ayah-card.marked.playing{background:#0000002e!important}:root[data-theme=bw] .quick-item-action.danger{color:#c33;background:#cc333314}:root[data-theme=bw] .quick-item-action.danger:hover{background:#cc33331f}:root[data-theme=bw] .translation-chip:hover,:root[data-theme=bw] .reciter-card:hover{background:#0000000f}:root[data-theme=bw] .translation-chip.selected,:root[data-theme=bw] .reciter-card.selected{color:#111;border-color:#00000026;background:#0000001a!important}:root[data-theme=bw] .slider-track-fill{background:#111}:root[data-theme=bw] :focus-visible{outline-offset:2px;outline:2px solid #0000004d}:root[data-theme=bw] .search:focus,:root[data-theme=bw] .mobile-input:focus,:root[data-theme=bw] .settings-input:focus{box-shadow:0 0 0 3px #0000001a}:root[data-theme=bw] .surah-item.active .surah-number{color:#111;background:#0000001a}:root[data-theme=bw] .last-read-card{background:#0000000a;border-color:#00000014}:root[data-theme=bw] .last-read-title{color:#111}:root[data-theme=bw] .last-read-surah{color:#333}:root[data-theme=bw] .last-read-meta{color:#888}:root[data-theme=bw] .audio-bar.playing{border-color:#00000026}:root[data-theme=bw] .audio-progress-fill{background:#111}:root[data-theme=bw] .prayer-hint{background:#fff;border-color:#0000001a;box-shadow:0 12px 24px #0000001f}:root[data-theme=bw] .memorize-modal-backdrop{background:#00000080}:root[data-theme=bw] .memorize-modal{background:#fff;border:1px solid #0000001a;box-shadow:0 24px 80px -12px #0003}:root[data-theme=bw] .memorize-modal-header h3{color:#111}:root[data-theme=bw] .memorize-modal-header p{color:#666}:root[data-theme=bw] .memorize-close{color:#666;background:#0000000d}:root[data-theme=bw] .memorize-close:hover{color:#111;background:#0000001a}:root[data-theme=bw] .memorize-segmented{background:#0000000d}:root[data-theme=bw] .memorize-segment{color:#666}:root[data-theme=bw] .memorize-segment:hover{color:#333}:root[data-theme=bw] .memorize-segment.active{color:#111;box-shadow:none;background:#0000001f}:root[data-theme=bw] .memorize-range-grid label{color:#666}:root[data-theme=bw] .memorize-range-grid input,:root[data-theme=bw] .memorize-range-summary,:root[data-theme=bw] .memorize-stepper{color:#111;background:#0000000d;border:1px solid #00000014}:root[data-theme=bw] .memorize-stepper button{color:#333;background:#00000014}:root[data-theme=bw] .memorize-stepper button:hover{background:#0000001f}:root[data-theme=bw] .memorize-hint{color:#888}:root[data-theme=bw] .memorize-ghost{color:#333;background:#0000000f}:root[data-theme=bw] .memorize-ghost:hover{background:#0000001a}:root[data-theme=bw] .ayah-card.focused{background:#0000000a}:root[data-theme=bw] .ayah-card.focused .ayah-number{color:#333}:root[data-theme=bw] .action-btn--primary:hover,:root[data-theme=bw] .action-btn.saved:hover{background:#00000026}:root[data-theme=bw] .study-ayah-action.active{color:#111;background:#0000001a}:root[data-theme=bw] .study-ayah-word-trigger.active{color:#111;background:#00000014}:root[data-theme=bw] .skeleton-box{background:linear-gradient(90deg,#0000000f 25%,#0000001c 50%,#0000000f 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}:root[data-theme=bw] .search:focus{box-shadow:0 0 0 2px #00000026}:root[data-theme=bw] .action-btn.saved,:root[data-theme=bw] .action-btn--primary{color:#111;background:#0000001a}:root[data-theme=bw] .action-btn--primary:hover{background:#00000026}:root[data-theme=bw] .surah-card.saved{background:#00000014;border-color:#0000001f}:root[data-theme=bw] .surah-card.saved:hover{background:#0000001f}:root[data-theme=bw] .bookmark-ribbon,:root[data-theme=bw] .ayah-bookmark-btn.saved,:root[data-theme=bw] .action-icon-btn.saved{color:#111;background:#0000001a}:root[data-theme=bw] .bookmark-ribbon:hover,:root[data-theme=bw] .ayah-bookmark-btn.saved:hover,:root[data-theme=bw] .action-icon-btn.saved:hover{background:#00000026}:root[data-theme=bw] .action-icon-btn.hifz-icon.memorized{color:#111;background:#0000001a}:root[data-theme=bw] .study-ayah-card.memorized{border-left-color:#0000004d}:root[data-theme=bw] .hifz-action-btn{color:#222;background:#0000000d;border-color:#00000026}:root[data-theme=bw] .hifz-action-btn:hover{background:#0000001a}:root[data-theme=bw] .note-btn.active,:root[data-theme=bw] .ayah-note-btn.active,:root[data-theme=bw] .action-icon-btn.active{color:#111;background:#0000001a}:root[data-theme=bw] .action-icon-btn.play-icon.playing{color:#111;background:#00000026}:root[data-theme=bw] .quick-controls-row .action-btn.play-btn{color:#fff;background:#111}:root[data-theme=bw] .quick-controls-row .action-btn.play-btn:hover{background:#000}:root[data-theme=bw] .audio-bar .play-surah-btn{color:#111;background:#00000014}:root[data-theme=bw] .audio-bar .play-surah-btn:hover{background:#0000001f}:root[data-theme=bw] .quick-play .stop-btn{color:#333;background:#0000000f}:root[data-theme=bw] .quick-play .stop-btn:hover{background:#0000001a}:root[data-theme=bw] .control-btn.primary{color:#fff;background:#111}:root[data-theme=bw] .control-btn.primary:hover{background:#000}:root[data-theme=bw] .memorize-primary{color:#fff;background:#111}:root[data-theme=bw] .meta.error,:root[data-theme=bw] .status.error{color:#c33}:root[data-theme=bw] .inline-error{background:#cc33330f;border-color:#cc333326}:root[data-theme=bw] .action-btn--danger{color:#c33}:root[data-theme=bw] .action-btn--danger:hover{background:#cc333314}:root[data-theme=bw] .quick-controls-row .quick-slider input[type=range]{background:#0000001a}:root[data-theme=bw] .tafsir-edition-chevron{color:#333;background:#0000000f;border-color:#00000026}:root[data-theme=bw] .tafsir-edition-field:focus-within{border-color:#0000004d;box-shadow:0 0 0 2px #00000014}
:root[data-theme=bw-dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-deep:#000;--bg-mid:#0a0a0a;--bg-light:#111;--card:#ffffff0a;--card-strong:#ffffff0f;--text:#eee;--muted:#888;--accent:#eee;--accent-2:#ccc;--stroke:#ffffff1a;--shadow:0 1px 3px #0000004d,0 4px 12px #0006;--shadow-card:0 1px 2px #00000040,0 4px 16px #0000004d;--shadow-elevated:0 2px 8px #0006,0 12px 32px #00000080,0 32px 64px #0006;--gradient-primary:linear-gradient(135deg,#ccc 0%,#eee 100%)}:root[data-theme=bw-dark] body{color:var(--text);background:#000}:root[data-theme=bw-dark] html{background-color:#000}:root[data-theme=bw-dark] body:before{display:none}:root[data-theme=bw-dark] .logo-mark{background:#111;border-color:#ffffff14;box-shadow:0 0 0 1px #ffffff0f,0 2px 8px #0006}:root[data-theme=bw-dark] .logo:hover .logo-mark{box-shadow:0 0 0 1px #ffffff1a,0 4px 12px #00000080}:root[data-theme=bw-dark] .logo-highlight{color:#ccc}:root[data-theme=bw-dark] .header-icon-btn{color:var(--text)}:root[data-theme=bw-dark] .header-icon-btn:hover{background:#ffffff0f}:root[data-theme=bw-dark] .topbar{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#000000e6;border-bottom:none}:root[data-theme=bw-dark] .surah-panel{background:0 0;border-color:#0000;border-radius:0;padding:0}:root[data-theme=bw-dark] .surah-item:hover{background:#ffffff0a}:root[data-theme=bw-dark] .surah-number{color:var(--text);background:#ffffff0d}:root[data-theme=bw-dark] .surah-arabic{color:#ccc}:root[data-theme=bw-dark] .surah-search-wrapper .search,:root[data-theme=bw-dark] .mobile-input,:root[data-theme=bw-dark] .mobile-select{color:var(--text);background:#ffffff0f;border:none;transition:all .2s}:root[data-theme=bw-dark] .surah-search-wrapper .search:focus,:root[data-theme=bw-dark] .mobile-input:focus{background:#111;border:none;box-shadow:0 2px 8px #0000004d}:root[data-theme=bw-dark] .surah-search-wrapper .search::placeholder,:root[data-theme=bw-dark] .mobile-input::placeholder{color:var(--muted)}:root[data-theme=bw-dark] .ayah-card{background:#ffffff08;border-color:#ffffff0f}:root[data-theme=bw-dark] .ayah-card:hover{background:#ffffff0d}:root[data-theme=bw-dark] .ayah-card.active{background:#ffffff12;border-color:#ffffff1f}:root[data-theme=bw-dark] .ayah-number-badge{color:var(--muted);background:#ffffff0d}:root[data-theme=bw-dark] .action-btn{color:var(--text);box-shadow:none;background:#ffffff0f;transform:none}:root[data-theme=bw-dark] .action-btn:hover{box-shadow:none;background:#ffffff1a;transform:none}:root[data-theme=bw-dark] .action-btn:active{box-shadow:none;transform:none}:root[data-theme=bw-dark] .quick-controls-row .action-btn.stop-btn{color:#ccc;box-shadow:none;background:#ffffff14;transform:none}:root[data-theme=bw-dark] .quick-controls-row .action-btn.stop-btn:hover{background:#ffffff1f}:root[data-theme=bw-dark] .quick-controls-row .action-btn.play-btn{color:#eee;box-shadow:none;background:#ffffff1a;transform:none}:root[data-theme=bw-dark] .compare-panel,:root[data-theme=bw-dark] .note-panel{box-shadow:var(--shadow-elevated);background:#0a0a0a;border:1px solid #ffffff1a}:root[data-theme=bw-dark] .compare-block{background:#ffffff08;border-color:#ffffff0f}:root[data-theme=bw-dark] .settings-modal-container{background:#0a0a0a;border-color:#ffffff1a}:root[data-theme=bw-dark] .mobile-settings-overlay{background:#0009}:root[data-theme=bw-dark] .settings-tab-btn{color:var(--muted)}:root[data-theme=bw-dark] .settings-tab-btn.active{color:var(--text);background:#ffffff0f}:root[data-theme=bw-dark] .settings-group{background:#ffffff08;border-color:#ffffff0f}:root[data-theme=bw-dark] ::-webkit-scrollbar-track{background:0 0}:root[data-theme=bw-dark] ::-webkit-scrollbar-thumb{background-color:#ffffff26}:root[data-theme=bw-dark] ::-webkit-scrollbar-thumb:hover{background-color:#ffffff40}:root[data-theme=bw-dark] .quick-panel{-webkit-backdrop-filter:blur(20px);background:#0a0a0af5;border-color:#ffffff14}:root[data-theme=bw-dark] .quick-panel-backdrop{background:#00000080}:root[data-theme=bw-dark] .study-header{-webkit-backdrop-filter:blur(20px);background:#000000eb;border-bottom:1px solid #ffffff14}:root[data-theme=bw-dark] .study-mode-container{background:#000}:root[data-theme=bw-dark] .study-card{background:#0a0a0a;border-color:#ffffff0f}:root[data-theme=bw-dark] .study-card:hover{border-color:#ffffff1f}:root[data-theme=bw-dark] .audio-bar{-webkit-backdrop-filter:blur(20px);background:#000000f2;border-top:1px solid #ffffff14}:root[data-theme=bw-dark] .translation-chip,:root[data-theme=bw-dark] .reciter-card,:root[data-theme=bw-dark] .study-reciter-chip{color:var(--text);background:#ffffff0a;border-color:#ffffff14}:root[data-theme=bw-dark] .translation-chip:hover,:root[data-theme=bw-dark] .reciter-card:hover,:root[data-theme=bw-dark] .study-reciter-chip:hover{background:#ffffff14}:root[data-theme=bw-dark] .translation-chip.selected,:root[data-theme=bw-dark] .reciter-card.selected,:root[data-theme=bw-dark] .study-reciter-chip.active{border-color:#fff3;background:#ffffff1f!important}:root[data-theme=bw-dark] .tooltip{color:#000;background:#eee}:root[data-theme=bw-dark] .shortcuts-overlay{background:#0009}:root[data-theme=bw-dark] .shortcuts-modal{background:#0a0a0a;border-color:#ffffff1a}:root[data-theme=bw-dark] .back-to-top{color:var(--text);background:#ffffff0f;border:1px solid #ffffff14}:root[data-theme=bw-dark] .back-to-top:hover{background:#ffffff1a}:root[data-theme=bw-dark] .bookmark-active{color:#eee}:root[data-theme=bw-dark] .bismillah-banner{color:#ccc}:root[data-theme=bw-dark] .prayer-panel-container{background:#0a0a0a;border-color:#ffffff14}:root[data-theme=bw-dark] .prayer-time-row{border-color:#ffffff0d}:root[data-theme=bw-dark] .prayer-time-row.active{background:#ffffff0a}:root[data-theme=bw-dark] .toggle-track{background:#ffffff26}:root[data-theme=bw-dark] .toggle-track.active{background:#ccc}:root[data-theme=bw-dark] .toggle-thumb{background:#000;box-shadow:0 1px 3px #0006}:root[data-theme=bw-dark] textarea,:root[data-theme=bw-dark] input[type=text],:root[data-theme=bw-dark] input[type=number]{color:var(--text);background:#ffffff0a;border:1px solid #ffffff1a}:root[data-theme=bw-dark] textarea:focus,:root[data-theme=bw-dark] input[type=text]:focus,:root[data-theme=bw-dark] input[type=number]:focus{border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff0f}:root[data-theme=bw-dark] .close-btn{color:var(--muted)}:root[data-theme=bw-dark] .close-btn:hover{color:var(--text);background:#ffffff0f}:root[data-theme=bw-dark] .eyebrow{color:#888}:root[data-theme=bw-dark] .empty-state-icon{opacity:.25}:root[data-theme=bw-dark] .status{color:var(--muted)}:root[data-theme=bw-dark] .prayer-floating-panel{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 24px 80px -12px #0009,inset 0 0 0 .5px #ffffff0d}:root[data-theme=bw-dark] .prayer-floating-title{color:#eee}:root[data-theme=bw-dark] .prayer-floating-subtitle{color:#888}:root[data-theme=bw-dark] .prayer-floating-close{color:#888;background:#ffffff0d}:root[data-theme=bw-dark] .prayer-floating-close:hover{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .prayer-hero-card{background:linear-gradient(145deg,#ffffff0a 0%,#ffffff05 60%,#000c 100%);border-color:#ffffff14}:root[data-theme=bw-dark] .prayer-hero-card:before{background:radial-gradient(at 30% 20%,#ffffff08 0%,#0000 70%)}:root[data-theme=bw-dark] .prayer-hero-label{color:#ffffff80}:root[data-theme=bw-dark] .prayer-hero-name{color:#eee}:root[data-theme=bw-dark] .prayer-hero-time{color:#ffffffb3}:root[data-theme=bw-dark] .prayer-hero-empty,:root[data-theme=bw-dark] .prayer-section-title{color:#ffffff80}:root[data-theme=bw-dark] .prayer-schedule-card{background:#ffffff08;border-color:#ffffff0f}:root[data-theme=bw-dark] .prayer-schedule-empty{color:#ffffff80}:root[data-theme=bw-dark] .prayer-schedule-row{border-bottom-color:#ffffff0d}:root[data-theme=bw-dark] .prayer-schedule-row.active{background:linear-gradient(90deg,#ffffff0f 0%,#ffffff05 100%)}:root[data-theme=bw-dark] .prayer-schedule-row.active .prayer-schedule-name,:root[data-theme=bw-dark] .prayer-schedule-row.active .prayer-schedule-time{color:#eee;font-weight:600}:root[data-theme=bw-dark] .prayer-schedule-name{color:#ccc}:root[data-theme=bw-dark] .prayer-schedule-time{color:#888}:root[data-theme=bw-dark] .prayer-settings-card{background:#ffffff08;border-color:#ffffff0f}:root[data-theme=bw-dark] .prayer-settings-divider{background:#ffffff0f}:root[data-theme=bw-dark] .prayer-settings-label{color:#ccc}:root[data-theme=bw-dark] .prayer-settings-select,:root[data-theme=bw-dark] .prayer-settings-input{color:#888}:root[data-theme=bw-dark] .prayer-settings-input:focus{color:#eee}:root[data-theme=bw-dark] .prayer-custom-select{color:#ccc}:root[data-theme=bw-dark] .prayer-custom-trigger{background:#ffffff0a;border-color:#ffffff14}:root[data-theme=bw-dark] .prayer-custom-trigger:hover{background:#ffffff0f}:root[data-theme=bw-dark] .prayer-custom-dropdown{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 8px 24px #00000080}:root[data-theme=bw-dark] .prayer-custom-search{color:#eee;background:#ffffff0a;border-color:#ffffff14}:root[data-theme=bw-dark] .prayer-custom-search:focus{background:#111;border-color:#fff3}:root[data-theme=bw-dark] .prayer-custom-option{color:#ccc}:root[data-theme=bw-dark] .prayer-custom-option:hover,:root[data-theme=bw-dark] .prayer-custom-option.highlighted{background:#ffffff0a}:root[data-theme=bw-dark] .prayer-custom-option.selected{color:#eee;background:#ffffff14}:root[data-theme=bw-dark] .prayer-custom-no-match{color:#666}:root[data-theme=bw-dark] .prayer-city-input-shell{background:#ffffff0a;border-color:#ffffff14}:root[data-theme=bw-dark] .prayer-city-input{color:#eee}:root[data-theme=bw-dark] .prayer-city-input::placeholder,:root[data-theme=bw-dark] .prayer-city-input-icon{color:#666}:root[data-theme=bw-dark] .prayer-city-clear-btn{color:#888}:root[data-theme=bw-dark] .prayer-city-clear-btn:hover{color:#eee;background:#ffffff0f}:root[data-theme=bw-dark] .prayer-city-selected-pill{background:#ffffff0f;border-color:#ffffff1a}:root[data-theme=bw-dark] .prayer-city-selected-main{color:#eee}:root[data-theme=bw-dark] .prayer-city-selected-meta{color:#666}:root[data-theme=bw-dark] .prayer-city-options{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 8px 24px #00000080}:root[data-theme=bw-dark] .prayer-city-options-head{color:#666}:root[data-theme=bw-dark] .prayer-city-option{color:#ccc}:root[data-theme=bw-dark] .prayer-city-option:hover,:root[data-theme=bw-dark] .prayer-city-option.active{background:#ffffff0a}:root[data-theme=bw-dark] .prayer-city-option-main{color:#eee}:root[data-theme=bw-dark] .prayer-city-option-meta,:root[data-theme=bw-dark] .prayer-city-options-status{color:#666}:root[data-theme=bw-dark] .prayer-floating-backdrop{background:#0009}:root[data-theme=bw-dark] .study-rail{-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#0a0a0af5;border:1px solid #ffffff1a;box-shadow:0 8px 24px #0006}:root[data-theme=bw-dark] .study-rail-btn{color:#888;background:#ffffff0d}:root[data-theme=bw-dark] .study-rail-btn:hover{color:#eee;background:#ffffff1a}@media (max-width:768px){:root[data-theme=bw-dark] .study-rail{box-shadow:none;-webkit-backdrop-filter:none;background:#0a0a0af2;border:none}}:root[data-theme=bw-dark] .settings-backdrop{background:#0009}:root[data-theme=bw-dark] .settings-modal{box-shadow:0 16px 48px #00000080;background:#0a0a0a!important;border:1px solid #ffffff1a!important}:root[data-theme=bw-dark] .settings-title{color:#eee}:root[data-theme=bw-dark] .settings-close-btn{color:#888}:root[data-theme=bw-dark] .settings-close-btn:hover{color:#eee;background:#ffffff0d}:root[data-theme=bw-dark] .settings-tabs{border-bottom-color:#ffffff14}:root[data-theme=bw-dark] .settings-tab{color:#888}:root[data-theme=bw-dark] .settings-tab:hover{color:#ccc}:root[data-theme=bw-dark] .settings-tab.active{color:#eee}:root[data-theme=bw-dark] .tab-label{color:inherit}:root[data-theme=bw-dark] .tab-indicator{background:#eee}:root[data-theme=bw-dark] .section-title{color:#888}:root[data-theme=bw-dark] .settings-select{color:#eee;background:#111;border-color:#ffffff1a}:root[data-theme=bw-dark] .settings-select:focus{border-color:#fff3}:root[data-theme=bw-dark] .settings-input{color:#eee;background:#111;border-color:#ffffff1a}:root[data-theme=bw-dark] .settings-input:focus{border-color:#fff3}:root[data-theme=bw-dark] .chip-check{background:#eee}:root[data-theme=bw-dark] .slider-track-container{background:#ffffff14}:root[data-theme=bw-dark] .settings-hint{color:#666}:root[data-theme=bw-dark] .toggle-switch.active{box-shadow:none;background:#eee;border-color:#ffffff4d}:root[data-theme=bw-dark] .study-card,:root[data-theme=bw-dark] .study-settings-group{background:#ffffff08;border-color:#ffffff14}:root[data-theme=bw-dark] .tafsir-card.study-card{background:0 0;border:none}:root[data-theme=bw-dark] .study-lexicon-backdrop{background:#0009}:root[data-theme=bw-dark] .study-lexicon-modal{background:#0a0a0a;border:1px solid #ffffff1a;box-shadow:0 20px 52px #00000080}:root[data-theme=bw-dark] .study-lexicon-header{border-bottom:1px solid #ffffff14}:root[data-theme=bw-dark] .study-lexicon-close{color:#888;background:#ffffff0d}:root[data-theme=bw-dark] .study-lexicon-close:hover{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .study-lexicon-word{color:#eee}:root[data-theme=bw-dark] .study-lexicon-root-focus{background:#ffffff0a;border-color:#ffffff1f}:root[data-theme=bw-dark] .study-lexicon-root-focus.is-unavailable{background:#ffffff08;border-color:#ffffff14}:root[data-theme=bw-dark] .study-lexicon-root-heading{color:#888}:root[data-theme=bw-dark] .study-lexicon-meta-item,:root[data-theme=bw-dark] .study-lexicon-summary-item,:root[data-theme=bw-dark] .study-lexicon-guide-item{background:#ffffff0a}:root[data-theme=bw-dark] .study-lexicon-guide-toggle{color:#ccc;background:#ffffff0f}:root[data-theme=bw-dark] .study-lexicon-guide-popover{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 18px 38px #00000080}:root[data-theme=bw-dark] .study-lexicon-guide-code{color:#eee;background:#ffffff14}:root[data-theme=bw-dark] .study-lexicon-guide-meaning{color:#888}:root[data-theme=bw-dark] .study-lane-open-btn{color:#ccc;background:#ffffff14}:root[data-theme=bw-dark] .study-root-link{color:#ccc;background:#ffffff0f}:root[data-theme=bw-dark] .study-root-insight-btn,:root[data-theme=bw-dark] .study-word-audio-btn{color:#ccc;background:#ffffff14}:root[data-theme=bw-dark] .study-lexicon-chip,:root[data-theme=bw-dark] .study-lexicon-ref{background:#ffffff0d}:root[data-theme=bw-dark] .study-lexicon-list li{color:#ccc}:root[data-theme=bw-dark] .study-ayah-card.playing{background:#ffffff0f!important}:root[data-theme=bw-dark] .study-ayah-card.marked{background:#ffffff1f!important}:root[data-theme=bw-dark] .study-ayah-card.marked:hover{background:#ffffff29!important}:root[data-theme=bw-dark] .study-ayah-card.marked.playing{background:#ffffff2e!important}:root[data-theme=bw-dark] .translation-chip:hover,:root[data-theme=bw-dark] .reciter-card:hover{background:#ffffff0f}:root[data-theme=bw-dark] .translation-chip.selected,:root[data-theme=bw-dark] .reciter-card.selected{color:#eee;border-color:#ffffff26;background:#ffffff1a!important}:root[data-theme=bw-dark] .slider-track-fill{background:#eee}:root[data-theme=bw-dark] :focus-visible{outline-offset:2px;outline:2px solid #ffffff4d}:root[data-theme=bw-dark] .search:focus,:root[data-theme=bw-dark] .mobile-input:focus,:root[data-theme=bw-dark] .settings-input:focus{box-shadow:0 0 0 3px #ffffff1a}:root[data-theme=bw-dark] .surah-item.active .surah-number{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .last-read-card{background:#ffffff0a;border-color:#ffffff14}:root[data-theme=bw-dark] .last-read-title{color:#eee}:root[data-theme=bw-dark] .last-read-surah{color:#ccc}:root[data-theme=bw-dark] .last-read-meta{color:#666}:root[data-theme=bw-dark] .audio-progress-fill{background:#eee}:root[data-theme=bw-dark] .prayer-hint{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 12px 24px #00000080}:root[data-theme=bw-dark] .memorize-modal-backdrop{background:#000000b3}:root[data-theme=bw-dark] .memorize-modal{background:#0a0a0a;border:1px solid #ffffff1a;box-shadow:0 24px 80px -12px #0009}:root[data-theme=bw-dark] .memorize-modal-header h3{color:#eee}:root[data-theme=bw-dark] .memorize-modal-header p{color:#888}:root[data-theme=bw-dark] .memorize-close{color:#888;background:#ffffff0d}:root[data-theme=bw-dark] .memorize-close:hover{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .memorize-segmented{background:#ffffff0d}:root[data-theme=bw-dark] .memorize-segment{color:#888}:root[data-theme=bw-dark] .memorize-segment:hover{color:#ccc}:root[data-theme=bw-dark] .memorize-segment.active{color:#eee;box-shadow:none;background:#ffffff1f}:root[data-theme=bw-dark] .memorize-range-grid label{color:#888}:root[data-theme=bw-dark] .memorize-range-grid input,:root[data-theme=bw-dark] .memorize-range-summary,:root[data-theme=bw-dark] .memorize-stepper{color:#eee;background:#ffffff0d;border:1px solid #ffffff14}:root[data-theme=bw-dark] .memorize-stepper button{color:#ccc;background:#ffffff14}:root[data-theme=bw-dark] .memorize-stepper button:hover{background:#ffffff1f}:root[data-theme=bw-dark] .memorize-hint{color:#666}:root[data-theme=bw-dark] .memorize-ghost{color:#ccc;background:#ffffff0f}:root[data-theme=bw-dark] .memorize-ghost:hover{background:#ffffff1a}:root[data-theme=bw-dark] .ayah-card.focused .ayah-number{color:#ccc}:root[data-theme=bw-dark] .action-btn--primary:hover,:root[data-theme=bw-dark] .action-btn.saved:hover{background:#ffffff26}:root[data-theme=bw-dark] .study-ayah-word-trigger.active{color:#eee;background:#ffffff14}:root[data-theme=bw-dark] .surah-translation,:root[data-theme=bw-dark] .study-sub,:root[data-theme=bw-dark] .plan-range{color:#eeeeeeb3}:root[data-theme=bw-dark] .ayah-translation,:root[data-theme=bw-dark] .study-ayah-translation,:root[data-theme=bw-dark] .compare-text{color:#eeeeeedb}:root[data-theme=bw-dark] .translation-item .translation-label{color:#eeeeeeb3}:root[data-theme=bw-dark] .search:focus,:root[data-theme=bw-dark] .reader-search input:focus,:root[data-theme=bw-dark] .go-ayah input:focus{box-shadow:0 0 0 2px #ffffff26}:root[data-theme=bw-dark] .settings-select:focus,:root[data-theme=bw-dark] .settings-input:focus{border-color:#ffffff4d}:root[data-theme=bw-dark] .surah-item.active{background:#ffffff0f}:root[data-theme=bw-dark] .compare-btn{background:#ffffff14}:root[data-theme=bw-dark] .compare-btn:hover{background:#ffffff1f}:root[data-theme=bw-dark] .last-read-banner{background:#ffffff0a;border:none}:root[data-theme=bw-dark] .last-read-icon{color:var(--text);background:#ffffff14}:root[data-theme=bw-dark] ::selection{color:var(--text);background:#ffffff40}:root[data-theme=bw-dark] .prayer-city-input:focus{background:#ffffff14;border-color:#ffffff40;box-shadow:0 0 0 3px #ffffff14}:root[data-theme=bw-dark] .prayer-city-input:focus~.prayer-city-input-icon,:root[data-theme=bw-dark] .prayer-city-input-shell:focus-within .prayer-city-input-icon{color:#ffffffb3;opacity:1}:root[data-theme=bw-dark] .prayer-city-selected-pill{background:#ffffff0f;border:1px solid #ffffff1a}:root[data-theme=bw-dark] .audio-bar .stop-btn{color:#ccc;background:#ffffff14}:root[data-theme=bw-dark] .audio-bar .stop-btn:hover{background:#ffffff1f}:root[data-theme=bw-dark] .surah-prayer-hint{background:#0a0a0af5;border-color:#ffffff1a}:root[data-theme=bw-dark] .surah-prayer-hint:before{background:#0a0a0af5;border-top-color:#ffffff1a;border-left-color:#ffffff1a}:root[data-theme=bw-dark] .study-ayah-action.active{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .audio-bar.playing{border-color:#ffffff26}:root[data-theme=bw-dark] .audio-bar.playing:before{background:linear-gradient(90deg,#0000,#ffffff08,#0000)}:root[data-theme=bw-dark] .bookmark-ribbon,:root[data-theme=bw-dark] .ayah-bookmark-btn.saved,:root[data-theme=bw-dark] .action-icon-btn.saved{color:#eee;background:#ffffff1f}:root[data-theme=bw-dark] .bookmark-ribbon:hover,:root[data-theme=bw-dark] .ayah-bookmark-btn.saved:hover,:root[data-theme=bw-dark] .action-icon-btn.saved:hover{background:#ffffff2e}:root[data-theme=bw-dark] .action-icon-btn.hifz-icon.memorized{color:#eee;background:#ffffff1f}:root[data-theme=bw-dark] .study-ayah-card.memorized{border-left-color:#ffffff4d}:root[data-theme=bw-dark] .hifz-action-btn{color:#ddd;background:#ffffff0f;border-color:#ffffff1f}:root[data-theme=bw-dark] .hifz-action-btn:hover{background:#ffffff1a}:root[data-theme=bw-dark] .note-btn.active,:root[data-theme=bw-dark] .ayah-note-btn.active,:root[data-theme=bw-dark] .action-icon-btn.active{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .action-icon-btn.play-icon.playing{color:#eee;background:#ffffff26}:root[data-theme=bw-dark] .quick-controls-row .action-btn.play-btn{color:#000;background:#eee}:root[data-theme=bw-dark] .quick-controls-row .action-btn.play-btn:hover{background:#fff}:root[data-theme=bw-dark] .audio-bar .play-surah-btn{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .audio-bar .play-surah-btn:hover{background:#ffffff26}:root[data-theme=bw-dark] .quick-play .stop-btn{color:#ccc;background:#ffffff14}:root[data-theme=bw-dark] .quick-play .stop-btn:hover{background:#ffffff1f}:root[data-theme=bw-dark] .control-btn.primary{color:#000;background:#eee}:root[data-theme=bw-dark] .control-btn.primary:hover{background:#fff}:root[data-theme=bw-dark] .study-rail-btn.active{color:#000;background:#eee;box-shadow:0 4px 12px #0006}:root[data-theme=bw-dark] .memorize-primary{color:#000;background:#eee}:root[data-theme=bw-dark] .reader-search input:focus,:root[data-theme=bw-dark] .go-ayah input:focus{box-shadow:0 0 0 2px #ffffff26}:root[data-theme=bw-dark] .translation-toggle button.active,:root[data-theme=bw-dark] .translation-toggle-mobile button.active{color:#eee;background:#ffffff1f}:root[data-theme=bw-dark] .ayah-card.focused{background:#ffffff0a}:root[data-theme=bw-dark] .action-btn.saved,:root[data-theme=bw-dark] .action-btn--primary{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .action-btn--primary:hover{background:#ffffff26}:root[data-theme=bw-dark] .search:focus{box-shadow:0 0 0 2px #ffffff26}:root[data-theme=bw-dark] .meta.error,:root[data-theme=bw-dark] .status.error{color:#ff6b6b}:root[data-theme=bw-dark] .inline-error{background:#ff6b6b14;border-color:#ff6b6b33}:root[data-theme=bw-dark] .action-btn--danger{color:#ff6b6b}:root[data-theme=bw-dark] .action-btn--danger:hover{background:#ff6b6b1a}:root[data-theme=bw-dark] .tafsir-edition-chevron{color:#ccc;background:#ffffff14;border-color:#fff3}:root[data-theme=bw-dark] .tafsir-edition-field:focus-within{border-color:#ffffff4d;box-shadow:0 0 0 2px #ffffff14}:root[data-theme=bw-dark] .quick-item-action{color:#eee;background:#ffffff1a}:root[data-theme=bw-dark] .quick-item-action:hover{background:#ffffff26}:root[data-theme=bw-dark] .tafsir-text{color:#eeeeeee6}


