.QuranCalculator-module__Yd5wpa__container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.QuranCalculator-module__Yd5wpa__header{text-align:center;margin-bottom:2rem}.QuranCalculator-module__Yd5wpa__title{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.QuranCalculator-module__Yd5wpa__subtitle{color:var(--secondary)}.QuranCalculator-module__Yd5wpa__controls{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.QuranCalculator-module__Yd5wpa__modeToggle{background:var(--muted);border-radius:999px;gap:.25rem;padding:.25rem;display:flex}.QuranCalculator-module__Yd5wpa__modeButton{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.QuranCalculator-module__Yd5wpa__modeButton:hover{color:var(--primary);background:var(--muted)}.QuranCalculator-module__Yd5wpa__modeActive{box-shadow:0 4px 6px #0d7a5f4d;background:var(--quran-primary)!important;color:#fff!important}@media (prefers-color-scheme:dark){.QuranCalculator-module__Yd5wpa__modeActive{background:var(--quran-primary)!important;color:#0f172a!important}}.QuranCalculator-module__Yd5wpa__searchInput,.QuranCalculator-module__Yd5wpa__sortSelect{border:1px solid var(--muted);background:var(--card-bg);color:var(--foreground);border-radius:999px;outline:none;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:border-color .2s}.QuranCalculator-module__Yd5wpa__searchInput:focus,.QuranCalculator-module__Yd5wpa__sortSelect:focus{border-color:var(--quran-primary);box-shadow:0 0 0 2px #0d7a5f1a}.QuranCalculator-module__Yd5wpa__surahGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.QuranCalculator-module__Yd5wpa__loading{text-align:center;color:var(--secondary);padding:4rem;font-size:1.2rem}.QuranCalculator-module__Yd5wpa__error{text-align:center;color:#e53e3e;padding:4rem}.QuranCalculator-module__Yd5wpa__scrollTopButton{background:var(--quran-primary);color:#fff;cursor:pointer;opacity:0;pointer-events:none;z-index:50;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px);box-shadow:0 4px 6px #0000001a}.QuranCalculator-module__Yd5wpa__scrollTopButton.QuranCalculator-module__Yd5wpa__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.QuranCalculator-module__Yd5wpa__scrollTopButton:hover{transform:translateY(-2px);box-shadow:0 6px 8px #00000026}
.HelpSection-module__lBby1a__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out HelpSection-module__lBby1a__fadeIn;display:flex;position:fixed;inset:0}.HelpSection-module__lBby1a__modal{background:var(--bg-card,#fff);border-radius:12px;width:90%;max-width:500px;max-height:90vh;animation:.3s ease-out HelpSection-module__lBby1a__slideUp;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.HelpSection-module__lBby1a__header{border-bottom:1px solid var(--border-color,#e2e8f0);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.HelpSection-module__lBby1a__title{color:var(--text-primary,#1a202c);margin:0;font-size:1.25rem;font-weight:700}.HelpSection-module__lBby1a__closeButton{cursor:pointer;color:var(--text-secondary,#718096);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:background .2s;display:flex}.HelpSection-module__lBby1a__closeButton:hover{background:var(--bg-secondary,#edf2f7);color:var(--text-primary,#1a202c)}.HelpSection-module__lBby1a__content{color:var(--text-secondary,#4a5568);padding:1.5rem;font-size:.95rem;line-height:1.6}.HelpSection-module__lBby1a__helpTrigger{cursor:pointer;color:var(--text-secondary,#718096);background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem;font-weight:500;transition:all .2s;display:flex}.HelpSection-module__lBby1a__helpTrigger:hover{background:var(--bg-secondary,#e2e8f0);color:var(--primary-color,#0d7a5f)}@keyframes HelpSection-module__lBby1a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HelpSection-module__lBby1a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HelpSection-module__lBby1a__section{margin-bottom:1.5rem}.HelpSection-module__lBby1a__sectionTitle{color:var(--text-primary,#2d3748);margin-bottom:.5rem;font-weight:700}.HelpSection-module__lBby1a__list{margin:0;padding-left:1.5rem;list-style-type:disc}.HelpSection-module__lBby1a__listItem{margin-bottom:.25rem}.HelpSection-module__lBby1a__code{background:var(--bg-secondary,#edf2f7);color:var(--primary-color,#0d7a5f);border-radius:4px;padding:.1rem .3rem;font-family:monospace;font-size:.9em}
.StatsOverview-module__cs4QeW__statsContainer{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.StatsOverview-module__cs4QeW__statCard{background:var(--card-bg);text-align:center;border:1px solid var(--muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000000d}.StatsOverview-module__cs4QeW__progressCircle{width:140px;height:140px;margin-bottom:1rem;position:relative}.StatsOverview-module__cs4QeW__progressSvg{width:100%;height:100%;transform:rotate(-90deg)}.StatsOverview-module__cs4QeW__progressBg{fill:none;stroke:var(--muted);stroke-width:8px;opacity:.3}@media (prefers-color-scheme:dark){.StatsOverview-module__cs4QeW__progressBg{stroke:#ffffff1a}}.StatsOverview-module__cs4QeW__progressFore{fill:none;stroke:#0d7a5f;stroke-width:8px;stroke-linecap:round;transition:stroke-dasharray .5s}@media (prefers-color-scheme:dark){.StatsOverview-module__cs4QeW__progressFore{stroke:#34d399}}.StatsOverview-module__cs4QeW__progressText{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.StatsOverview-module__cs4QeW__progressPercent{color:var(--foreground);font-size:1.5rem;font-weight:700}.StatsOverview-module__cs4QeW__progressLabel{color:var(--secondary);font-size:.875rem}.StatsOverview-module__cs4QeW__statDetails{flex-direction:column;gap:.5rem;display:flex}.StatsOverview-module__cs4QeW__detailItem{color:var(--secondary);font-size:.875rem}.StatsOverview-module__cs4QeW__detailValue{color:var(--foreground);font-weight:600}
.SurahCard-module__Vsd-LG__card{background:var(--card-bg);border:1px solid var(--muted);border-radius:8px;padding:1rem;transition:transform .2s,box-shadow .2s}.SurahCard-module__Vsd-LG__card:hover{border-color:var(--secondary);transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.SurahCard-module__Vsd-LG__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.SurahCard-module__Vsd-LG__surahInfo{align-items:center;gap:.75rem;display:flex}.SurahCard-module__Vsd-LG__surahNumber{background:var(--muted);color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}@media (prefers-color-scheme:dark){.SurahCard-module__Vsd-LG__surahNumber{color:var(--foreground);background:#ffffff1a}}.SurahCard-module__Vsd-LG__names{flex-direction:column;display:flex}.SurahCard-module__Vsd-LG__englishName{color:var(--primary);font-weight:600}.SurahCard-module__Vsd-LG__arabicName{color:#0d7a5f;font-family:Amiri,serif;font-size:1.4rem;line-height:1.2}@media (prefers-color-scheme:dark){.SurahCard-module__Vsd-LG__arabicName{color:#34d399}}.SurahCard-module__Vsd-LG__controls{align-items:center;gap:.5rem;display:flex}.SurahCard-module__Vsd-LG__checkbox{cursor:pointer;accent-color:#0d7a5f;width:1.25rem;height:1.25rem}.SurahCard-module__Vsd-LG__progressBarContainer{background:var(--muted);border-radius:4px;height:8px;margin-bottom:.75rem;display:flex;overflow:hidden}@media (prefers-color-scheme:dark){.SurahCard-module__Vsd-LG__progressBarContainer{background:#ffffff1a}}.SurahCard-module__Vsd-LG__segment{height:100%}.SurahCard-module__Vsd-LG__segmentCompleted{background:#0d7a5f}@media (prefers-color-scheme:dark){.SurahCard-module__Vsd-LG__segmentCompleted{background:#34d399}}.SurahCard-module__Vsd-LG__segmentEmpty{background:0 0}.SurahCard-module__Vsd-LG__inputGroup{gap:.5rem;display:flex}.SurahCard-module__Vsd-LG__input{border:1px solid var(--muted);background:var(--background);width:100%;color:var(--foreground);border-radius:4px;padding:.5rem;font-size:.875rem;transition:all .2s}.SurahCard-module__Vsd-LG__input:focus{border-color:#0d7a5f;outline:none;box-shadow:0 0 0 2px #0d7a5f1a}.SurahCard-module__Vsd-LG__badge{background:var(--muted);color:var(--secondary);border-radius:4px;padding:.1rem .4rem;font-size:.75rem}
