:root{--bg: #ffffff;--bg-secondary: #f4f6f9;--bg-card: #ffffff;--bg-card-hover: #f0f4ff;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--accent: #1e3a5f;--accent-light: #2563eb;--gold: #c9963b;--gold-light: #fef3c7;--border: #e5e7eb;--border-strong: #d1d5db;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--radius-sm: 6px;--radius: 12px;--radius-lg: 18px;--font-arabic: "Scheherazade New", Georgia, serif;--font-latin: "Inter", system-ui, sans-serif;--fs-arabic: 1.75rem;--fs-arabic-lg: 2rem;--fs-arabic-sm: 1.5rem;--highlight-bg: #fffbeb;--highlight-border:#c9963b;--player-bg: #1e3a5f;--player-text: #f1f5f9;--error-bg: #fef2f2;--error-text: #dc2626}@media (prefers-color-scheme: dark){:root{--bg: #0d1117;--bg-secondary: #161b22;--bg-card: #161b22;--bg-card-hover: #1c2433;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--accent: #58a6ff;--accent-light: #79c0ff;--gold: #e3b341;--gold-light: #2e2a00;--border: #30363d;--border-strong: #484f58;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--highlight-bg: #2e2a00;--highlight-border:#e3b341;--player-bg: #0d1117;--player-text: #e6edf3;--error-bg: #2d0a0a;--error-text: #f87171}}[data-font-size=sm]{--fs-arabic: 1.5rem}[data-font-size=md]{--fs-arabic: 1.75rem}[data-font-size=lg]{--fs-arabic: 2.1rem}[data-font-size=xl]{--fs-arabic: 2.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-latin);background:var(--bg);color:var(--text-primary);line-height:1.6;min-height:100vh}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select{font-family:inherit}ul,ol{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.state-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1rem;text-align:center;color:var(--text-secondary)}.error-box{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-text);border-radius:var(--radius);padding:1rem 1.25rem;max-width:480px;width:100%}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;transition:opacity .15s,background .15s}.btn:hover{opacity:.88}.btn--primary{background:var(--accent);color:#fff}.btn--ghost{border:1px solid var(--border-strong);color:var(--text-primary)}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:3.5rem}.site-header__logo{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:1.05rem;color:var(--text-primary)}.site-header__logo-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--accent);color:var(--gold);border-radius:var(--radius-sm);font-family:var(--font-arabic);font-size:1.1rem;font-weight:700}.site-header__nav{display:flex;align-items:center;gap:.75rem}.lang-select-wrapper{display:flex;align-items:center}.lang-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.85rem;padding:.4rem 2rem .4rem .75rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b7280'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;max-width:220px}.lang-select:focus{outline:2px solid var(--accent-light);outline-offset:2px}.site-header__back{font-size:.85rem;padding:.35rem .9rem;white-space:nowrap}.site-header__about-link{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:50%;border:1px solid var(--border-strong);font-size:.85rem;font-weight:600;color:var(--text-secondary)}.site-header__about-link:hover{background:var(--bg-secondary)}@media (max-width: 480px){.site-header__logo-text{display:none}.lang-select{max-width:160px}}.surah-card{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:background .15s,box-shadow .15s,transform .1s;color:var(--text-primary)}.surah-card:hover{background:var(--bg-card-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.surah-card:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.surah-card__number{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:50%;font-size:.78rem;font-weight:600;color:var(--accent);flex-shrink:0}.surah-card__body{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.surah-card__name-en{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.surah-card__meaning{font-size:.8rem;color:var(--text-secondary)}.surah-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.surah-card__name-ar{font-family:var(--font-arabic);font-size:1.3rem;color:var(--text-primary);direction:rtl}.surah-card__info{display:flex;align-items:center;gap:.5rem}.surah-card__type{font-size:.7rem;font-weight:500;padding:.15rem .5rem;border-radius:99px;background:var(--bg-secondary);color:var(--text-secondary)}.surah-card__type--meccan{background:#fef3c7;color:#92400e}.surah-card__type--medinan{background:#dbeafe;color:#1e40af}@media (prefers-color-scheme: dark){.surah-card__type--meccan{background:#451a03;color:#fde68a}.surah-card__type--medinan{background:#1e3a5f;color:#93c5fd}}.surah-card__ayahs{font-size:.72rem;color:var(--text-muted)}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-hero{background:var(--accent);color:#fff;padding:3rem 1rem 2.5rem;text-align:center}.home-hero__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.home-hero__arabic{font-family:var(--font-arabic);font-size:1.6rem;color:var(--gold);line-height:2}.home-hero__title{font-size:2rem;font-weight:700;letter-spacing:-.02em}.home-hero__subtitle{font-size:1rem;color:#ffffffb3}.home-search{position:relative;width:100%;max-width:480px;margin-top:.5rem}.home-search__input{width:100%;padding:.7rem 2.5rem .7rem 1rem;border-radius:var(--radius);border:2px solid transparent;font-size:1rem;background:#ffffff1f;color:#fff;caret-color:var(--gold);transition:border-color .2s,background .2s}.home-search__input::placeholder{color:#ffffff80}.home-search__input:focus{outline:none;border-color:var(--gold);background:#ffffff2e}.home-search__clear{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff9;font-size:1rem;cursor:pointer;line-height:1;padding:.25rem}.home-search__clear:hover{color:#fff}.home-main{flex:1;padding-top:1.75rem;padding-bottom:6rem}.home-section-title{font-size:1.05rem;font-weight:600;color:var(--text-secondary);margin-bottom:1rem}.home-lastread{margin-bottom:2rem}.lastread-card{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;background:var(--gold-light);border:1px solid var(--gold);border-radius:var(--radius);color:var(--text-primary);transition:background .15s}.lastread-card:hover{background:#fde68a}.lastread-card__icon{font-size:1.2rem}.lastread-card__text{flex:1;font-size:.95rem}.lastread-card__arrow{font-size:1.1rem;color:var(--gold)}.surah-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.7rem}@media (max-width: 480px){.home-hero{padding:2rem 1rem}.home-hero__title{font-size:1.5rem}.surah-grid{grid-template-columns:1fr}}.home-footer{padding:1.25rem;text-align:center;font-size:.8rem;color:var(--text-muted);border-top:1px solid var(--border)}.home-footer a{color:var(--accent-light)}.home-footer a:hover{text-decoration:underline}.verse{display:flex;gap:1rem;padding:1.25rem;border-radius:var(--radius);border:1px solid transparent;background:var(--bg-card);transition:background .2s,border-color .2s,box-shadow .2s}.verse:not(:last-child){margin-bottom:.75rem}.verse--active{background:var(--highlight-bg);border-color:var(--highlight-border);box-shadow:0 0 0 1px var(--highlight-border)}.verse__number{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;position:relative}.verse__number span{position:relative;font-size:.78rem;font-weight:600;color:var(--gold);z-index:1}.verse__number:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 1l3.9 7.9 8.7 1.3-6.3 6.1 1.5 8.7L16 21l-7.8 4.1 1.5-8.7L3.4 10.2l8.7-1.3z' fill='%23c9963b' opacity='.18'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.verse__content{flex:1;display:flex;flex-direction:column;gap:.6rem}.verse__arabic{font-family:var(--font-arabic);font-size:var(--fs-arabic);line-height:2;color:var(--text-primary);text-align:right}.verse__transliteration{font-style:italic;color:var(--text-secondary);font-size:.92rem;line-height:1.7;border-left:3px solid var(--gold);padding-left:.75rem}.verse__translation{color:var(--text-primary);font-size:.95rem;line-height:1.75}@media (max-width: 600px){.verse{padding:1rem .9rem;gap:.6rem}}.audio-player{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--player-bg);color:var(--player-text);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 24px #0000004d}.audio-player__inner{display:flex;align-items:center;gap:.75rem;height:3.5rem;flex-wrap:nowrap;overflow:hidden}.audio-player__verse-info{display:flex;align-items:baseline;gap:.25rem;white-space:nowrap;font-size:.8rem;color:#fff9;min-width:68px}.audio-player__current{font-weight:700;color:var(--gold);font-size:1rem}.audio-player__sep{color:#fff6}.audio-player__label{font-size:.7rem}.audio-player__controls{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.audio-player__btn{background:#ffffff1a;border:none;border-radius:50%;color:var(--player-text);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;cursor:pointer;transition:background .15s}.audio-player__btn:hover:not(:disabled){background:#fff3}.audio-player__btn:disabled{opacity:.35;cursor:not-allowed}.audio-player__btn--play{width:2.4rem;height:2.4rem;background:var(--gold);color:#1a1a1a;font-size:1rem}.audio-player__btn--play:hover:not(:disabled){background:#e0aa3e}.audio-player__seek{flex:1;display:flex;align-items:center;gap:.4rem;min-width:0}.audio-player__time{font-size:.72rem;color:#ffffff8c;white-space:nowrap}.audio-player__range{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;border-radius:99px;background:#ffffff40;cursor:pointer;min-width:0}.audio-player__range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:11px;height:11px;border-radius:50%;background:var(--gold);cursor:pointer}.audio-player__range:focus{outline:none}.audio-player__range:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.audio-player__range--vol{width:70px;flex:0 0 70px}.audio-player__reciter{flex-shrink:0}.audio-player__select{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);color:var(--player-text);font-size:.75rem;padding:.3rem .5rem;cursor:pointer;max-width:150px}.audio-player__volume{display:flex;align-items:center;gap:.35rem;font-size:.8rem;flex-shrink:0}.audio-player__error{background:#7f1d1d;color:#fca5a5;font-size:.8rem;padding:.35rem 1.25rem;text-align:center}@media (max-width: 640px){.audio-player__reciter,.audio-player__volume{display:none}}@media (max-width: 400px){.audio-player__time{display:none}}.reader-controls{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding:.75rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem}.rc-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.rc-toggle input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.rc-toggle__track{position:relative;display:inline-block;width:2.4rem;height:1.3rem;background:var(--border-strong);border-radius:99px;transition:background .2s;flex-shrink:0}.rc-toggle__track:after{content:"";position:absolute;top:2px;left:2px;width:calc(1.3rem - 4px);height:calc(1.3rem - 4px);background:#fff;border-radius:50%;transition:transform .2s}.rc-toggle input:checked+.rc-toggle__track{background:var(--accent-light)}.rc-toggle input:checked+.rc-toggle__track:after{transform:translate(calc(2.4rem - 1.3rem))}.rc-toggle input:focus-visible+.rc-toggle__track{outline:2px solid var(--accent-light);outline-offset:2px}.rc-toggle__label{font-size:.88rem;color:var(--text-secondary)}.rc-fontsize{display:flex;align-items:center;gap:.3rem}.rc-fontsize__label{font-size:.78rem;color:var(--text-muted);margin-right:.2rem}.rc-fontsize__btn{display:flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);font-size:.78rem;font-weight:600;color:var(--text-secondary);background:var(--bg);transition:background .12s,color .12s}.rc-fontsize__btn:hover{background:var(--bg-card-hover)}.rc-fontsize__btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.reader-page{min-height:100vh;display:flex;flex-direction:column}.reader-main{flex:1;padding-top:1.75rem;padding-bottom:7rem;max-width:760px}.surah-header{text-align:center;padding:1.5rem 0 1.75rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.surah-header__meta{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;color:var(--text-muted)}.surah-header__number{font-weight:700;color:var(--text-secondary)}.surah-header__type{font-size:.7rem;padding:.15rem .5rem;border-radius:99px;background:var(--bg-secondary)}.surah-header__type--meccan{background:#fef3c7;color:#92400e}.surah-header__type--medinan{background:#dbeafe;color:#1e40af}@media (prefers-color-scheme: dark){.surah-header__type--meccan{background:#451a03;color:#fde68a}.surah-header__type--medinan{background:#1e3a5f;color:#93c5fd}}.surah-header__ayahcount{color:var(--text-muted)}.surah-header__name-ar{font-family:var(--font-arabic);font-size:2.4rem;color:var(--text-primary);line-height:1.5;margin-bottom:.25rem}.surah-header__name-en{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:.2rem}.surah-header__meaning{color:var(--text-secondary);font-size:.92rem}.bismillah{font-family:var(--font-arabic);font-size:1.9rem;text-align:center;color:var(--gold);padding:1.5rem 1rem;margin-bottom:1rem;letter-spacing:.02em;line-height:2}.reader-nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding:2rem 0 1rem}.reader-nav__btn{font-size:.88rem}.about-page{min-height:100vh}.about-main{max-width:640px;padding-top:2rem;padding-bottom:4rem}.about-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem}.about-section{margin-bottom:2rem}.about-section h2{font-size:1.05rem;font-weight:600;color:var(--text-secondary);margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.06em}.about-section p{color:var(--text-primary);line-height:1.75}.about-list{display:flex;flex-direction:column;gap:.75rem}.about-list li{line-height:1.7}.about-list a{color:var(--accent-light)}.about-list a:hover{text-decoration:underline}.about-back{margin-top:1rem}
