:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#172033;background:#f8fafc;font-family:Arial,sans-serif}button{font-family:inherit}.sidebar{color:#fff;background:#162033;align-self:flex-start;width:74px;min-height:100vh;padding:14px 10px;transition:width .25s;position:sticky;top:0}.sidebar.open{width:250px}.topbar{align-items:center;gap:8px;margin-bottom:18px;display:flex}.brand{white-space:nowrap;flex:1;font-size:15px;font-weight:700;overflow:hidden}.toggle{color:#162033;cursor:pointer;background:#e2e8f0;border:0;border-radius:10px;padding:8px 10px;font-size:16px}.main-menu{flex-direction:column;gap:8px;display:flex}.menu-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px;font-size:15px;display:flex}.menu-icon{text-align:center;width:20px}.menu-item:hover,.menu-item.active{background:#26364f}.side-sub{border-top:1px solid #334155;margin-top:22px;padding-top:14px}.side-sub-title{color:#f8fafc;margin-bottom:8px;padding-left:6px;font-weight:700}.side-sub-item{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;padding:8px 12px;display:block}.side-sub-item:hover,.side-sub-item.active{color:#fff;background:#26364f}.content{flex:1;max-width:1180px;margin:0 auto;padding:28px}.hero{text-align:center;background:linear-gradient(135deg,#fff7ed,#fdf2f8);border:1px solid #fed7aa;border-radius:24px;margin-bottom:24px;padding:28px}.hero .small{color:#be185d;margin-bottom:8px;font-size:13px;font-weight:700}.hero h1{margin-bottom:8px;font-size:38px}.hero p{color:#334155}section h2{text-align:center;margin-bottom:16px}.cards{grid-template-columns:repeat(3,minmax(160px,1fr));gap:16px;display:grid}.card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 8px 24px #0f172a0d}.card.clickable{cursor:pointer;width:100%}.card.clickable:hover,.list-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a14}.card-icon{margin-bottom:8px;font-size:28px}.card h3{margin-bottom:8px}.card p{color:#64748b;line-height:1.4}.card.wide{max-width:720px;margin:0 auto}.list-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px;display:grid}.list-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;font-size:16px;box-shadow:0 8px 24px #0f172a0d}.back-button{color:#fff;cursor:pointer;background:#162033;border:0;border-radius:999px;margin-bottom:16px;padding:10px 16px}@media (width<=900px){.sidebar.open{width:220px}.desktop-only{display:none}.cards{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (width<=700px){.sidebar{z-index:1000;width:260px;height:100vh;transition:all .3s;position:fixed;top:0;left:-260px}.sidebar.open{left:0}.content{width:100%;margin-left:0;padding:15px}.hero h1{font-size:32px}.cards{grid-template-columns:1fr}.card{min-height:110px}}.text-list{flex-direction:column;gap:16px;display:flex}.reading-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;box-shadow:0 8px 24px #0f172a0d}.reading-card h3{color:#162033;margin-bottom:12px}.reading-card p{color:#334155;font-size:18px;line-height:1.8}.mobile-overlay,.mobile-menu-button{display:none}@media (width<=700px){.mobile-menu-button{z-index:900;color:#fff;background:#162033;border:0;border-radius:12px;width:44px;height:44px;font-size:22px;display:block;position:fixed;top:14px;left:14px;box-shadow:0 8px 20px #0f172a40}.mobile-overlay{z-index:950;background:#0f172a73;display:block;position:fixed;inset:0}.sidebar{z-index:1000;width:260px;height:100vh;transition:left .25s;position:fixed;top:0;left:-270px}.sidebar.open{left:0}.content{width:100%;margin:0;padding:72px 14px 18px}.hero{padding:22px 16px}.hero h1{font-size:28px}.cards{grid-template-columns:1fr;gap:12px}.card{min-height:104px;padding:18px}.reading-card{padding:18px}.reading-card p{font-size:17px;line-height:1.8}}.reader-toolbar{justify-content:center;gap:12px;margin-bottom:14px;display:flex}.reader-toolbar button{color:#fff;cursor:pointer;background:#162033;border:0;border-radius:999px;padding:10px 16px}.epub-reader{background:#fff;border:1px solid #e2e8f0;border-radius:20px;min-height:70vh;overflow:hidden;box-shadow:0 8px 24px #0f172a0d}.reading-text{white-space:pre-line}.page-title{text-align:center;margin:10px 0 18px}.page-title h1{color:#0f172a;margin-bottom:6px;font-size:34px}.page-title p{color:#475569;font-size:16px}.prayer-bar{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:12px 16px;display:flex;box-shadow:0 8px 22px #0f172a0a}.prayer-bar div{flex-direction:column;gap:4px;display:flex}.prayer-bar strong{color:#162033;font-size:15px}.prayer-bar span{color:#475569;font-size:14px}.prayer-bar button{color:#fff;cursor:pointer;white-space:nowrap;background:#162033;border:0;border-radius:999px;padding:9px 13px}.reading-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.reading-actions button{color:#fff;cursor:pointer;background:#162033;border:0;border-radius:999px;padding:8px 14px}.arabic-text{text-align:right;direction:rtl;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:14px;padding:16px;font-size:26px;line-height:2.2}.meal-text{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;margin-top:14px;padding:16px;font-size:16px;line-height:1.7}@media (width<=700px){.page-title{margin-top:4px;margin-bottom:14px}.page-title h1{font-size:26px}.page-title p{font-size:14px}.prayer-bar{align-items:stretch;gap:8px;margin-bottom:14px;padding:10px 12px}.prayer-bar strong{font-size:14px}.prayer-bar span{font-size:13px}.prayer-bar button{padding:8px 10px;font-size:13px}.arabic-text{font-size:23px;line-height:2.1}}.section-title{color:#0f172a;margin:10px 0 18px;font-size:28px}.prayer-bar{z-index:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafcf0;align-items:center;gap:10px;margin-bottom:10px;padding:8px 0 12px;display:flex;position:sticky;top:0}.small-menu-spacer{display:none}.next-prayer{color:#fff;background:#162033;border-radius:14px;flex-direction:column;align-items:center;min-width:105px;padding:8px 12px;display:flex}.next-prayer span{font-size:13px}.prayer-times{white-space:nowrap;color:#334155;flex:1;gap:8px;font-size:13px;display:flex;overflow-x:auto}.prayer-times span{background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px}.notify-btn{cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:8px 12px}.notice-list{flex-direction:column;gap:10px;display:flex}.notice-list div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px}.list-menu{flex-direction:column;gap:10px;display:flex}.list-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:36px 1fr 18px;align-items:center;width:100%;padding:15px;display:grid;box-shadow:0 5px 18px #0f172a0a}.list-row strong{color:#0f172a;font-size:16px;display:block}.list-row em{color:#64748b;margin-top:3px;font-size:13px;font-style:normal;display:block}.list-icon{font-size:22px}.reading-card p{white-space:pre-line}@media (width<=700px){.prayer-bar{gap:7px;margin-left:52px;padding-top:5px}.next-prayer{min-width:82px;padding:7px 8px}.prayer-times{font-size:12px}.notify-btn{display:none}.section-title{margin-top:6px;font-size:24px}.list-row{border-radius:14px;padding:13px}}.top-countdown-row{justify-content:flex-end;align-items:center;min-height:34px;margin:0 0 8px;display:flex}.mini-prayer-countdown{color:#162033;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700;box-shadow:0 6px 16px #0f172a0a}.task-open-button{color:#fff;text-align:left;cursor:pointer;background:#162033;border:0;border-radius:18px;width:100%;margin-bottom:12px;padding:14px 16px;font-size:16px;font-weight:800}.home-task-list{flex-direction:column;gap:8px;display:flex}.compact-task-row,.home-note,.home-empty{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:26px 48px minmax(80px,.8fr) 1.2fr;align-items:center;gap:8px;min-height:44px;padding:10px 12px;font-size:14px;display:grid}.compact-task-row strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-task-row span:last-child{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-date{color:#64748b;font-weight:700}.owner-badge{color:#fff;background:#162033;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:inline-flex}.owner-d{background:#be185d}.owner-b{background:#1d4ed8}.owner-a{background:#047857}.home-note,.home-empty{text-align:center;color:#172033;font-size:15px;display:block}.modal-backdrop{z-index:2000;background:#0f172a61;justify-content:center;align-items:flex-start;padding:80px 18px 18px;display:flex;position:fixed;inset:0}.prayer-modal{background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:min(420px,100%);overflow:hidden;box-shadow:0 20px 50px #0f172a47}.modal-head{color:#fff;background:#162033;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.modal-head button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:24px}.modal-prayer-list{grid-template-columns:1fr 1fr;gap:0;display:grid}.modal-prayer-list div{border-bottom:1px solid #e2e8f0;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.task-form.compact{grid-template-columns:160px 110px 1fr;gap:10px;margin-bottom:14px;display:grid}.task-form.compact input,.task-form.compact select,.task-form.compact textarea{font:inherit;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.task-form.compact textarea{resize:vertical;grid-column:1/-1;min-height:76px}.task-form.compact button{color:#fff;cursor:pointer;background:#162033;border:0;border-radius:14px;grid-column:1/-1;padding:12px;font-weight:800}.task-list.compact{flex-direction:column;gap:8px;display:flex}.task-card.compact{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:26px 52px minmax(90px,.8fr) 1.2fr 48px;align-items:center;gap:8px;padding:10px 12px;display:grid}.task-card.compact p,.task-card.compact strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.task-card.compact button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:999px;padding:6px 8px}@media (width<=700px){.content{padding-top:86px!important}.top-countdown-row{z-index:890;pointer-events:none;justify-content:flex-end;min-height:44px;margin:0;position:fixed;top:16px;left:76px;right:12px}.mini-prayer-countdown{text-overflow:ellipsis;pointer-events:auto;max-width:100%;padding:8px 9px;font-size:12px;overflow:hidden}.section-title{display:none}.task-open-button{border-radius:16px;padding:13px 14px;font-size:15px}.compact-task-row{grid-template-columns:24px 42px 72px 1fr;gap:6px;padding:9px 10px;font-size:12px}.compact-task-row span:last-child{font-size:12px}.home-note{padding:12px;font-size:14px}.task-form.compact{grid-template-columns:1fr 88px}.task-form.compact input[placeholder=Ana\ başlık]{grid-column:1/-1}.task-card.compact{grid-template-columns:24px 42px 70px 1fr 42px;gap:6px;padding:9px 10px;font-size:12px}.modal-backdrop{padding-top:92px}}.prayer-check-row{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:76px repeat(5,1fr);align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:8px 10px;display:grid}.prayer-history-button{color:#fff;cursor:pointer;background:#162033;border:0;border-radius:999px;padding:8px 10px;font-weight:800}.prayer-check-item{color:#162033;justify-content:center;align-items:center;gap:6px;font-weight:800;display:flex}.prayer-check-item input{accent-color:#16a34a;width:18px;height:18px}.prayer-history-table{padding:10px}.history-head,.history-row{text-align:center;border-bottom:1px solid #e2e8f0;grid-template-columns:1.2fr repeat(5,1fr);align-items:center;gap:6px;padding:8px 6px;display:grid}.history-head{color:#162033;background:#f8fafc;border-radius:10px;font-weight:800}.history-row span:first-child,.history-head span:first-child{text-align:left}@media (width<=700px){.prayer-check-row{grid-template-columns:62px repeat(5,1fr);gap:4px;margin-bottom:9px;padding:7px}.prayer-history-button{padding:7px 8px;font-size:12px}.prayer-check-item{gap:3px;font-size:12px}.prayer-check-item input{width:16px;height:16px}.prayer-history-modal{width:min(360px,100%)}}.task-tabs{grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 12px;display:grid}.task-tabs button{color:#162033;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 12px;font-weight:800}.task-tabs button.active{color:#fff;background:#162033}.task-card.compact.task-completed{opacity:.82;grid-template-columns:26px 52px minmax(90px,.8fr) 1.2fr 46px 52px}.done-check{color:#166534;cursor:pointer;background:#dcfce7;border:0;border-radius:999px;width:26px;height:26px;font-weight:900}.delete-task{cursor:pointer;border:0;border-radius:999px;padding:6px 8px;color:#991b1b!important;background:#fee2e2!important}.undo-task{cursor:pointer;border:0;border-radius:999px;padding:6px 8px;color:#075985!important;background:#e0f2fe!important}.completed-by{color:#166534;text-align:center;font-weight:800}@media (width<=700px){.task-card.compact.task-active{grid-template-columns:24px 22px 40px 66px 1fr 38px;gap:5px}.task-card.compact.task-completed{grid-template-columns:22px 40px 66px 1fr 34px 38px;gap:5px}.done-check{width:22px;height:22px;font-size:12px}.task-tabs button{padding:9px 8px;font-size:13px}.completed-by{font-size:11px}}.notranslate{translate:no}.compact-task-row.clickable-row{cursor:pointer;text-align:left;border:1px solid #e2e8f0;width:100%}.row-detail-mark{color:#64748b;text-align:right;font-size:18px}.compact-task-row{grid-template-columns:26px 48px minmax(80px,.8fr) 1.2fr 18px}.task-detail-modal{background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:min(520px,100%);overflow:hidden;box-shadow:0 20px 50px #0f172a47}.task-detail-body{padding:18px}.task-detail-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.task-detail-body h2{color:#0f172a;margin-bottom:10px}.task-detail-body p{color:#334155;white-space:pre-line;line-height:1.7}.completion-textarea{width:100%;min-height:100px;font:inherit;resize:vertical;border:1px solid #e2e8f0;border-radius:14px;margin-top:12px;padding:12px}.complete-save-button{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:14px;width:100%;margin-top:10px;padding:12px;font-weight:800}.completion-note-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;margin-top:14px;padding:12px}.completion-note-box strong{color:#166534}.completion-note-box span{color:#166534;margin-top:8px;font-weight:700;display:block}@media (width<=700px){.compact-task-row{grid-template-columns:24px 42px 72px 1fr 14px}.task-detail-body{padding:14px}}.detail-complete-area{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:14px;padding:12px}.detail-complete-area label{color:#162033;margin-bottom:8px;font-weight:800;display:block}.complete-save-button:disabled{opacity:.65;cursor:wait}.task-card.compact.task-active{grid-template-columns:28px 26px 52px minmax(90px,.8fr) 1.2fr}@media (width<=700px){.task-card.compact.task-active{grid-template-columns:24px 22px 40px 66px 1fr}}.task-original-note,.task-completion-note{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.task-original-note{color:#334155!important}.task-completion-note{color:#64748b!important}.task-original-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin:12px 0;padding:12px}.task-original-box strong{color:#162033}.task-original-box p{margin-top:6px}@media (width<=700px){.task-completed-rich{gap:5px;grid-template-columns:22px 40px 64px 1fr 1fr 42px 38px!important}.task-original-note,.task-completion-note{font-size:11px}.completed-by{font-size:10px}}.detail-meta-grid{align-items:center;gap:8px 12px}.detail-meta-grid span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex}.detail-meta-grid b{color:#162033}.field-label{color:#162033;margin:12px 0 6px;font-weight:800;display:block}.completion-select{width:100%;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}@media (width<=700px){.detail-meta-grid span{padding:5px 8px;font-size:12px}}.detail-complete-area .completion-select{margin-bottom:10px}.task-completed-rich{grid-template-columns:26px 52px minmax(90px,.7fr) 1fr 1fr 82px 52px!important}.clickable-completed-row{cursor:pointer}.clickable-completed-row:hover{background:#f8fafc}@media (width<=700px){.task-completed-rich{gap:4px;grid-template-columns:22px 40px 64px 1fr 1fr 42px 38px!important}}.list-menu .list-row em{font-style:normal}.easy-arabic,.arabic-fullscreen-body{letter-spacing:0;word-spacing:4px;font-family:Arial,Tahoma,Noto Naskh Arabic,Geeza Pro,sans-serif;font-weight:500}.arabic-text.easy-arabic{color:#111827;font-size:30px;line-height:2.35}.arabic-fullscreen-backdrop{z-index:3000;background:#0f172a9e;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.arabic-fullscreen{background:#fff;flex-direction:column;width:min(980px,100%);height:100%;display:flex}.arabic-fullscreen-head{color:#fff;background:#162033;flex:none;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.arabic-fullscreen-head button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:30px;line-height:1}.arabic-fullscreen-body{text-align:right;color:#111827;-webkit-overflow-scrolling:touch;direction:rtl;flex:1;padding:24px 20px 42px;font-size:38px;line-height:2.55;overflow-y:auto}@media (width<=900px) and (orientation:landscape){.arabic-fullscreen{width:100vw;height:100vh}.arabic-fullscreen-head{padding:7px 12px}.arabic-fullscreen-body{padding:14px 20px 34px;font-size:34px;line-height:2.25}}@media (width<=700px){.arabic-text.easy-arabic{font-size:28px;line-height:2.25}.arabic-fullscreen-body{padding:20px 16px 40px;font-size:34px;line-height:2.35}}.haraka{color:inherit!important;line-height:inherit!important;display:inline!important;top:auto!important}.arabic-text.easy-arabic,.arabic-fullscreen-body.quran-page{color:#050505;text-align:right;white-space:pre-wrap;word-break:normal;overflow-wrap:normal;direction:rtl;unicode-bidi:plaintext;font-family:Traditional Arabic,Scheherazade New,Amiri,Arial,Tahoma,serif;background:#efe8cf!important}.quran-reader-head{gap:10px}.quran-reader-tools{align-items:center;gap:6px;display:flex}.quran-reader-tools button{color:#fff;background:#ffffff1f;border:1px solid #ffffff59;border-radius:999px;padding:6px 10px;font-size:16px;font-weight:800}.quran-reader-tools button:disabled{opacity:.45}.arabic-fullscreen-body.quran-page{-webkit-overflow-scrolling:touch;padding:26px 22px 70px;line-height:2.15;overflow-y:auto}@media (width<=700px){.arabic-text.easy-arabic{padding:14px;font-size:31px;line-height:2.1}.arabic-fullscreen-body.quran-page{padding:18px 14px 70px;line-height:2.05}.quran-reader-tools button{padding:5px 8px;font-size:14px}.compact-task-row{height:40px!important;min-height:40px!important;max-height:40px!important}}@media (width<=900px) and (orientation:landscape){.arabic-fullscreen-body.quran-page{padding:12px 18px 42px;line-height:1.95}}body{color:#172033!important;background:#f8fafc!important}.app{min-height:100vh!important;display:flex!important}.content{flex:1!important}.arabic-text.easy-arabic,.arabic-fullscreen-body.quran-page{text-align:right;white-space:pre-wrap;word-break:normal;overflow-wrap:normal;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;direction:rtl;unicode-bidi:plaintext;color:#050505!important;background:#efe8cf!important;font-family:Traditional Arabic,Noto Naskh Arabic,Amiri,Scheherazade New,Arial,Tahoma,serif!important}.arabic-text.easy-arabic{border-color:#d8c99d!important;padding:18px!important;font-size:34px!important;line-height:2.2!important}.arabic-fullscreen-body.quran-page{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:26px 22px 70px!important;line-height:2.15!important}.quran-reader{background:#efe8cf!important}.compact-task-row{height:42px!important;min-height:42px!important;max-height:42px!important;overflow:hidden!important}.compact-task-row strong,.compact-task-row span{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}@media (width<=700px){body{background:#f8fafc!important}.app{display:block!important}.content{padding-top:86px!important}.mobile-menu-button{display:flex!important}.arabic-text.easy-arabic{padding:14px!important;font-size:34px!important;line-height:2.25!important}.arabic-fullscreen-body.quran-page{padding:18px 14px 70px!important;line-height:2.2!important}.compact-task-row{height:40px!important;min-height:40px!important;max-height:40px!important}}.ayah-mark{color:#dc2626;vertical-align:middle;letter-spacing:0;word-spacing:0;direction:ltr;unicode-bidi:isolate;justify-content:center;align-items:center;margin:0 .55em 0 .45em;font-family:Arial,Tahoma,sans-serif;font-size:.52em;font-weight:900;line-height:1;display:inline-flex}.arabic-text.easy-arabic .ayah-mark{margin-inline:.65em}.arabic-fullscreen-body.quran-page .ayah-mark{margin-inline:.75em}.arabic-text.easy-arabic,.arabic-fullscreen-body.quran-page{word-spacing:.16em!important}.quran-reader-head{justify-content:center!important}.quran-reader-head>strong{display:none!important}.quran-reader-tools{justify-content:center;width:100%;gap:8px!important}.quran-reader-tools button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff59;border-radius:999px;min-width:44px;height:36px;font-size:17px;font-weight:900}.quran-reader-tools button:disabled{opacity:.35;cursor:not-allowed}
