@import"https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Fraunces:opsz,wght@9..144,700&family=Manrope:wght@500;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0..1,0&family=Noto+Naskh+Arabic:wght@400;600;700&family=Scheherazade+New:wght@400;700&display=swap";:root{--bg-1: #d9e8ff;--bg-2: #f9efe0;--bg-3: #dff5e8;--card: rgba(255, 255, 255, .82);--text: #16273c;--muted: #5e6d82;--accent-1: #4f67ff;--accent-2: #7f4dff;--good-1: #0f9b62;--good-2: #2fc97e;--danger: #c13a2f;--warning: #f4b540;--border: rgba(120, 142, 176, .28);--radius: 20px}*{box-sizing:border-box}body{margin:0;color:var(--text);font-family:Manrope,Segoe UI,sans-serif;background:radial-gradient(1300px 620px at 8% -5%,var(--bg-1),transparent 58%),radial-gradient(900px 520px at 100% 12%,var(--bg-2),transparent 50%),radial-gradient(1000px 540px at 48% 100%,var(--bg-3),transparent 45%),linear-gradient(165deg,#eff5ff,#f8fbff 40%,#f6fbf8);min-height:100vh}.app{width:min(920px,100%);margin:0 auto;padding:14px 12px 24px}.app.app-safe-top{padding-top:calc(14px + var(--tg-safe-area-top-ui, 0px))}.app.onboarding-page{height:var(--app-vh, 100dvh);min-height:var(--app-vh, 100dvh);display:flex;flex-direction:column;padding-top:8px;padding-bottom:0}.header{margin-bottom:14px}.header h1{margin:0;font-family:Fraunces,Manrope,serif;font-size:1.7rem;line-height:1.05;letter-spacing:.01em}.header-sub{margin-top:8px;margin-bottom:0;max-width:40ch}.role-pill{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;border-radius:999px;padding:8px 14px;font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em;box-shadow:0 8px 20px #545aff3d;flex:0 0 auto}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:0 8px 30px #2f46691c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card.warning{border-color:#eab03973;background:#fff8e5db}.card.success{border-color:#23aa6961;background:#e6fff3eb}.card.subcard{margin-top:10px;background:#ffffffe6}.column{display:flex;flex-direction:column}.column.gap{gap:12px}.student-shell{display:flex;flex-direction:column;gap:12px}.student-shell.quran-active{gap:0}.student-shell.quran-active .quran-reader-shell{margin-top:-28px}:root[data-tg-expanded=true] .student-shell.quran-active .quran-reader-shell{margin-top:4px}:root[data-tg-expanded=true] .quran-digest-hero{padding:18px 20px 42px}:root[data-tg-expanded=true] .quran-reader-content{padding-left:18px;padding-right:18px;padding-bottom:206px}:root[data-tg-expanded=true] .quran-reader-footer{width:min(920px,calc(100vw - 18px));border-radius:30px 30px 0 0}.student-content{padding-bottom:126px}.column.tight{gap:8px}.row{display:flex;gap:8px;align-items:center}.row.wrap{flex-wrap:wrap}.row.between{justify-content:space-between}button,input,select,textarea{border-radius:14px;border:1px solid var(--border);padding:10px 12px;font-size:.94rem;font-family:Manrope,sans-serif}button{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;border:none;cursor:pointer;font-weight:700;box-shadow:0 8px 18px #5c5fed40;transition:transform .16s ease,filter .16s ease}button:hover{filter:brightness(.99);transform:translateY(-1px)}button:disabled{opacity:.7;cursor:not-allowed;transform:none}button.ghost{background:linear-gradient(140deg,#e9f0ff,#d9e6ff);color:#2e4f86;box-shadow:none}button.danger{background:linear-gradient(135deg,#c63f38,#a32828)}button.success{background:linear-gradient(135deg,var(--good-1),var(--good-2));box-shadow:0 8px 18px #139a6340}input,select,textarea{width:100%;background:#ffffffe6;color:var(--text)}textarea{resize:vertical}audio{width:100%;margin-top:8px;margin-bottom:8px;border-radius:12px}.muted{color:var(--muted)}.error{color:var(--danger);font-weight:700}.timer{font-size:1.1rem;font-weight:700}.center{text-align:center}.record-center{display:flex;flex-direction:column;align-items:center;gap:10px}.record-ring{width:250px;height:250px;border-radius:999px;display:grid;place-items:center;padding:12px;transition:background .22s ease}.record-core{width:210px;height:210px;border-radius:999px;font-size:1.32rem;font-weight:800;background:linear-gradient(165deg,#1bb06a,#0f8954);color:#fff;border:none;box-shadow:inset 0 -8px 18px #0000002e}.record-floating{display:flex;flex-direction:column;align-items:center;gap:8px}.record-floating-label{font-size:.84rem;font-weight:700;color:#244567;text-align:center;line-height:1.2;padding:4px 8px;border-radius:10px;background:#ffffffeb;border:1px solid rgba(166,183,214,.45)}.record-floating .record-ring{width:108px;height:108px;padding:6px;box-shadow:0 12px 28px #1084553d}.record-floating .record-core{width:96px;height:96px;font-size:.9rem;box-shadow:inset 0 -6px 14px #0003}.loading-screen{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.loading-title{margin:0;font-weight:800;font-size:1.1rem;color:#2a4365;letter-spacing:.02em;animation:loadingPulse 1.4s ease-in-out infinite}.loading-ring{width:84px;height:84px;border-radius:999px;background:conic-gradient(#4f67ff,#7f4dff,#2fc97e,#4f67ff);display:grid;place-items:center;position:relative;animation:ringSpin 1.2s linear infinite;box-shadow:0 10px 22px #4f67ff38}.loading-ring:after{content:"";width:66px;height:66px;border-radius:999px;background:#fffffff2;border:1px solid rgba(120,142,176,.22)}.loading-orbit{position:absolute;width:10px;height:10px;border-radius:999px;background:#4f67ff;top:6px;left:50%;transform:translate(-50%);box-shadow:0 0 12px #4f67ffa6;animation:orbitBlink 1s ease-in-out infinite}@keyframes ringSpin{to{transform:rotate(360deg)}}@keyframes loadingPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes orbitBlink{0%,to{transform:translate(-50%) scale(.7);opacity:.5}50%{transform:translate(-50%) scale(1);opacity:1}}.profile-card{background:linear-gradient(120deg,#ffffffeb,#e9f3ffeb)}.profile-hero{background:linear-gradient(135deg,#fffffff7,#eff8fff0);border-color:#88aae061}.brand-mini{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;border-radius:999px;background:#e0efffdb;border:1px solid rgba(129,165,215,.36);padding:6px 10px;color:#284a72}.brand-book{min-width:24px;min-height:24px;border-radius:8px;background:linear-gradient(135deg,#2f87dc,#2674be);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:800;letter-spacing:.02em}.profile-hero-top{align-items:center}.profile-identity{align-items:center;gap:10px}.profile-hi{margin:0}.profile-hero h2{margin:4px 0 0}.streak-badge{min-width:102px;border-radius:14px;border:1px solid rgba(255,199,98,.5);background:linear-gradient(140deg,#fff8e8,#ffe8c3);padding:8px 10px;text-align:center}.streak-badge span{display:block;font-size:.75rem;color:#785400}.streak-badge strong{display:block;font-size:1rem;line-height:1.1;color:#5c3e00}.streak-badge.pending{border-color:#a5b0c68c;background:linear-gradient(140deg,#f2f4f8,#e4e8ee)}.streak-badge.pending span{color:#5a667a}.streak-badge.pending strong{color:#3c495e}.streak-badge.success{border-color:#2bad6c85;background:linear-gradient(140deg,#e0f8ea,#c9f1dc)}.streak-badge.success span{color:#166948}.streak-badge.success strong{color:#0d5a39}.streak-badge.danger{border-color:#ce483c8c;background:linear-gradient(140deg,#ffe3e0,#ffd1cb)}.streak-badge.danger span{color:#8f2e24}.streak-badge.danger strong{color:#7b211a}.streak-alert{font-style:normal;margin-left:6px;color:#c13a2f;font-weight:800}.streak-intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;pointer-events:auto;isolation:isolate}.streak-intro-cutout{position:fixed;border-radius:14px;box-shadow:0 0 0 9999px #050a16a8;pointer-events:none;z-index:95}.streak-badge-floating{position:fixed;z-index:102;margin:0;pointer-events:none;box-shadow:0 0 0 3px #fffffff5,0 0 0 8px #8c6dff57,0 12px 34px #7450f46b;animation:streakSpotlightPulse 1.5s ease-in-out infinite}.streak-intro-card{position:fixed;left:50%;transform:translate(-50%);z-index:103;width:min(420px,100%);background:#06070b;border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 22px 46px #0000006b;padding:20px 16px 16px;text-align:center}.streak-intro-card h3{margin:0 0 10px;color:#fff}.streak-intro-card p{margin:0 0 16px;color:#e6ecfce6}@keyframes streakSpotlightPulse{0%,to{transform:translateZ(0) scale(1)}50%{transform:translateZ(0) scale(1.03)}}.week-strip{margin-top:12px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.week-pill{height:38px;border-radius:999px;border:1px solid rgba(165,181,208,.62);background:#ffffffdb;display:grid;place-items:center;color:#60738f;font-weight:800}.week-pill.active{border-color:#2bad6c94;background:#e1fcedf2;color:#15734b}.week-pill.done{border-color:#2e9f649e;background:linear-gradient(140deg,#d5f7e6fa,#bef1daf2);color:#106942}.continue-card{margin-top:12px;border-radius:16px;padding:12px;border:1px solid rgba(108,194,157,.45);background:linear-gradient(140deg,#bff2dadb,#ddfaebcc)}.continue-card h3{margin:0 0 4px}.continue-card p{margin:0}.continue-button{width:100%;margin-top:8px;background:#11151f;color:#fff}.check-read-card{margin-top:10px;border-radius:16px;padding:12px;border:1px solid rgba(118,165,235,.42);background:#f1f8ffe0;display:flex;flex-direction:column;gap:8px}.check-read-title{margin:0 0 6px}.check-read-button{width:100%;background:linear-gradient(135deg,#198c56,#0f7447);color:#fff}.admin-card{background:linear-gradient(140deg,#f7fbff,#eef5ff);border:1px solid rgba(125,160,230,.42)}.admin-head h3{margin:0}.admin-search{flex:1 1 280px;justify-content:flex-end}.admin-search input{min-width:0}.admin-search button{flex:0 0 auto}.admin-filters{margin-top:8px;gap:10px}.admin-filter{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#2f4a6a}.admin-filter input{width:auto}.admin-tag-filters{margin-top:6px;gap:8px}.admin-tag-filters input{flex:1 1 200px}.admin-tag-filters select{flex:0 0 auto}.admin-users{margin-top:10px;display:flex;flex-direction:column;gap:10px}.admin-user-card{border:1px solid rgba(150,176,220,.35);border-radius:12px;background:#ffffffeb;padding:10px}.admin-user-card.expired{border-color:#c6483c8c;background:linear-gradient(140deg,#ffe8e5f5,#fff3f2f5)}.admin-user-card.limit-empty{border-color:#f4b5408c;background:linear-gradient(140deg,#fff7e3f5,#fffcf4f5)}.admin-user-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-bottom:8px}.admin-user-label{font-size:.75rem;color:#5f7391;font-weight:700;margin-bottom:2px}.admin-user-top strong{display:block;color:#233a59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-field{display:flex;flex-direction:column;gap:6px}.admin-field span{font-size:.75rem;color:#546985;font-weight:700}.admin-field input:disabled,.admin-field select:disabled{opacity:.6;cursor:not-allowed}.admin-field-wide{grid-column:1 / -1}.admin-teacher-meta{margin-top:8px;padding:8px;border-radius:12px;border:1px solid rgba(140,180,230,.35);background:#ecf5ffe6;display:grid;gap:8px}.admin-teacher-stat{font-size:.9rem;color:#2d4664;font-weight:700}.admin-save{width:100%;margin-top:10px}.admin-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.admin-badge{display:inline-flex;padding:3px 8px;border-radius:999px;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.admin-badge.danger{background:#d73f3424;color:#9c1f18;border:1px solid rgba(198,54,45,.4)}.admin-badge.warn{background:#f4b54033;color:#7a4b00;border:1px solid rgba(234,159,36,.45)}.admin-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.admin-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#5e78b41f;border:1px solid rgba(94,120,180,.35);font-size:.78rem;font-weight:700;color:#2a4365}.admin-tag .tag-remove{background:transparent;border:none;color:#2a4365;font-weight:800;padding:0;width:18px;height:18px;display:grid;place-items:center;box-shadow:none}.admin-tag-input{display:flex;gap:6px;align-items:center}.admin-tag-input input{min-width:140px}.admin-broadcast{margin-bottom:12px;display:flex;flex-direction:column;gap:10px}.admin-broadcast h3{margin:0}.admin-broadcast-meta{font-size:.8rem}.admin-broadcast-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-broadcast textarea{min-height:110px}.admin-draft-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-draft-row input{flex:1 1 220px}.admin-draft-preview{border:1px dashed rgba(120,142,176,.45);border-radius:12px;padding:8px 10px;color:#2b4566;background:#f5f9ffe6;font-size:.9rem}.admin-templates{gap:8px}.admin-history{margin-top:12px;display:flex;flex-direction:column;gap:8px}.admin-history h3{margin:0}.admin-history-list{display:flex;flex-direction:column;gap:8px}.admin-history-row{border:1px solid rgba(150,176,220,.35);border-radius:12px;background:#ffffffeb;padding:10px;display:flex;gap:10px;justify-content:space-between}.admin-history-main{flex:1 1 auto}.admin-history-main p{margin:6px 0 0}.admin-history-actions{display:flex;align-items:flex-start}.onboarding-card{border-color:#78aef980}.onboarding-shell{border-color:#7da0f37a;background:radial-gradient(130% 130% at 0% 0%,rgba(223,236,255,.9),transparent 55%),linear-gradient(135deg,#fffffff2,#f1f7ffeb)}.onboarding-large{padding:calc(var(--tg-content-safe-area-inset-top, 0px) + 36px) 18px calc(var(--tg-content-safe-area-inset-bottom, 0px) + 6px)}.onboarding-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.onboarding-head h2{margin:0}.onboarding-head p{margin:4px 0 0}.onboarding-avatar{display:none}.onboarding-hint{margin:0 0 8px}.onboarding-actions{width:100%;justify-content:space-between;margin-top:18px;align-items:flex-end}.primary-lg{width:100%;padding:14px 16px;font-size:1rem}.primary-lg.ghost{background:linear-gradient(140deg,#e9f0ff,#d9e6ff);color:#2e4f86;box-shadow:none;border:1px solid rgba(130,162,211,.35)}.onboarding-gender{gap:10px}.onboarding-goal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gender-btn{flex:1 1 140px;padding:16px 18px;font-size:1rem;font-weight:800;border-radius:16px;background:#e9f3ffeb;border:1px solid rgba(130,162,211,.4);color:#264564;box-shadow:none}.gender-btn.active{background:linear-gradient(135deg,#259f65,#168153);border-color:#137d4973;color:#fff;box-shadow:0 8px 18px #137d4940}.goal-btn{border-radius:16px;border:1px solid rgba(130,162,211,.4);background:#e9f3ffeb;color:#264564;min-height:64px;font-size:1.02rem;font-weight:800;box-shadow:none}.goal-btn.active{background:linear-gradient(130deg,#3f6dff,#6c51ff);color:#fff;border-color:#5a6de3a6;box-shadow:0 8px 18px #586aee40}.onboarding-actions.single .primary-lg{width:100%}.onboarding-actions.double .primary-lg,.onboarding-actions.double .primary-lg.ghost{width:calc(50% - 6px)}.onboarding-shell{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;margin-top:0}.onboarding-step{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;position:relative;padding-bottom:72px}.onboarding-step .onboarding-actions{position:absolute;left:0;right:0;bottom:0;margin-top:0;padding-top:16px;padding-bottom:0}.onboarding-progress{height:10px;border-radius:999px;background:#a5b8da4d;overflow:hidden;margin-bottom:10px}.onboarding-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(140deg,#3f6dff,#6c51ff);transition:width .2s ease}.onboarding-step-row{margin-bottom:6px;gap:7px}.step-dot{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.76rem;font-weight:800;background:#bbc9e375;color:#4b607c}.step-dot.active{background:linear-gradient(130deg,var(--accent-1),var(--accent-2));color:#fff}.progress-card{background:linear-gradient(140deg,#f0fff7f2,#eef4fff2);border-color:#8ec2f673}.progress-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.progress-box{border-radius:14px;padding:12px;background:#fffffff2;border:1px solid var(--border);display:flex;flex-direction:column;gap:5px}.progress-box strong{font-size:1.45rem;line-height:1}.progress-box span{color:#2d465f;font-weight:800}.daily-goal-card{border:1px solid rgba(133,166,245,.4);border-radius:14px;background:#ffffffeb;padding:10px;margin-bottom:10px}.stats-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:10px}.stats-switcher button{background:#e9f3ffe6;color:#23405f;border:1px solid rgba(130,162,211,.35);box-shadow:none}.stats-switcher button.active{background:linear-gradient(135deg,#d9d0ff,#ebdfff);color:#4b3d9b;border-color:#7d6ddd73}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.goal-bar{margin-top:8px;margin-bottom:8px;height:11px;border-radius:999px;background:#a9c1e866;overflow:hidden}.goal-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(135deg,#19a464,#0e8d55);transition:width .25s ease}.feature-card{border-color:#85a6f56b;background:linear-gradient(130deg,#fffffff5,#e6f0ffe6)}.inline-check{display:inline-flex;align-items:center;gap:8px;font-weight:700}.inline-check input{width:auto;margin:0}.translation-select{max-width:240px;flex:1 1 190px}.link-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 12px;border-radius:14px;border:1px solid var(--border);text-decoration:none;color:#2e4f86;background:linear-gradient(140deg,#e9f0ff,#d9e6ff);font-weight:700}.surah-reader{border:1px solid rgba(133,167,220,.35);border-radius:14px;background:#ffffffe0;padding:10px;max-height:360px;overflow:auto}.ayah-list{display:flex;flex-direction:column;gap:8px}.ayah-item{border-radius:12px;border:1px solid rgba(145,168,205,.24);background:#f8fbffe6;padding:8px 10px}.ayah-arabic{margin:6px 0;direction:rtl;text-align:right;font-size:1.14rem;line-height:1.9;font-family:Amiri,Noto Naskh Arabic,Geeza Pro,serif}.ayah-translation{margin:0;color:#344c6d}.page-toolbar{margin-top:2px}.quran-reader-shell{border-radius:34px 34px 0 0;border:1px solid rgba(213,217,248,.92);background:linear-gradient(180deg,#f9fbfffa,#eff5fbfa),radial-gradient(980px 480px at 50% 100%,rgba(184,227,210,.24),transparent 58%);box-shadow:0 24px 56px #32406424;overflow:hidden;min-height:calc(var(--app-vh, 100dvh) - 136px);display:flex;flex-direction:column}.quran-digest-hero{position:relative;padding:18px 18px 42px;overflow:hidden;background:linear-gradient(135deg,#7051d8,#8361ea,#9a7cf0);color:#fff}.quran-digest-hero:after{content:"";position:absolute;inset:auto -10% -34% 18%;height:198px;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 66%);pointer-events:none}.quran-digest-hero-arch{position:absolute;top:0;right:-8px;height:100%;opacity:.14;pointer-events:none}.quran-digest-hero-inner{position:relative;z-index:1}.quran-digest-hero-topbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:12px;align-items:center;margin-bottom:12px}.quran-digest-icon-button{width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff1f;color:#fff;display:grid;place-items:center;padding:0;box-shadow:inset 0 1px #ffffff29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.quran-digest-icon-button .material-symbols-outlined{font-size:22px}.quran-digest-hero-arabic{margin:0;text-align:center;font-family:Amiri,Scheherazade New,serif;font-size:clamp(1.88rem,2.8vw,2.3rem);line-height:1.38}.quran-digest-hero-meta{margin:4px 0 0;text-align:center;font-size:.94rem;font-weight:600;color:#ffffffd1}.quran-digest-timer-pill{width:100%;margin:0;min-height:42px;border-radius:999px;background:#ffffff21;border:1px solid rgba(255,255,255,.18);padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:inset 0 1px #ffffff24}.quran-digest-timer-pill .material-symbols-outlined{font-size:18px}.quran-digest-timer-pill strong{font-size:.95rem;letter-spacing:.02em}.quran-digest-progress-wrap{padding:0 16px;margin-top:-28px;position:relative;z-index:2}.quran-digest-progress-card{background:#fffffffa;border-radius:18px;padding:12px 14px;box-shadow:0 14px 34px #2938581f;border:1px solid rgba(220,227,241,.96);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.quran-digest-progress-label,.quran-digest-progress-value{font-size:.78rem;color:#75839a;font-weight:700;white-space:nowrap}.quran-digest-progress-bar{height:8px;border-radius:999px;background:#e8edf5;overflow:hidden}.quran-digest-progress-fill{height:100%;border-radius:999px;background:linear-gradient(135deg,#2db878,#1a9460)}.quran-digest-rules-wrap{padding:10px 16px 0}.quran-digest-rules-card{background:#fffffffa;border-radius:18px;border:1px solid rgba(220,227,241,.96);padding:10px;box-shadow:0 8px 20px #2938580f;display:flex;gap:7px;flex-wrap:wrap}.quran-digest-rule-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(222,229,242,.96);background:#f2f6fb;color:#4b5c76;font-size:.76rem;font-weight:700;box-shadow:none}.quran-digest-rule-dot{width:10px;height:10px;border-radius:999px}.quran-reader-content{padding:14px 16px 206px;flex:1 1 auto;overflow:auto}.quran-digest-content{padding-top:12px}.quran-digest-ayah-card{background:#fffffffa;border-radius:26px;padding:18px 18px 20px;box-shadow:0 12px 28px #26345214;border:1px solid rgba(220,227,241,.96)}.quran-digest-ayah-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.quran-digest-ayah-number{width:34px;height:34px;border-radius:999px;background:#eff3f8;color:#6f7b91;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700}.quran-digest-ayah-actions{display:inline-flex;align-items:center;gap:6px}.quran-digest-ayah-action{min-width:38px;height:38px;border-radius:999px;border:1px solid rgba(218,225,240,.96);background:#f7f9fc;color:#7a8599;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;box-shadow:none}.quran-digest-ayah-action .material-symbols-outlined{font-size:18px}.quran-digest-ayah-action.active{color:#5a43cc;border-color:#7051d852;background:#7051d814}.quran-digest-ayah-action small{font-size:.72rem;font-weight:800}.quran-digest-ayah-card-body{display:flex;flex-direction:column;gap:14px}.quran-digest-ayah-arabic{margin:0;color:#172235;text-align:center;word-break:break-word;letter-spacing:.01em;line-height:1.9;unicode-bidi:plaintext}.quran-tajweed-segment{white-space:break-spaces}.quran-tajweed-end{display:inline-flex;align-items:center;justify-content:center;min-width:1.9em;height:1.9em;margin-inline-start:.32em;border-radius:999px;border:1px solid rgba(170,181,200,.9);color:#7f8aa1;font-size:.52em;line-height:1;vertical-align:middle}.quran-digest-ayah-translit{margin:0;text-align:center;color:#7a8498;font-style:italic;line-height:1.7}.quran-digest-ayah-translation{margin:0;text-align:center;color:#18243ad6;line-height:1.65}.quran-reader-footer{position:fixed;left:50%;transform:translate(-50%);width:min(920px,100vw);bottom:0;z-index:46;border:none;border-top:1px solid rgba(220,227,241,.9);border-radius:30px 30px 0 0;box-shadow:0 -14px 30px #2938581a;padding:10px 14px calc(var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom)) + 12px);display:flex;flex-direction:column;gap:10px;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(min-width:900px){.student-shell.quran-active .quran-reader-shell{width:min(740px,calc(100vw - 24px));margin:-34px auto 0;min-height:auto}.quran-digest-hero{padding:16px 18px 26px}.quran-digest-hero-topbar{margin-bottom:8px}.quran-digest-hero-arabic{font-size:2rem}.quran-digest-hero-meta{margin-top:2px}.quran-digest-rules-wrap{padding:8px 14px 0}.quran-reader-content{flex:0 0 auto;padding:10px 14px 152px}.quran-digest-content{padding-top:8px}.quran-digest-ayah-card{padding:16px 16px 18px}.quran-digest-ayah-card-head{margin-bottom:10px}.quran-digest-ayah-card-body{gap:10px}.quran-digest-ayah-arabic{line-height:1.72}.quran-digest-ayah-translit,.quran-digest-ayah-translation{line-height:1.45}.quran-reader-footer{width:min(740px,calc(100vw - 24px));padding-top:8px}.quran-digest-record-stack{margin-top:8px}}.quran-digest-footer{background:#fffffffa}.quran-digest-record-stack{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:14px;margin-bottom:2px}.quran-digest-record-stack .record-inline{width:100%;display:flex;justify-content:center}.quran-digest-record-stack .record-inline-button,.quran-digest-action-button{min-height:48px;width:100%;border-radius:14px;border:1px solid rgba(223,228,240,.96);background:#eff3f8;color:#627086;font-weight:700;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.quran-digest-record-stack .record-inline-button{width:min(286px,100%);margin:0 auto;padding:0 14px;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;gap:6px}.quran-digest-record-stack .record-inline-slot{display:inline-flex;align-items:center;min-height:100%}.quran-digest-record-stack .record-inline-slot-left{justify-content:center}.quran-digest-record-stack .record-inline-slot-center{justify-content:center;text-align:center;white-space:nowrap}.quran-digest-record-stack .record-inline-slot-right{justify-content:center}.quran-digest-record-stack .record-inline-slot-left .material-symbols-outlined{font-size:1.8rem}.quran-digest-record-stack .record-inline-badge{min-width:24px;color:#627086;font-size:1rem;font-weight:700;line-height:1}.quran-digest-record-stack .quran-digest-action-button{width:min(286px,100%);margin:0 auto}.quran-digest-record-stack .record-inline-button.danger{background:#7051d81f;border-color:#7051d83d;color:#5a43cc}.quran-digest-action-button-ready{color:#17855e;background:#25b8781a;border-color:#25b87833;width:min(240px,100%)}.quran-digest-action-button .material-symbols-outlined{font-size:18px}.quran-digest-nav-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:stretch}.quran-digest-nav-button,.quran-digest-done-button{min-height:50px;border-radius:16px;box-shadow:none;align-self:stretch}.quran-digest-nav-button{background:#eff3f8;color:#34445f;border:1px solid rgba(223,228,240,.96);width:100%}.quran-digest-done-button{min-width:148px;padding:0 24px;background:linear-gradient(135deg,#7051d8,#8969ec);color:#fff;border:1px solid rgba(112,81,216,.22)}.quran-voice-inline .record-floating-label{color:#124f3a;background:#daf5e6fa;border-color:#1a8d614d;border-radius:12px;min-height:38px;display:flex;align-items:center;justify-content:center;padding:6px 12px;width:min(340px,100%)}.quran-voice-inline .record-floating .record-ring{width:116px;height:116px;padding:7px;border-radius:22px;box-shadow:0 12px 26px #1084553d}.quran-voice-inline .record-floating .record-core{width:102px;height:102px;border-radius:20px;font-size:.95rem}.quran-footer-nav{display:grid;width:100%;grid-template-columns:minmax(96px,1fr) auto minmax(96px,1fr);gap:10px;align-items:center}.quran-nav-pill{min-height:56px;border-radius:16px;display:grid;place-items:center;padding:0}.quran-nav-pill .material-symbols-outlined{font-size:24px}.quran-done-btn{min-height:52px;min-width:150px;width:auto;justify-self:center;border-radius:16px;font-size:1rem;font-weight:800;background:linear-gradient(160deg,#7be2b7,#5ecfa2);color:#0f4c38;border:1px solid rgba(112,201,162,.88);box-shadow:0 10px 20px #2c866047}.quran-audio-preview{margin:0 12px 12px}.quran-goal-success{min-height:calc(var(--app-vh, 100dvh) - 208px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;background:linear-gradient(180deg,#8f6bff,#a890ff 34%,#f3f5ff);border:1px solid rgba(165,145,250,.52)}.quran-goal-success-icon{width:138px;height:138px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(160deg,#ffffff57,#ffffff1f);border:1px solid rgba(255,255,255,.36);box-shadow:0 20px 42px #6042b959}.quran-goal-success-icon .material-symbols-outlined{font-size:84px;color:#fff}.quran-goal-success h2{margin:0;color:#fff;font-size:2.3rem;font-family:Fraunces,Manrope,serif}.quran-goal-success p{margin:0;color:#fffffff2;max-width:28ch}.quran-goal-success-week{width:min(380px,100%);border-radius:18px;border:1px solid rgba(173,181,214,.65);background:#ffffffeb;padding:10px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.goal-day{width:38px;height:38px;border-radius:999px;margin:0 auto;border:1px solid rgba(176,183,205,.55);display:grid;place-items:center;background:#f2f5fb;color:#60708a;font-weight:800}.goal-day.active{background:#e9f7ef;border-color:#41a57180;color:#1a6c48}.goal-day.met{background:#d8f8e9;border-color:#1a93618c;color:#0f6643}.quran-goal-success .primary-lg{width:min(360px,100%)}.quran-submit-page{min-height:58vh;display:flex;flex-direction:column;justify-content:center;gap:12px}.quran-submit-page h3{margin:0}.quran-submit-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quran-submit-status{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.mail-fly-wrap{width:86px;height:86px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,#eef4ff,#dce8ff);box-shadow:0 10px 24px #5371ba33}.mail-fly-icon{font-size:44px;color:#4f67ff;animation:mailPulse 1s ease-in-out infinite}.success-check{width:92px;height:92px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,#16a56a,#0c8a57);box-shadow:0 12px 26px #0f915b4d}.success-check .material-symbols-outlined{font-size:58px;color:#fff}@keyframes mailPulse{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(-5px);opacity:1}}.quran-theme-system{background:radial-gradient(1200px 720px at -8% -4%,#2d8e7f,#61c2ac 52%,#7fd3be)}.quran-theme-white{background:linear-gradient(180deg,#f7fffb,#e7f7f1)}.quran-theme-paper{background:linear-gradient(180deg,#fffef8,#f0ead9)}.quran-theme-dark{background:linear-gradient(165deg,#121722,#1d2433);border-color:#5c6f9380}.quran-theme-dark .quran-reader-head h3,.quran-theme-dark .quran-ayah-arabic,.quran-theme-dark .quran-ayah-translit{color:#f7fafc}.quran-theme-dark .quran-ayah-translation,.quran-theme-dark .muted,.quran-theme-dark .quran-ayah-meta-line,.quran-theme-dark .quran-surah-open-btn small{color:#aab6cf}.quran-theme-dark .quran-ayah-focus,.quran-theme-dark .quran-reader-footer{background:#151b28e6;border-color:#5c6f9375}.quran-theme-dark .quran-goal-chip{background:linear-gradient(135deg,#1e4d3ffa,#134235f7);border-color:#478c748f;color:#dcfff0}.quran-theme-dark .quran-surah-open-btn,.quran-theme-dark .quran-react-btn{background:#121823f2;border-color:#596a8885;color:#d8e5ff}.quran-theme-dark .quran-react-btn.active{background:#1d5f48f2;border-color:#43a77c94;color:#d9fff0}.quran-theme-dark .quran-reader-shell,.quran-theme-dark .quran-nav-icon-btn,.quran-theme-dark .quran-session-pill{border-color:#5f729473}.quran-theme-dark .quran-nav-icon-btn,.quran-theme-dark .quran-session-pill{background:#0d14218c;color:#eef5ff}.quran-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0e142252;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;animation:quranFadeIn .18s ease-out}.quran-sheet{width:100%;border-radius:28px 28px 0 0;background:#fffffffa;border:1px solid rgba(210,219,239,.9);box-shadow:0 -20px 42px #18243a29;max-height:min(82vh,780px);display:flex;flex-direction:column;animation:quranSlideUp .22s ease-out}.quran-sheet-head{position:relative;padding:12px 18px;border-bottom:1px solid rgba(225,231,244,.9)}.quran-sheet-grabber{width:54px;height:4px;border-radius:999px;background:#c7cfde;margin:0 auto 8px}.quran-sheet-head h4{margin:0;font-size:1.08rem;color:#18243a}.quran-sheet-close{position:absolute;top:10px;right:12px;width:34px;height:34px;border-radius:999px;padding:0;background:#eef2f9;color:#71809c;box-shadow:none}.quran-sheet-body{overflow:auto;padding:12px 18px 24px}.quran-sheet-section{margin-bottom:18px}.quran-sheet-section h5{margin:0 0 10px;font-size:.82rem;color:#78849a}.quran-settings-preview-shell{margin-bottom:0}.quran-settings-preview-card{border-radius:22px;background:linear-gradient(180deg,#edf1eb,#f5f7f3);border:1px solid rgba(222,228,218,.92);padding:20px 18px 18px;text-align:center;display:flex;flex-direction:column;gap:9px;box-shadow:inset 0 1px #ffffffbf}.quran-settings-preview-arabic{margin:0;color:#172235;font-size:2rem;line-height:1.45}.quran-settings-preview-translit{margin:0;color:#7b8597;font-style:italic;font-weight:600}.quran-settings-preview-translation{margin:0;color:#18243ac2;font-weight:500}.quran-mode-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.quran-settings-sheet{border-radius:26px 26px 0 0;border:1px solid rgba(216,223,238,.96);box-shadow:0 -26px 56px #18243a24;max-height:min(86vh,900px);background:linear-gradient(180deg,#fff,#f8fbff)}.quran-settings-sheet .quran-sheet-head{padding:12px 22px 8px;border-bottom:0}.quran-settings-sheet .quran-sheet-grabber{width:48px;height:5px;background:#d6dbe6;margin-bottom:8px}.quran-settings-sheet .quran-sheet-head h4{font-size:1.7rem;font-weight:800;line-height:1.1;color:#1a2438}.quran-settings-sheet .quran-sheet-close{top:16px;right:18px;width:28px;height:28px;background:transparent;color:#8691a6}.quran-settings-sheet .quran-sheet-close .material-symbols-outlined{font-size:1.4rem}.quran-settings-sheet-body{padding:0 22px 30px;display:flex;flex-direction:column;gap:12px}.quran-settings-sheet-body>.quran-sheet-section:not(.quran-settings-preview-shell){padding:15px 16px;border-radius:20px;border:1px solid rgba(223,229,242,.96);background:linear-gradient(180deg,#fffffffa,#f8fbfff5);box-shadow:0 8px 18px #1927400a}.quran-settings-preview-shell{margin-bottom:2px}.quran-settings-font-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.quran-settings-font-card{border-radius:18px;border:1.5px solid #dde3ef;background:#fff;padding:12px 8px 10px;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;box-shadow:none}.quran-settings-font-card.active{border-color:#8d73e6;background:#7656e50d}.quran-settings-font-card-static{cursor:default;pointer-events:none}.quran-settings-font-sample{color:#1f2f45;font-size:1.5rem;line-height:1.4;text-align:center}.quran-settings-font-name{color:#70798b;font-size:.78rem;font-weight:500}.quran-settings-caption{margin:0 0 10px;font-size:.88rem;font-weight:700;letter-spacing:.01em;color:#8a91a3}.quran-settings-toggle-list{display:flex;flex-direction:column;gap:0}.quran-settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:2px 4px;border-bottom:1px solid rgba(228,233,244,.96);color:#1a2438;font-size:1rem;font-weight:600}.quran-settings-toggle-row:last-child{border-bottom:0}.quran-settings-toggle{position:relative;width:49px;height:29px;border-radius:999px;border:0;background:#e5ebe7;padding:0;box-shadow:inset 0 1px 2px #2e415914}.quran-settings-toggle.active{background:linear-gradient(180deg,#63c08f,#4fac7c)}.quran-settings-toggle-thumb{position:absolute;top:3px;left:3px;width:23px;height:23px;border-radius:999px;background:#fff;transition:transform .18s ease;box-shadow:0 2px 6px #1b273e29}.quran-settings-toggle.active .quran-settings-toggle-thumb{transform:translate(20px)}.quran-settings-stepper-list{display:flex;flex-direction:column;gap:0}.quran-settings-stepper-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:2px 4px;border-bottom:1px solid rgba(228,233,244,.96);color:#1a2438;font-size:1rem;font-weight:600}.quran-settings-stepper-row:last-child{border-bottom:0}.quran-settings-stepper-controls{display:flex;align-items:center;gap:12px}.quran-settings-stepper-controls strong{min-width:36px;text-align:center;font-size:1.05rem;font-weight:700;color:#2c3448}.quran-settings-stepper-button{width:36px;height:36px;border-radius:999px;border:0;padding:0;background:linear-gradient(180deg,#f0f4f8,#e7edf5);color:#768196;box-shadow:inset 0 1px #ffffffd1}.quran-settings-stepper-button .material-symbols-outlined{font-size:1.15rem}.quran-settings-lang-list{display:flex;flex-direction:column;gap:9px}.quran-settings-lang-row{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) 28px;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;border:1px solid rgba(224,230,242,.96);background:linear-gradient(180deg,#fff,#fbfcff);color:#16263e;text-align:left;box-shadow:0 4px 10px #1c2c4708}.quran-settings-lang-row.active{background:linear-gradient(180deg,#7f5ee324,#7f5ee31a);border-color:#7f5ee329;box-shadow:0 6px 14px #5f42bc14}.quran-settings-lang-flag{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;font-size:1.45rem}.quran-settings-lang-main{display:flex;flex-direction:column;gap:2px}.quran-settings-lang-main strong{color:#16263e;font-size:1rem;font-weight:700}.quran-settings-lang-main small{color:#75839a;font-size:.88rem}.quran-settings-check{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#57b485;color:#fff;font-size:.9rem}.quran-settings-check .material-symbols-outlined{font-size:1rem}.quran-settings-script-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quran-settings-script-button{min-height:56px;border-radius:18px;border:1px solid rgba(222,230,242,.96);background:linear-gradient(180deg,#f5f8fc,#eef3f9);color:#7a8293;font-size:1.1rem;font-weight:700;box-shadow:inset 0 1px #ffffffd1}.quran-settings-script-button.active{background:linear-gradient(180deg,#7d58de,#6947cd);color:#fff;border-color:#6e49cf2e;box-shadow:0 10px 18px #583ab52e}.quran-settings-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quran-settings-tajweed-mode-section{margin-top:0;margin-bottom:0}.quran-settings-tajweed-mode-section .quran-settings-caption{margin-bottom:6px}.tajweed-rule-sheet .quran-sheet-head h4{font-size:1.18rem;font-weight:800}.tajweed-rule-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;padding:14px;border-radius:18px;background:#f7f9fd;border:1px solid rgba(224,231,244,.96)}.tajweed-rule-header-dot{width:14px;height:14px;border-radius:999px;flex:0 0 auto;margin-top:4px}.tajweed-rule-header h5{margin:0 0 4px;color:#1f2a3f;font-size:1.05rem}.tajweed-rule-header p,.tajweed-rule-copy p{margin:0;color:#50607d;line-height:1.6}.tajweed-rule-copy{display:flex;flex-direction:column;gap:12px}.tajweed-rule-examples{margin-top:18px}.tajweed-rule-examples-hint{margin:0 0 12px;color:#7a8498;font-size:.88rem;font-weight:600}.tajweed-rule-examples-grid{display:grid;grid-template-columns:1fr;gap:10px}.tajweed-rule-example-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:14px;text-align:left;border-radius:18px;border:1px solid rgba(221,228,241,.96);background:#f9fbff;color:#24324a;box-shadow:none}.tajweed-rule-example-card.active{border-color:#6e49cf3d;background:#6e49cf14}.tajweed-rule-example-top{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.tajweed-rule-example-play-button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border-radius:999px;border:1px solid rgba(221,228,241,.96);background:#fff;color:#5b4bc4;box-shadow:none}.tajweed-rule-example-play-button.active{border-color:#6e49cf57;background:#6e49cf14}.tajweed-rule-example-play{font-size:1.55rem;color:#6e49cf}.tajweed-rule-example-play-label{font-size:.86rem;font-weight:800}.tajweed-rule-example-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#d2dbec66;color:#61728d;font-size:.74rem;font-weight:800}.tajweed-rule-example-arabic{width:100%;margin:0;font-size:1.75rem;line-height:1.6;color:#18243a;text-align:right;font-family:Scheherazade New,Amiri,serif;background:#ffffffeb;border-radius:16px;padding:12px 14px;border:1px solid rgba(228,234,245,.96)}.tajweed-rule-example-highlight-hint{color:#6f7d93;font-size:.8rem;font-weight:600}.tajweed-rule-example-translit{color:#6f7f96;font-size:.9rem;font-style:italic}.tajweed-rule-example-caption{color:#4f5e79;font-size:.88rem;line-height:1.45}.quran-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.quran-mode-button{background:#f2f5fa;color:#55647d;border:1px solid #e0e6f1;box-shadow:none;min-height:46px;border-radius:14px}.quran-mode-button.active{background:#7051d814;border-color:#7051d84d;color:#5a43cc}.quran-font-list{display:flex;flex-direction:column;gap:8px}.quran-radio-row{display:flex;gap:8px;align-items:flex-start;border:1px solid #e0e6f1;border-radius:16px;background:#f8fbff;padding:12px}.quran-radio-row input{width:auto;margin-top:2px}.quran-radio-main{display:flex;flex-direction:column;gap:4px}.quran-radio-main strong{color:#16263e}.quran-radio-main small{color:#6e7c95}.quran-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quran-theme-chip{background:#f2f5fa;color:#2e3d57;border:1px solid #dde5f1;box-shadow:none;border-radius:14px}.quran-theme-chip.active{background:#7051d814;color:#5a43cc;border-color:#7051d84d}.quran-switch-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-weight:700}.quran-switch-row input{width:auto;transform:scale(1.2)}.quran-rule-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quran-rule-item{display:inline-flex;align-items:center;gap:8px;font-size:.84rem;color:#2a374d}.quran-rule-dot{width:12px;height:12px;border-radius:999px}.quran-font-size-row{display:flex;align-items:center;gap:10px}.quran-font-size-row button{min-width:58px}.quran-font-size-row span{min-width:56px;text-align:center;font-weight:800;color:#233551}.quran-size-slider{border:1px solid #dce4f2;border-radius:14px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:10px}.quran-size-preview{margin:0;color:#1d2f4a;text-align:center;line-height:1.4}.quran-size-preview-ar{font-size:2.1rem;line-height:1.5;font-family:Scheherazade New,Amiri,serif}.quran-size-slider-row{display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:8px}.quran-size-slider-row input[type=range]{width:100%;accent-color:#7f4dff}.quran-size-min{font-size:.82rem;color:#5e6d82;font-weight:800}.quran-size-max{font-size:1.24rem;color:#394e6c;font-weight:800}.quran-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.quran-tabs button{background:#f2f4f8;color:#42506b;border:1px solid #dde3ef;box-shadow:none;border-radius:14px}.quran-tabs button.active{background:#7051d814;color:#5a43cc;border-color:#7051d84d}.quran-surah-list,.quran-juz-list{display:flex;flex-direction:column;gap:8px}.bookmark-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:72;display:flex;align-items:center;justify-content:center;background:#0c121e6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px}.bookmark-dialog{width:min(460px,100%);border-radius:22px;background:#fffffffa;border:1px solid rgba(220,226,240,.96);box-shadow:0 22px 44px #131e3138;padding:20px}.bookmark-dialog h3{margin:0 0 6px}.bookmark-dialog textarea{width:100%;min-height:110px;resize:vertical;margin-top:14px;border-radius:16px;border:1px solid rgba(213,221,238,.96);background:#f9fbff;padding:14px 16px;font:inherit;color:#24324a}.bookmark-dialog-actions{display:flex;justify-content:space-between;gap:10px;margin-top:16px}.quran-juz-group h5{margin:2px 0 6px;font-size:.92rem;color:#28364f}.quran-surah-row{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px;text-align:left;background:#f8fbff;border:1px solid #e0e6f1;color:#101827;box-shadow:none;border-radius:16px}.quran-surah-row.active{border-color:#7051d84d;background:#7051d814}.quran-surah-badge{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#7051d8,#8a6bef);color:#fff;font-size:.68rem;font-weight:800;display:grid;place-items:center}.quran-surah-main{display:flex;flex-direction:column;gap:2px}.quran-surah-main small{color:#73809a}@keyframes quranFadeIn{0%{opacity:0}to{opacity:1}}@keyframes quranSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.bottom-nav{position:fixed;left:0;right:0;margin:0 auto;width:min(920px,calc(100% - 12px));bottom:calc(env(safe-area-inset-bottom) + 16px);z-index:40;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:8px 10px;background:#f2f9ffe6;border:1px solid rgba(133,160,204,.32);border-radius:18px;box-shadow:0 -10px 28px #193d701f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center}.support-card p{margin-top:4px;margin-bottom:10px}.support-project-link{width:100%;background:linear-gradient(140deg,#d9f2e6,#c4ecd9);border-color:#37956959;color:#0f5f3d}.learning-card h3{margin-top:0;margin-bottom:6px}.learning-header{align-items:flex-start;gap:10px;margin-bottom:10px}.learning-header .link-button{flex:0 0 auto}.learning-list{display:flex;flex-direction:column;gap:8px}.learning-item{border-radius:14px;border:1px solid rgba(136,164,204,.35);background:#ffffffe6;padding:10px}.learning-item-top{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.learning-item-top span{color:#345176;font-weight:700}.learning-item p{margin:6px 0 10px}.learning-open{width:100%}.bottom-nav .tab-button{font-size:.82rem;padding:8px 6px;background:transparent;color:#3f5876;border:1px solid rgba(130,162,211,.35);box-shadow:none;border-radius:12px;font-weight:700;letter-spacing:.01em;transition:all .18s ease;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:54px}.tab-label{font-size:.68rem;line-height:1;font-weight:800;letter-spacing:.02em}.tab-icon-wrap{display:grid;place-items:center}.tab-icon{font-family:Material Symbols Outlined;font-size:22px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.bottom-nav .tab-button.active{background:linear-gradient(135deg,#259f65,#168153);color:#fff;border-color:#137d4973;box-shadow:0 6px 14px #137d4938}.bottom-nav .tab-button.active .tab-icon{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.bottom-nav .tab-button.active .tab-label{color:#fff}.bottom-nav .tab-button.tab-quran{justify-self:center;margin-top:-12px;border:none;background:transparent}.bottom-nav .tab-button.tab-quran .tab-icon-wrap{width:48px;height:48px;border-radius:999px;background:linear-gradient(145deg,#fffffff5,#e6f1fff2);border:1px solid rgba(111,143,192,.5);box-shadow:0 8px 20px #38558633}.bottom-nav .tab-button.tab-quran .tab-icon{font-size:26px}.bottom-nav .tab-button.tab-quran .tab-label{margin-top:6px;color:#2c4363;font-weight:800}.bottom-nav .tab-button.tab-quran.active .tab-icon-wrap{background:linear-gradient(145deg,#259f65,#168153);border-color:#137d4973;box-shadow:0 10px 24px #137d4947}.admin-switch{margin-bottom:10px}.mode-tabs .row{gap:10px}.mode-tabs button{flex:1 1 130px}.teacher-top{background:linear-gradient(130deg,#fffffff2,#e8f8ffeb)}.toolbar{margin-top:6px}.submissions-board{background:linear-gradient(150deg,#fffffff0,#f8fbffe6)}.teacher-workspace{border-color:#80aef280}.role-switch{margin-top:14px}.history-group{padding-top:8px}.list-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left;background:#ffffffe6;color:var(--text);border:1px solid var(--border);box-shadow:none}.submission-card{border:1px solid var(--border);border-radius:14px;padding:11px;background:#ffffffe6}.submission-card.active{border-color:#5a76f69e;box-shadow:0 0 0 3px #6c82f624}.submission-card.unread{border-color:#3aa56785;background:linear-gradient(145deg,#f0fdf6f2,#ffffffeb);box-shadow:0 0 0 2px #3aa56724}.response-item{border-left:3px solid #d0def4;padding-left:9px}.checks-card h3{margin-top:0;margin-bottom:8px}.checks-empty{margin-top:2px}.checks-date-title{margin:0 0 8px;font-size:.95rem;color:#355578}.checks-head{align-items:flex-start;gap:10px}.checks-summary{min-width:0}.checks-title{gap:6px}.checks-badges{gap:6px;margin-top:6px}.check-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.76rem;font-weight:700;color:#476486;border:1px solid rgba(145,170,207,.45);background:#f1f8ffe0}.check-status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.76rem;font-weight:800;border:1px solid transparent}.check-status.new{color:#815b00;background:#fff1cc;border-color:#b98d1b66}.check-status.in_progress{color:#0a4e91;background:#d8ecff;border-color:#4080c46b}.check-status.done{color:#135332;background:#d8f3e5;border-color:#27985b66}.check-approved{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;background:#1eaa6924;color:#0d8a53;border:1px solid rgba(19,138,81,.4);font-size:.78rem;font-weight:800}.check-unread-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;background:#37a66829;color:#1c7e4f;border:1px solid rgba(43,151,91,.42);font-size:.76rem;font-weight:800}.checks-details{margin-top:10px;padding-top:10px;border-top:1px solid rgba(150,173,208,.3)}.checks-responses-title{margin:4px 0 8px}.checks-toggle{min-width:88px}.status{display:inline-flex;padding:3px 9px;border-radius:999px;font-size:.77rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.status.new{background:#fff1cc;color:#815b00}.status.in_progress{background:#d8ecff;color:#0a4e91}.status.done{background:#d8f3e5;color:#135332}@media(max-width:760px){.app{padding:12px 10px 20px}.header h1{font-size:1.42rem}.row.between{align-items:flex-start}.role-pill{margin-top:4px;font-size:.72rem;padding:7px 11px}button,input,select,textarea{font-size:.9rem;padding:9px 10px}.record-ring{width:214px;height:214px;padding:8px}.record-core{width:182px;height:182px;font-size:1.12rem}.progress-grid{grid-template-columns:1fr}.student-content{padding-bottom:132px}.quran-digest-hero{padding:18px 14px 48px}.quran-digest-hero-topbar{grid-template-columns:42px minmax(0,1fr) 42px}.quran-digest-icon-button{width:42px;height:42px}.quran-digest-progress-wrap,.quran-digest-rules-wrap,.quran-reader-content{padding-left:12px;padding-right:12px}.quran-digest-progress-card{grid-template-columns:1fr;gap:8px;justify-items:stretch}.quran-reader-content{padding-top:10px;padding-bottom:198px}.quran-reader-footer{width:100vw;border-radius:18px 18px 0 0;padding:8px 12px calc(var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom)) + 10px)}.quran-digest-ayah-card{padding:15px 15px 17px;border-radius:20px}.quran-digest-ayah-arabic{line-height:1.82}.quran-digest-done-button{min-width:0}.quran-digest-record-stack{margin-top:10px}.quran-digest-record-stack .record-inline-button,.quran-digest-record-stack .quran-digest-action-button{width:min(300px,100%)}.quran-rule-list,.quran-submit-actions{grid-template-columns:1fr}.bottom-nav{width:calc(100% - 10px);bottom:calc(env(safe-area-inset-bottom) + 12px);border-radius:16px}.bottom-nav .tab-button{font-size:.76rem;padding:7px 4px}.bottom-nav .tab-button.tab-quran{margin-top:-12px}.bottom-nav .tab-button.tab-quran .tab-icon-wrap{width:44px;height:44px}.bottom-nav .tab-button.tab-quran .tab-icon{font-size:24px}.daily-goal-card .row.wrap input{flex:1 1 110px}.admin-search{justify-content:stretch;width:100%}.admin-search input{flex:1 1 auto}.admin-user-top{grid-template-columns:1fr;gap:6px}.admin-user-fields,.admin-broadcast-grid{grid-template-columns:1fr}.admin-templates button{width:100%}.admin-history-row{flex-direction:column}.admin-history-actions{width:100%}}.crm-page{min-height:100vh;padding:24px 16px 40px;width:min(1480px,100%);margin:0 auto}.crm-shell{display:flex;flex-direction:column;gap:16px}.crm-login-card,.crm-filters-card,.crm-list-card,.crm-details-card,.crm-stat-card,.crm-status-banner,.crm-topbar{background:#ffffffeb;border:1px solid rgba(110,132,170,.2);border-radius:28px;box-shadow:0 18px 42px #2a405e1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.crm-login-card{width:min(520px,100%);margin:10vh auto 0;padding:28px;display:flex;flex-direction:column;gap:14px}.crm-login-badge,.crm-eyebrow{margin:0;color:var(--accent-2);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.crm-login-card h1,.crm-topbar h1{margin:0;font-family:Fraunces,Manrope,serif;font-size:clamp(2rem,4vw,2.8rem);line-height:1.02}.crm-field{display:flex;flex-direction:column;gap:8px}.crm-field span{font-size:.85rem;font-weight:700;color:#54708b}.crm-login-button{min-height:54px;font-size:1rem}.crm-loading-screen{min-height:280px}.crm-topbar{padding:22px 24px;display:flex;justify-content:space-between;gap:16px;align-items:center}.crm-topbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.crm-import-button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;background:linear-gradient(135deg,#153c7f,#2f62c6);color:#fff;font-weight:700;cursor:pointer}.crm-import-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.crm-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.crm-stat-card{padding:18px;display:flex;flex-direction:column;gap:8px}.crm-stat-card strong{font-size:1.45rem}.crm-stat-label{color:#678099;font-size:.82rem;font-weight:700}.crm-filters-card{padding:18px;display:flex;flex-direction:column;gap:14px}.crm-filters-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.crm-field-wide{grid-column:span 2}.crm-tag-mode{display:flex;gap:8px;align-items:end;flex-wrap:wrap}.crm-tag-toggle.active{background:linear-gradient(135deg,#dce8ff,#d4eaff);border:1px solid rgba(79,103,255,.22)}.crm-filter-actions{display:flex;gap:10px;justify-content:flex-end}.crm-status-banner{padding:14px 18px;font-weight:700}.crm-main-grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1.4fr);gap:16px;align-items:start}.crm-list-card,.crm-details-card{padding:18px}.crm-list-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:14px}.crm-contact-list{display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 290px);overflow:auto;padding-right:4px}.crm-contact-item{width:100%;text-align:left;background:linear-gradient(180deg,#f7fafff5,#edf4ffeb);color:var(--text);box-shadow:none;border:1px solid rgba(109,132,175,.18);padding:14px;display:flex;flex-direction:column;gap:10px}.crm-contact-item.active{border-color:#5467ff73;box-shadow:0 14px 30px #5467ff29}.crm-contact-item-head,.crm-contact-item-meta,.crm-history-item-head,.crm-details-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.crm-contact-item-meta{font-size:.8rem;color:#647891;flex-wrap:wrap}.crm-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.78rem;font-weight:800}.crm-pill.subtle{background:#edf2fff2;color:#3f5b8f}.crm-pill.strong{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff}.crm-contact-tags,.crm-source-grid{display:flex;flex-wrap:wrap;gap:8px}.crm-tag-pill{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#ecf4ffeb;color:#4a6487;font-size:.78rem;font-weight:700}.crm-tag-pill.reminder{background:#dbfaecf0;color:#11714a}.crm-details-card{display:flex;flex-direction:column;gap:16px}.crm-details-head h2,.crm-card-section h3{margin:0}.crm-details-head-side{display:flex;flex-direction:column;align-items:end;gap:8px}.crm-telegram-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.crm-telegram-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;background:linear-gradient(135deg,#2aa5e0,#1976d2);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 10px 22px #1976d23d}.crm-telegram-link.secondary{background:linear-gradient(135deg,#e8f2ff,#d8e7ff);color:#24508e;box-shadow:none}.crm-telegram-link.bot{background:linear-gradient(135deg,#27b36a,#0f8d57)}.crm-chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b122273;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:30}.crm-chat-dialog{width:min(920px,100%);max-height:min(86vh,920px);border-radius:28px;background:#fffffff5;border:1px solid rgba(113,137,179,.2);box-shadow:0 24px 60px #1c2a463d;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.crm-chat-head,.crm-chat-composer{padding:18px 20px;background:#f8fbfff0}.crm-chat-head{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid rgba(115,137,172,.14)}.crm-chat-head-user{display:flex;align-items:center;gap:14px;min-width:0}.crm-chat-head h3{margin:0}.crm-chat-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid rgba(113,137,175,.18);background:#ecf4fff5;flex-shrink:0}.crm-chat-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#35517d;font-weight:900;font-size:1.1rem}.crm-chat-thread{padding:20px;overflow:auto;display:flex;flex-direction:column;gap:12px;background:radial-gradient(800px 380px at 0% 0%,rgba(219,234,255,.6),transparent 60%),linear-gradient(180deg,#fcfefff5,#f4f8fffa)}.crm-chat-message{display:flex;justify-content:flex-start}.crm-chat-message.own{justify-content:flex-end}.crm-chat-bubble{position:relative;max-width:min(72%,520px);border-radius:22px;padding:12px 14px;background:#fffffff5;border:1px solid rgba(113,137,175,.16);box-shadow:0 8px 18px #2c3f5f14;display:flex;flex-direction:column;gap:8px}.crm-chat-message.own .crm-chat-bubble{background:linear-gradient(135deg,#67e8b5eb,#d4ffe9f5);border-color:#1e915c24}.crm-chat-bubble p,.crm-chat-bubble small{margin:0}.crm-chat-text{white-space:pre-wrap;word-break:break-word;color:#1f2f45;line-height:1.5}.crm-chat-text b,.crm-chat-text strong{font-weight:900;color:#10233d}.crm-chat-text a{color:#395dff;text-decoration:underline}.crm-chat-text blockquote{margin:0;padding-left:12px;border-left:3px solid rgba(88,115,255,.34);color:#50627b}.crm-chat-text tg-spoiler{display:inline-block;padding:0 6px;border-radius:8px;background:#1f2f45;color:transparent;-webkit-user-select:none;user-select:none}.crm-chat-text pre,.crm-chat-text code{font-family:SFMono-Regular,Menlo,Consolas,monospace}.crm-chat-text pre{margin:0;padding:10px 12px;border-radius:12px;background:#14233a14;overflow:auto}.crm-chat-bubble small{color:#60758d}.crm-chat-delete{align-self:flex-end;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(122,139,173,.24);background:#ffffffd1;color:#60758d;font-size:.76rem;font-weight:700}.crm-chat-photo{display:block;max-width:100%;border-radius:16px}.crm-chat-video{display:block;width:100%;border-radius:16px;background:#0c122014}.crm-chat-video-note{display:block;width:min(220px,100%);aspect-ratio:1 / 1;border-radius:999px;object-fit:cover;background:#0c12201a;border:1px solid rgba(113,137,175,.2)}.crm-chat-audio{width:100%}.crm-chat-composer{border-top:1px solid rgba(115,137,172,.14);display:flex;flex-direction:column;gap:12px;max-height:min(44vh,420px);overflow:auto}.crm-chat-tools-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crm-chat-tool-toggle{min-height:40px;border-radius:12px;border:1px solid rgba(113,137,175,.24);background:linear-gradient(180deg,#fffffffa,#f0f6fffa);color:#21324f;font-weight:900;letter-spacing:.01em}.crm-chat-tool-toggle.active{border-color:#5769ff73;box-shadow:0 0 0 3px #5769ff1a}.crm-chat-tool-panel{border-radius:14px;border:1px solid rgba(113,137,175,.18);background:linear-gradient(180deg,#f8fbfffa,#f0f6fffa);padding:10px}.crm-chat-input-shell{display:flex;flex-direction:column;gap:10px;border-radius:22px;border:1px solid rgba(113,137,175,.2);background:linear-gradient(180deg,#fdfefffa,#f4f8fffa);padding:10px}.crm-chat-input-attachment{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:14px;border:1px solid rgba(113,137,175,.18);background:#eff5ffeb;padding:8px 10px}.crm-chat-input-attachment-left{display:flex;align-items:center;gap:10px;min-width:0}.crm-chat-input-voice-preview{display:flex;align-items:center;gap:8px;min-width:0}.crm-chat-input-audio-preview{width:min(300px,46vw);min-width:180px;max-width:100%}.crm-chat-input-attachment-thumb{width:36px;height:36px;border-radius:10px;object-fit:cover;border:1px solid rgba(113,137,175,.2)}.crm-chat-input-attachment-name{margin:0;color:#304868;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-chat-input-attachment-remove{min-height:34px;padding:0 12px;border-radius:10px;border:1px solid rgba(177,97,97,.25);background:#ffefeff2;color:#9c4343;font-weight:700}.crm-chat-attachment-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#dfe9ff,#cddfff);color:#2f4e7c;font-weight:800;border:1px solid rgba(113,137,175,.2)}.crm-chat-formatting{display:flex;gap:8px;flex-wrap:wrap}.crm-chat-format-button{min-height:38px;padding:0 14px;border-radius:12px;border:1px solid rgba(113,137,175,.18);background:linear-gradient(180deg,#fffffff5,#f3f7fffa);color:#35517d;font-weight:800;box-shadow:0 8px 18px #2c3f5f0f}.crm-chat-format-button[data-format=spoiler]{background:linear-gradient(180deg,#22314cf5,#374c70fa);color:#fff}.crm-chat-format-button[data-format=code]{font-family:SFMono-Regular,Menlo,Consolas,monospace;background:linear-gradient(180deg,#f8fafffa,#e8effcfa)}.crm-chat-format-button[data-format=quote]{background:linear-gradient(180deg,#f3f7fffa,#e7effffa);border-style:dashed}.crm-chat-editor{min-height:120px;max-height:180px;padding:14px 16px;border-radius:16px;border:1px solid rgba(113,137,175,.18);background:#fffffffa;color:#1f2f45;line-height:1.5;white-space:pre-wrap;word-break:break-word;overflow:auto;outline:none;box-shadow:inset 0 1px #ffffffb3}.crm-chat-editor b,.crm-chat-editor strong{font-weight:900;color:#10233d}.crm-chat-editor code{display:inline-block;padding:2px 8px;border-radius:8px;background:#19253b14;color:#274c7e;font-family:SFMono-Regular,Menlo,Consolas,monospace}.crm-chat-editor blockquote{display:block;margin:6px 0;padding:8px 12px;border-left:3px solid rgba(87,105,255,.4);border-radius:0 12px 12px 0;background:#5769ff0f;color:#50627b}.crm-chat-editor tg-spoiler{display:inline-block;padding:2px 8px;border-radius:8px;background:#1f2f45;color:transparent;-webkit-user-select:none;user-select:none}.crm-chat-editor:focus{border-color:#5769ff66;box-shadow:0 0 0 4px #5769ff14}.crm-chat-editor.is-empty:before{content:attr(data-placeholder);color:#7b8da5}.crm-chat-preview{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#f5f9fffa,#ecf4fff2);border:1px solid rgba(113,137,175,.18);flex-shrink:0}.crm-chat-preview-media{display:block;width:100%;max-height:min(30vh,240px);object-fit:contain;border-radius:16px;background:#fffffff2;border:1px solid rgba(113,137,175,.14)}.crm-chat-preview-head{display:flex;flex-direction:column;gap:4px}.crm-chat-input-footer{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.crm-chat-inline-upload{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;border-radius:12px;border:1px solid rgba(113,137,175,.18);background:linear-gradient(180deg,#eff5fffa,#e4eefffa);color:#2b4a77;font-weight:800;cursor:pointer;text-align:center}.crm-chat-inline-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.crm-chat-inline-plus{font-size:1.25rem;line-height:1}.crm-chat-send-button{width:44px;height:44px;border-radius:999px;border:0;background:linear-gradient(135deg,#6a6df8,#8f62f5);color:#fff;font-size:1.25rem;font-weight:900;box-shadow:0 10px 24px #6a6df857}.crm-chat-send-button:disabled{opacity:.55;box-shadow:none}.crm-chat-templates{display:flex;flex-direction:column;gap:10px}.crm-chat-template-actions{display:flex;justify-content:flex-start}.crm-chat-template-list{display:flex;flex-direction:column;gap:8px;max-height:160px;overflow:auto}.crm-chat-template-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.crm-chat-template-insert{min-height:38px;text-align:left;border-radius:10px;border:1px solid rgba(113,137,175,.18);background:#fffffff5;color:#1f2f45;padding:0 12px;font-weight:700}.crm-chat-template-remove{min-height:38px;padding:0 12px;border-radius:10px;border:1px solid rgba(190,120,120,.24);background:#fff1f1eb;color:#9a4040;font-weight:700}.crm-chat-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:stretch}.crm-chat-actions>button,.crm-chat-actions>.record-inline,.crm-chat-actions>.crm-chat-upload{min-width:0}.crm-chat-upload{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;background:linear-gradient(135deg,#ebf2ff,#dce8ff);color:#2e5590;font-weight:800;cursor:pointer;width:100%;text-align:center}.crm-chat-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.record-inline{display:flex;flex-direction:column;gap:6px;min-width:0}.crm-chat-input-footer .record-inline{width:100%}.record-inline-button{min-height:44px;width:100%;border-radius:12px;border:1px solid rgba(113,137,175,.18);background:linear-gradient(180deg,#f5f9fffa,#e9f0fffa);color:#35517d;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px}.record-inline-button .material-symbols-outlined{font-size:1.45rem;color:#7a8192}.record-inline-button.danger{background:linear-gradient(180deg,#ffececfa,#ffd6d6fa);color:#a03d3d}@media(max-width:900px){.crm-chat-tools-bar{grid-template-columns:1fr}.crm-chat-input-voice-preview{width:100%;flex-wrap:wrap}.crm-chat-input-audio-preview{width:100%;min-width:0}.crm-chat-input-footer{grid-template-columns:1fr}}.crm-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.crm-info-tile{border-radius:18px;border:1px solid rgba(115,138,174,.16);background:#f6f9ffeb;padding:14px;display:flex;flex-direction:column;gap:8px}.crm-info-label{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#7086a0;font-weight:800}.crm-card-section{display:flex;flex-direction:column;gap:12px;border-radius:22px;border:1px solid rgba(113,136,173,.14);background:#fafcffdb;padding:16px}.crm-form-row{display:grid;grid-template-columns:220px 1fr auto;gap:10px;align-items:start}.crm-form-row.single{grid-template-columns:1fr}.crm-reminder-quick{display:flex;gap:8px;flex-wrap:wrap}.crm-note-box{margin:0;border-radius:18px;background:#fffbeaeb;border:1px solid rgba(235,202,100,.22);padding:14px;line-height:1.55}.crm-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.crm-history-list{display:flex;flex-direction:column;gap:10px;max-height:340px;overflow:auto}.crm-history-item{border-radius:18px;border:1px solid rgba(111,133,169,.15);background:#ffffffeb;padding:14px;display:flex;flex-direction:column;gap:6px}.crm-history-item p{margin:0;color:#5c728d;line-height:1.5}.crm-empty-state{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}@media(max-width:1180px){.crm-stats-grid,.crm-contact-grid,.crm-history-grid,.crm-filters-grid,.crm-main-grid{grid-template-columns:1fr}.crm-field-wide{grid-column:auto}}@media(max-width:760px){.crm-page{padding:14px 10px 28px}.crm-topbar,.crm-filters-card,.crm-list-card,.crm-details-card,.crm-login-card{padding:16px;border-radius:22px}.crm-topbar,.crm-details-head,.crm-form-row{display:flex;flex-direction:column;align-items:stretch}.crm-topbar-actions,.crm-details-head-side{align-items:stretch}.crm-contact-list,.crm-history-list{max-height:none}}
