@import"https://fonts.googleapis.com/css2?family=Amiri+Quran&display=swap";.reader-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:32px;font-family:IBM Plex Sans Arabic,sans-serif}.ayah-jump{position:relative;display:flex;align-items:center;gap:8px}.ayah-jump-label{font-size:.8rem;color:#7a7c7d;white-space:nowrap}:global(.dark) .ayah-jump-label{color:#a0a0a0}.ayah-jump-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;height:38px;min-width:140px;padding:0 12px;border-radius:10px;border:none;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9;color:#111;font-size:.85rem;font-family:inherit;cursor:pointer;transition:background .15s ease}.ayah-jump-toggle:hover{background:#f7f4f0}.ayah-jump-toggle svg{flex-shrink:0;color:#7a7c7d;transition:transform .15s ease}.ayah-jump-toggle[aria-expanded=true] svg{transform:rotate(180deg)}:global(.dark) .ayah-jump-toggle{background:#1a1a1a;color:#e5e5e5;box-shadow:inset 0 0 0 1px #ffffff1f}:global(.dark) .ayah-jump-toggle:hover{background:#ffffff0f}.ayah-jump-dropdown{position:absolute;top:calc(100% + 8px);inset-inline-start:0;z-index:30;width:220px;max-height:260px;overflow-y:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;background:#fffdfa;border-radius:14px;box-shadow:0 3px 15px #16192426;padding:8px}:global(.dark) .ayah-jump-dropdown{background:#1f1f1f}.ayah-jump-item{display:flex;align-items:center;justify-content:center;height:32px;border:none;border-radius:8px;background:transparent;color:#4d5052;font-family:Amiri Quran,Amiri,serif;font-size:.85rem;cursor:pointer}.ayah-jump-item:hover{background:#f7f4f0}.ayah-jump-item.active{background:var(--Colors-Forest-Green-800, #0e3d17);color:#fff}:global(.dark) .ayah-jump-item{color:#cfcfcf}:global(.dark) .ayah-jump-item:hover{background:#ffffff0f}:global(.dark) .ayah-jump-item.active{background:var(--Colors-Forest-Green-300, #99cfa0);color:#0e3d17}.ayah-search{position:relative;flex:1 1 220px;min-width:0}.ayah-search-icon{position:absolute;inset-inline-start:12px;top:50%;transform:translateY(-50%);color:#7a7c7d;pointer-events:none}.ayah-search-input{width:100%;height:38px;padding-inline-start:36px;padding-inline-end:12px;border-radius:10px;border:none;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9;color:#111;font-size:.85rem;box-sizing:border-box}.ayah-search-input:focus{outline:none;box-shadow:inset 0 0 0 1px var(--Colors-Forest-Green-800, #0e3d17)}:global(.dark) .ayah-search-input{background:#1a1a1a;color:#e5e5e5;box-shadow:inset 0 0 0 1px #ffffff1f}.ayah-search-results{position:absolute;top:calc(100% + 6px);inset-inline-start:0;inset-inline-end:0;max-height:260px;overflow-y:auto;background:#fffdfa;border-radius:14px;box-shadow:0 3px 15px #16192426;padding:6px;z-index:30}:global(.dark) .ayah-search-results{background:#1f1f1f}.ayah-search-result{display:flex;flex-direction:column;align-items:stretch;gap:2px;width:100%;padding:8px 10px;border:none;border-radius:10px;background:transparent;text-align:start;cursor:pointer}.ayah-search-result:hover{background:#f7f4f0}:global(.dark) .ayah-search-result:hover{background:#ffffff0f}.ayah-search-result-no{font-size:.75rem;font-weight:600;color:var(--Colors-Forest-Green-800, #0e3d17)}:global(.dark) .ayah-search-result-no{color:var(--Colors-Forest-Green-300, #99cfa0)}.ayah-search-result-snippet{font-family:Amiri Quran,Amiri,serif;font-size:.95rem;line-height:1.6;color:#4d5052}:global(.dark) .ayah-search-result-snippet{color:#cfcfcf}.ayah-search-empty{padding:12px 10px;font-size:.8rem;color:#7a7c7d;text-align:center}@media(max-width:767px){.reader-toolbar{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:20px}.ayah-jump{justify-content:space-between}.ayah-jump-label{font-size:.75rem}.ayah-jump-toggle,.ayah-search-input{height:42px;font-size:.9rem}.ayah-jump-toggle{flex:1}.ayah-jump-dropdown{width:100%;grid-template-columns:repeat(4,1fr);max-height:240px}.ayah-jump-item{height:38px;font-size:.9rem}.ayah-search{flex-basis:auto;width:100%}.ayah-search-icon{inset-inline-start:14px}.ayah-search-input{padding-inline-start:40px}.ayah-search-results{max-height:240px}.ayah-search-result{padding:10px 12px}.ayah-search-result-snippet{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.reader-toolbar{gap:10px}.ayah-search{flex-basis:180px}}.ayah-inline:hover,:global(.dark) .ayah-inline:hover,.ayah-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:40px;padding-top:32px;border-top:1px solid #f0ece6}@media(max-width:767px){.ayah-pagination{gap:6px;margin-top:24px;padding-top:20px}}:global(.dark) .ayah-pagination{border-color:#ffffff14}.ayah-page-numbers{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}.ayah-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:10px;border:none;background:transparent;color:#4d5052;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}@media(max-width:767px){.ayah-page-btn{min-width:30px;height:30px;padding:0 8px;font-size:.75rem}}.ayah-page-btn:hover:not(:disabled){background:#f7f4f0}.ayah-page-btn.active{background:var(--Colors-Forest-Green-800, #0e3d17);color:#fff}.ayah-page-btn:disabled{opacity:.35;cursor:not-allowed}.ayah-page-ellipsis{color:#7a7c7d;padding:0 4px}:global(.dark) .ayah-page-btn{color:#cfcfcf}:global(.dark) .ayah-page-btn:hover:not(:disabled){background:#ffffff0f}:global(.dark) .ayah-page-btn.active{background:var(--Colors-Forest-Green-300, #99cfa0);color:#0e3d17}.lang-row{width:85%;margin:28px auto 0;display:flex;flex-wrap:wrap;align-items:center;gap:12px}@media(max-width:767px){.lang-row{width:96%;margin-top:20px;gap:8px}.lang-pill{height:28px;padding:0 11px;font-size:.72rem}}.lang-row-label{font-size:.8rem;color:#7a7c7d;white-space:nowrap}:global(.dark) .lang-row-label{color:#a0a0a0}.lang-row-pills{display:flex;flex-wrap:wrap;gap:8px}.lang-pill{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:9999px;font-size:.8rem;font-weight:500;color:#4d5052;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9;text-decoration:none;transition:background .15s ease,color .15s ease}.lang-pill:hover{background:#f7f4f0}.lang-pill.active{background:var(--Colors-Forest-Green-800, #0e3d17);color:#fff;box-shadow:none}:global(.dark) .lang-pill{background:transparent;color:#cfcfcf;box-shadow:inset 0 0 0 1px #ffffff1f}:global(.dark) .lang-pill:hover{background:#ffffff0f}:global(.dark) .lang-pill.active{background:var(--Colors-Forest-Green-300, #99cfa0);color:#0e3d17}.surah-nav-row{width:85%;margin:32px auto 0;display:flex;align-items:center;justify-content:space-between;gap:12px}@media(max-width:767px){.surah-nav-row{width:96%;margin-top:24px;gap:8px}}.surah-nav-btn{display:flex;align-items:center;gap:8px;height:44px;padding:0 18px;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9;color:#4d5052;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s ease}@media(max-width:767px){.surah-nav-btn{height:38px;padding:0 12px;font-size:.75rem;gap:5px;flex:1;justify-content:center}}.surah-nav-btn:hover{background:#f7f4f0}.surah-nav-btn[aria-disabled=true]{opacity:.4;pointer-events:none}:global(.dark) .surah-nav-btn{background:transparent;color:#cfcfcf;box-shadow:inset 0 0 0 1px #ffffff1f}:global(.dark) .surah-nav-btn:hover{background:#ffffff0f}.ayah-share{position:relative}.ayah-share-dropdown{position:absolute;inset-inline-end:0;top:calc(100% + 8px);z-index:30;min-width:180px;background:#fffdfa;border-radius:14px;box-shadow:0 3px 15px #16192426;padding:8px;display:flex;flex-direction:column;gap:2px}:global(.dark) .ayah-share-dropdown{background:#1f1f1f}.ayah-share-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border:none;border-radius:10px;background:transparent;color:#4d5052;font-family:IBM Plex Sans Arabic,sans-serif;font-size:.82rem;text-decoration:none;cursor:pointer;text-align:start}.ayah-share-item:hover{background:#f7f4f0;color:#111}:global(.dark) .ayah-share-item{color:#cfcfcf}:global(.dark) .ayah-share-item:hover{background:#ffffff0f;color:#fff}.ayah-fn-marker{display:inline-block;margin:0 1px;padding:1px 3px;border:none;border-radius:4px;background:#e0f5de;font-family:inherit;font-size:.66em;font-weight:600;line-height:1;vertical-align:super;color:var(--Colors-Forest-Green-800, #0e3d17);cursor:pointer;transition:background .15s ease,color .15s ease}.ayah-fn-marker:hover{background:#b2dbb8}.ayah-fn-marker.active{background:var(--Colors-Forest-Green-800, #0e3d17);color:#fff}:global(.dark) .ayah-fn-marker{background:#99cfa029}:global(.dark) .ayah-fn-marker.active{background:var(--Colors-Forest-Green-300, #99cfa0);color:#0e3d17}.ayah-fn-marker+.ayah-fn-marker{margin-inline-start:.35em}:global(.dark) .ayah-fn-marker{color:var(--Colors-Forest-Green-300, #99cfa0)}.ayah-translation-picker{position:relative}.ayah-translation-picker[hidden],.ayah-translation-dropdown[hidden]{display:none!important}.ayah-translation-toggle{display:flex;align-items:center;gap:6px;max-width:190px;height:32px;padding:0 12px;border-radius:9999px;border:none;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9;color:#4d5052;font-family:inherit;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s ease}.ayah-translation-toggle:hover{background:#f7f4f0}.ayah-translation-toggle svg{flex-shrink:0;color:#7a7c7d}.ayah-translation-toggle svg:last-child{transition:transform .15s ease}.ayah-translation-toggle[aria-expanded=true] svg:last-child{transform:rotate(180deg)}.ayah-translation-toggle span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:global(.dark) .ayah-translation-toggle{background:transparent;color:#cfcfcf;box-shadow:inset 0 0 0 1px #ffffff1f}:global(.dark) .ayah-translation-toggle:hover{background:#ffffff0f}.ayah-translation-dropdown{position:absolute;inset-inline-end:0;top:calc(100% + 8px);z-index:30;width:max-content;min-width:220px;max-width:min(320px,78vw);max-height:320px;overflow-y:auto;background:#fffdfa;border-radius:14px;box-shadow:0 3px 15px #16192426;padding:8px;display:flex;flex-direction:column;gap:2px}:global(.dark) .ayah-translation-dropdown{background:#1f1f1f}.ayah-translation-dropdown-title{padding:4px 10px 6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#7a7c7d}.ayah-translation-option{display:flex;flex-direction:column;align-items:stretch;gap:2px;width:100%;padding:9px 10px;border:none;border-radius:10px;background:transparent;color:#4d5052;font-family:inherit;text-align:start;cursor:pointer;transition:background .15s ease}.ayah-translation-option:hover{background:#f7f4f0}.ayah-translation-option.active{background:var(--Colors-Forest-Green-800, #0e3d17);color:#fff}:global(.dark) .ayah-translation-option{color:#cfcfcf}:global(.dark) .ayah-translation-option:hover{background:#ffffff0f}:global(.dark) .ayah-translation-option.active{background:var(--Colors-Forest-Green-300, #99cfa0);color:#0e3d17}.ayah-translation-option-name{font-size:.85rem;font-weight:600}.ayah-translation-option-title{font-size:.72rem;line-height:1.5;opacity:.75;text-align:left}.ayah-translation-option-notes{font-size:.7rem;color:var(--Colors-Forest-Green-800, #0e3d17)}.ayah-translation-option.active .ayah-translation-option-notes{color:inherit;opacity:.85}:global(.dark) .ayah-translation-option-notes{color:var(--Colors-Forest-Green-300, #99cfa0)}@media(max-width:767px){.ayah-translation-toggle{max-width:150px}}.hero-container{width:100%;height:auto;min-height:0;padding:0 16px 32px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:0 auto}@media(max-width:767px){.hero-container{padding-top:100px;padding-bottom:20px}}@media(min-width:768px){.hero-container{padding:132px 24px 28px;margin-inline:auto!important}}@media(min-width:768px)and (max-width:1024px){.hero-container{padding-top:112px}}.hero-rule{display:block;width:64px;height:1px;margin-bottom:14px;background:#c4aa65}.hero-surah-title{margin:0;font-family:Lyon Arabic Display,Amiri Quran,Amiri,serif;font-weight:500;font-size:clamp(2rem,6vw,2.75rem);line-height:1.36;color:#111}:global(.dark) .hero-surah-title{color:#fff}.hero-surah-sub{margin-top:6px;font-family:Amiri Quran,Amiri,serif;font-size:.95rem;letter-spacing:.06em;color:#7a7c7d}.hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px}.hero-chip{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:9999px;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9;font-size:.75rem;color:#4d5052;white-space:nowrap}:global(.dark) .hero-chip{background:transparent;color:#cfcfcf;box-shadow:inset 0 0 0 1px #ffffff1f}.hero-actions{margin-top:22px}.hero-header-wrapper{width:calc(100% - 8px);position:sticky;top:20px;z-index:50;margin:40px 4px -99.9px}.hero-header-wrapper :global(.site-header){max-width:none;width:100%}.hero-breadcrumb{font-family:IBM Plex Sans Arabic,sans-serif;font-weight:400;font-size:.875rem;line-height:1.25rem;letter-spacing:0%;text-align:center;color:#4d5052;text-decoration:none}.hero-breadcrumb:hover{color:#111;text-decoration:underline;text-decoration-style:solid;text-underline-offset:2px}:global(.dark) .hero-breadcrumb{color:#a0a0a0}:global(.dark) .hero-breadcrumb:hover{color:#fff}.ayah-share-card-wrap{position:fixed;top:0;left:-10000px;z-index:-1;pointer-events:none}.ayah-share-card{box-sizing:border-box;width:1080px;padding:96px 96px 64px;background:linear-gradient(160deg,#fffdfa,#e0f5de 60%,#fffdfa);display:flex;flex-direction:column;align-items:center;text-align:center;font-family:IBM Plex Sans Arabic,sans-serif}.ayah-share-card-context{font-size:30px;font-weight:600;color:#0e3d17;margin-bottom:44px}.ayah-share-card-arabic{font-family:Amiri Quran,Amiri,serif;font-size:54px;line-height:1.85;color:#111;margin:0 0 48px}.ayah-share-card-translation-wrap{box-sizing:border-box;width:100%;background:#ffffffb3;border:1px solid #d9ecd6;border-radius:28px;padding:40px 48px;margin-bottom:56px}.ayah-share-card-lang-label{font-size:22px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0e3d17;margin-bottom:16px}.ayah-share-card-translation{margin:0;font-size:30px;line-height:1.75;font-style:italic;color:#3a3733}.ayah-share-card-footer{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d9ecd6;padding-top:32px}.ayah-share-card-footer-brand{flex-shrink:0}.ayah-share-card-footer-brand svg{display:block}.ayah-share-card-footer-domain{font-size:20px;line-height:1;color:#7a7c7d;direction:ltr;flex-shrink:0;white-space:nowrap}.quran-reader{display:flex;flex-direction:column}.reader-toolbar{width:85%;margin-inline:auto;box-sizing:border-box;padding:10px 14px;border-radius:14px;background:#fbf8f4;box-shadow:inset 0 0 0 1px #e9e9e9}:global(.dark) .reader-toolbar{background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff1a}.reader-credit{margin-inline-start:auto;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;color:#4d5052}:global(.dark) .reader-credit{color:#a0a0a0}@media(max-width:767px){.reader-credit{margin-inline-start:0;max-width:100%}}.reader-fontsize{display:flex;align-items:center;gap:2px;padding:2px;border-radius:9999px;background:#fff;box-shadow:inset 0 0 0 1px #e9e9e9}.reader-fontsize-btn{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 7px;border:none;border-radius:9999px;background:transparent;color:#4d5052;font-family:inherit;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.reader-fontsize-btn:hover:not(:disabled){background:#f7f4f0;color:#111}.reader-fontsize-btn:disabled{opacity:.35;cursor:not-allowed}:global(.dark) .reader-fontsize{background:transparent;box-shadow:inset 0 0 0 1px #ffffff1f}:global(.dark) .reader-fontsize-btn{color:#cfcfcf}:global(.dark) .reader-fontsize-btn:hover:not(:disabled){background:#ffffff0f;color:#fff}@media(max-width:767px){.reader-fontsize{justify-content:center}}.reader-column{width:85%;margin-inline:auto;padding-top:44px}@media(max-width:767px){.reader-column,.reader-toolbar{width:96%}.reader-column{padding-top:28px}}.reader-bismillah{margin-bottom:28px;text-align:center;font-family:Amiri Quran,Amiri,serif;font-size:1.6rem;line-height:2;color:var(--Colors-Forest-Green-800, #0e3d17)}@media(max-width:767px){.reader-bismillah{font-size:1.3rem;margin-bottom:20px}}:global(.dark) .reader-bismillah{color:var(--Colors-Forest-Green-300, #99cfa0)}.verse{display:flex;flex-direction:column;gap:16px;padding:30px 0;box-shadow:inset 0 1px #e9e9e9;transition:background .25s ease}@media(max-width:767px){.verse{gap:14px;padding:22px 0}}:global(.dark) .verse{box-shadow:inset 0 1px #ffffff14}.verse-ar-text{border-radius:6px;padding:2px 6px;box-decoration-break:clone;-webkit-box-decoration-break:clone;transition:background .25s ease}.verse.active .verse-ar-text{background:#e0f5de}:global(.dark) .verse.active .verse-ar-text{background:#99cfa038}.verse-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:32px}.verse-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--Colors-Forest-Green-500, #3d8e49)}:global(.dark) .verse-label{color:var(--Colors-Forest-Green-300, #99cfa0)}.verse-actions{position:relative;display:flex;align-items:center;gap:2px}.verse-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:9px;background:transparent;color:#7a7c7d;cursor:pointer;transition:background .15s ease,color .15s ease}.verse-action:hover{background:#f0ece6;color:var(--Colors-Forest-Green-800, #0e3d17)}:global(.dark) .verse-action:hover{background:#ffffff14;color:var(--Colors-Forest-Green-300, #99cfa0)}@media(max-width:767px){.verse-action{width:28px;height:28px}.verse-action svg{width:15px;height:15px}}.verse-action .verse-bookmark-filled,.verse-action[aria-pressed=true] .verse-bookmark-outline{display:none}.verse-action[aria-pressed=true] .verse-bookmark-filled{display:block}.verse-action[aria-pressed=true]{color:var(--Colors-Forest-Green-800, #0e3d17)}:global(.dark) .verse-action[aria-pressed=true]{color:var(--Colors-Forest-Green-300, #99cfa0)}.verse-toast{display:inline-flex;align-items:center;gap:6px;height:26px;margin-inline-end:4px;padding:0 10px;border-radius:9999px;background:#e0f5de;color:var(--Colors-Forest-Green-800, #0e3d17);font-size:.75rem;white-space:nowrap}.verse-toast:before{content:"✓";font-size:.8rem}.verse-toast[hidden]{display:none}.verse-ar{margin:0;text-align:center;font-family:Amiri Quran,Amiri,serif;font-size:calc(clamp(1.4rem,3.4vw,1.8rem) * var(--reader-scale, 1));line-height:2.1;color:#111}:global(.dark) .verse-ar{color:#e5e5e5}.verse-tr{display:flex;flex-direction:column;gap:12px}.verse-tr-text{margin:0;text-align:start;font-size:calc(1.0625rem * var(--reader-scale, 1));line-height:1.95;color:#4d5052;text-wrap:pretty}:global(.dark) .verse-tr-text{color:#cfcfcf}.verse-tr-empty{margin:0;font-size:.9rem;color:#7a7c7d}.verse-notes-toggle-row{display:flex}.verse-notes-toggle{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:none;border-radius:9999px;background:transparent;box-shadow:inset 0 0 0 1px #e9e9e9;color:#4d5052;font-family:inherit;font-size:.75rem;cursor:pointer;transition:background .15s ease}.verse-notes-toggle:hover{background:#f7f4f0}:global(.dark) .verse-notes-toggle{color:#cfcfcf;box-shadow:inset 0 0 0 1px #ffffff1f}:global(.dark) .verse-notes-toggle:hover{background:#ffffff0f}.verse-notes-toggle-icon:before{content:"−";font-weight:600}.verse-notes-toggle[aria-expanded=false] .verse-notes-toggle-icon:before{content:"+"}.verse-notes{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-radius:16px;background:#fbf8f4;box-shadow:inset 0 0 0 1px #f0ece6}.verse-notes[hidden]{display:none}@media(max-width:767px){.verse-notes{padding:14px;border-radius:14px}}:global(.dark) .verse-notes{background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff14}.verse-notes-heading{font-size:.6875rem;font-weight:600;letter-spacing:.1em;color:var(--Colors-Forest-Green-500, #3d8e49)}:global(.dark) .verse-notes-heading{color:var(--Colors-Forest-Green-300, #99cfa0)}.verse-notes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.verse-note{display:flex;align-items:flex-start;gap:12px;padding:8px 10px;border-radius:10px;transition:background .15s ease}.verse-note.active{background:#f0f8f0}:global(.dark) .verse-note.active{background:#99cfa01f}.verse-note-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;box-sizing:border-box;border-radius:7px;background:#e0f5de;color:var(--Colors-Forest-Green-800, #0e3d17);font-size:.6875rem;font-weight:600}.verse-note.active .verse-note-num{background:#b2dbb8}:global(.dark) .verse-note-num{background:#99cfa02e;color:var(--Colors-Forest-Green-300, #99cfa0)}.verse-note-text{font-size:.9375rem;line-height:26px;color:#2d3032;text-wrap:pretty}:global(.dark) .verse-note-text{color:#d4d4d4}.ayah-share{position:static}.ayah-share[hidden]{display:none}.ayah-search-result-snippet.is-translation{font-family:IBM Plex Sans Arabic,sans-serif;font-size:.8rem;line-height:1.5;color:#4d5052}:global(.dark) .ayah-search-result-snippet.is-translation{color:#cfcfcf}.ayah-pagination{flex-direction:column;gap:14px;border-top:none}.ayah-pagination-row{display:flex;align-items:center;justify-content:center;gap:12px}.ayah-pagination-caption{font-size:.8rem;color:#7a7c7d}.ayah-page-numbers{padding:2px;border-radius:8px;background:#f7f4f0}:global(.dark) .ayah-page-numbers{background:#ffffff0d}.ayah-page-nav{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:#fff;box-shadow:inset 0 0 0 1px #f0ece6,0 1px 1.5px #16192408;color:#111;cursor:pointer;transition:background .15s ease}.ayah-page-nav:hover:not(:disabled){background:#f7f4f0}.ayah-page-nav:disabled{opacity:.35;cursor:not-allowed}:global(.dark) .ayah-page-nav{background:transparent;color:#e5e5e5;box-shadow:inset 0 0 0 1px #ffffff1f}a.verse-label{text-decoration:none;transition:color .15s ease}a.verse-label:hover{color:var(--Colors-Forest-Green-800, #0e3d17);text-decoration:underline;text-underline-offset:3px}:global(.dark) a.verse-label:hover{color:#fff}.reader-surah-link{font-size:.8rem;color:#4d5052;text-decoration:none}.reader-surah-link:hover{color:var(--Colors-Forest-Green-800, #0e3d17);text-decoration:underline;text-underline-offset:3px}.verse-solo{box-shadow:none;padding-top:0}.ayah-step-nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:40px;padding-top:28px;box-shadow:inset 0 1px #e9e9e9}:global(.dark) .ayah-step-nav{box-shadow:inset 0 1px #ffffff14}
