.beads-wrap{position:relative;width:100%;height:50px;overflow:visible}.beads-svg{position:absolute;width:100%;height:100%}.bead-string{stroke:#5a4030;stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 2px 3px rgba(0,0,0,.3));fill:none}.page-wrapper.dark .bead-string{stroke:#7a6050}.beads-container{position:absolute;inset:0;pointer-events:none}.bead{position:absolute;width:24px;height:24px;border-radius:50%;cursor:pointer;pointer-events:auto;transform:translate(-50%,-50%);transition:left .5s cubic-bezier(.4,0,.2,1),top .5s cubic-bezier(.4,0,.2,1);background:radial-gradient(ellipse at 28% 22%,rgba(255,230,200,.35) 0%,transparent 50%),radial-gradient(ellipse at 72% 78%,rgba(40,20,10,.5) 0%,transparent 50%),radial-gradient(circle,#a67c52 0%,#8b5a3c 40%,#6b4028 70%,#4a2c1a 100%);box-shadow:inset 2px 2px 5px rgba(255,220,180,.2),inset -2px -2px 6px rgba(40,20,10,.6),0 3px 8px rgba(0,0,0,.35)}.bead:before{content:'';position:absolute;inset:0;border-radius:50%;background:repeating-linear-gradient(var(--g,35deg),transparent 0 3px,rgba(60,35,20,.2) 3px 4px,transparent 4px 8px);opacity:.6}.bead:after{content:'';position:absolute;top:4px;left:4px;width:8px;height:5px;background:radial-gradient(ellipse,rgba(255,255,255,.35) 0%,transparent 70%);border-radius:50%;transform:rotate(-35deg)}.bead.pulse{animation:beadPulse .4s}@keyframes beadPulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.12);filter:brightness(1.15)}}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(5px);z-index:1000;justify-content:center;align-items:center}.modal.show{display:flex}.modal-box{background:#fff;border-radius:16px;padding:20px 16px;text-align:center;max-width:300px;margin:12px;animation:popIn .4s cubic-bezier(.34,1.56,.64,1)}.page-wrapper.dark .modal-box{background:#2d3748}@keyframes popIn{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.modal-icon{font-size:40px;margin-bottom:8px;animation:bounce .6s ease infinite alternate}@keyframes bounce{from{transform:scale(1)}to{transform:scale(1.1)}}.modal-title{font-size:20px;font-weight:700;color:var(--accent);margin-bottom:5px}.modal-text{font-size:13px;margin-bottom:8px}.modal-hadith{font-size:11px;font-style:italic;color:#718096;padding:8px;background:#f7fafc;border-radius:8px;margin-bottom:12px;line-height:1.4}.page-wrapper.dark .modal-hadith{background:#1a202c;color:#a0aec0}.modal-btns{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.modal-btn{padding:8px 14px;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;background:#e2e8f0;color:var(--text);transition:transform .15s;outline:none}.modal-btn:active{transform:scale(.95)}.page-wrapper.dark .modal-btn{background:#4a5568;color:var(--text-dark)}.modal-btn.primary{background:var(--accent);color:#1a1a1a}.share-box{background:#fff;border-radius:16px;padding:14px;text-align:center;max-width:300px;margin:12px;animation:popIn .4s cubic-bezier(.34,1.56,.64,1);position:relative}.page-wrapper.dark .share-box{background:#2d3748}.share-close{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px;color:#718096}.page-wrapper.dark .share-close{background:#4a5568;color:#a0aec0}.share-card{width:240px;height:300px;border-radius:12px;overflow:hidden;position:relative;margin:0 auto 12px;background:linear-gradient(145deg,#1a3a4a 0%,#0d2633 50%,#1a3a4a 100%);box-shadow:0 5px 20px rgba(0,0,0,.3)}.card-pattern{position:absolute;inset:0;opacity:.1;background-image:repeating-linear-gradient(0deg,transparent,transparent 16px,rgba(212,175,55,.3) 16px,rgba(212,175,55,.3) 17px),repeating-linear-gradient(90deg,transparent,transparent 16px,rgba(212,175,55,.3) 16px,rgba(212,175,55,.3) 17px)}.card-pattern:before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border:2px solid rgba(212,175,55,.15);border-radius:50%}.card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;color:#fff}.card-icon{font-size:32px;margin-bottom:8px}.card-arabic{font-family:'Amiri',serif;font-size:22px;font-weight:700;color:var(--accent);margin-bottom:4px;text-shadow:0 2px 6px rgba(0,0,0,.3)}.card-dhikr{font-size:14px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:14px}.card-msg{font-size:12px;color:rgba(255,255,255,.8);line-height:1.4;padding:8px 10px;background:rgba(255,255,255,.1);border-radius:6px;margin-bottom:10px}.card-brand{font-size:9px;font-weight:600;color:var(--accent);letter-spacing:2px;text-transform:uppercase}.share-btns{display:flex;gap:5px;justify-content:center;flex-wrap:wrap}.share-btn{padding:7px 10px;border:none;border-radius:6px;font-size:10px;font-weight:600;cursor:pointer;background:var(--accent);color:#1a1a1a;transition:transform .15s;outline:none}.share-btn:active{transform:scale(.95)}.hadith-toggle{position:fixed;left:0;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,var(--accent),#c9a227);color:#1a1a1a;border:none;border-radius:0 10px 10px 0;padding:14px 8px;font-size:11px;font-weight:600;cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;z-index:100;box-shadow:3px 0 15px rgba(212,175,55,.3);transition:all .25s;letter-spacing:1px}.hadith-toggle:hover{padding-left:10px;box-shadow:4px 0 20px rgba(212,175,55,.4)}.page-wrapper.dark .hadith-toggle{box-shadow:3px 0 15px rgba(212,175,55,.2)}.hadith-panel{position:fixed;left:-300px;top:50%;transform:translateY(-50%);width:280px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(250,248,245,.98));backdrop-filter:blur(15px);border-radius:0 16px 16px 0;padding:0;box-shadow:6px 0 30px rgba(0,0,0,.12);z-index:99;transition:left .35s cubic-bezier(.4,0,.2,1);border:1px solid rgba(212,175,55,.15);border-left:4px solid var(--accent);overflow:hidden}.hadith-panel.open{left:0}.page-wrapper.dark .hadith-panel{background:linear-gradient(145deg,rgba(30,30,50,.98),rgba(26,26,46,.98));border-color:rgba(212,175,55,.25)}.hadith-panel-header{background:linear-gradient(135deg,var(--accent),#c9a227);padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.hadith-panel-title{font-size:12px;font-weight:700;color:#1a1a1a;letter-spacing:.5px}.hadith-panel-close{width:26px;height:26px;border-radius:50%;background:rgba(0,0,0,.15);border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .2s}.hadith-panel-close:hover{background:rgba(0,0,0,.25);transform:scale(1.1)}.hadith-panel-content{padding:18px 16px}.hadith-panel-bismillah{font-family:'Amiri',serif;font-size:22px;color:var(--accent);text-align:center;margin-bottom:16px;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.05)}.hadith-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.3),transparent);margin-bottom:16px}.hadith-panel-label{font-size:10px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.hadith-panel-label:before{content:'';width:12px;height:2px;background:var(--accent);border-radius:1px}.hadith-panel-arabic{font-family:'Amiri',serif;font-size:15px;color:#5a4a3a;line-height:1.8;text-align:right;direction:rtl;margin-bottom:12px;padding:10px;background:rgba(212,175,55,.06);border-radius:8px;border-right:3px solid var(--accent)}.page-wrapper.dark .hadith-panel-arabic{color:#d4c4a8;background:rgba(212,175,55,.08)}.hadith-panel-text{font-size:12px;color:#4a5568;line-height:1.7;font-style:italic;margin-bottom:10px}.page-wrapper.dark .hadith-panel-text{color:#cbd5e0}.hadith-panel-source{font-size:10px;color:#718096;text-align:right;font-weight:500}.page-wrapper.dark .hadith-panel-source{color:#a0aec0}.page-wrapper.focus-mode .top-nav,.page-wrapper.focus-mode .header,.page-wrapper.focus-mode .bottom,.page-wrapper.focus-mode .beads-wrap,.page-wrapper.focus-mode .hadith-toggle{opacity:0;pointer-events:none;transition:opacity .5s}.page-wrapper.focus-mode{background:linear-gradient(180deg,#0a0a12 0%,#12121f 50%,#0a0a12 100%)}.page-wrapper.focus-mode:before{opacity:0}.page-wrapper.focus-mode:after{background:radial-gradient(ellipse at 50% 50%,rgba(212,175,55,.08) 0%,transparent 60%)}.page-wrapper.focus-mode .main{justify-content:center;gap:30px}.page-wrapper.focus-mode .counter-wrap{width:200px;height:200px;animation:gentlePulse 4s ease-in-out infinite}.page-wrapper.focus-mode .count-num{font-size:64px;color:#fff}.page-wrapper.focus-mode .count-goal{color:rgba(255,255,255,.5)}.page-wrapper.focus-mode .ring-bg{stroke:rgba(255,255,255,.1)}.page-wrapper.focus-mode .dhikr-box{margin-top:10px}.page-wrapper.focus-mode .dhikr-main{font-size:28px;color:var(--accent);text-shadow:0 0 30px rgba(212,175,55,.3)}.page-wrapper.focus-mode .dhikr-arabic{font-size:22px;color:rgba(255,255,255,.7)}.page-wrapper.focus-mode .controls{margin-top:20px}.page-wrapper.focus-mode .btn-main{width:90px !important;height:90px !important;min-width:90px !important;min-height:90px !important;font-size:44px;box-shadow:0 0 40px rgba(212,175,55,.4)}.page-wrapper.focus-mode .btn-side{opacity:.3}.page-wrapper.focus-mode .btn-side:hover{opacity:1}@keyframes gentlePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}.focus-exit-btn{position:fixed;top:20px;right:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 20px;border-radius:30px;font-size:12px;font-weight:500;cursor:pointer;z-index:1000;opacity:0;pointer-events:none;transition:all .3s;display:flex;align-items:center;gap:8px}.focus-exit-btn:hover{background:rgba(255,255,255,.2)}.page-wrapper.focus-mode .focus-exit-btn{opacity:1;pointer-events:auto}.focus-breathe{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.4);font-size:11px;letter-spacing:1px;opacity:0;pointer-events:none;transition:opacity .5s;white-space:nowrap}.page-wrapper.focus-mode .focus-breathe{opacity:1;animation:breatheText 8s ease-in-out infinite}@keyframes breatheText{0%,100%{opacity:.3}50%{opacity:.6}}@media (max-width:480px){.page-wrapper.focus-mode .counter-wrap{width:200px;height:200px}.page-wrapper.focus-mode .count-num{font-size:68px}.page-wrapper.focus-mode .count-goal{font-size:18px}.page-wrapper.focus-mode .dhikr-main{font-size:26px}.page-wrapper.focus-mode .dhikr-arabic{font-size:22px}.page-wrapper.focus-mode .btn-main{width:100px !important;height:100px !important;min-width:100px !important;min-height:100px !important;font-size:50px}.page-wrapper.focus-mode .btn-side{width:50px !important;height:50px !important;min-width:50px !important;min-height:50px !important;max-width:50px !important;max-height:50px !important;font-size:24px}.page-wrapper.focus-mode .main{gap:20px;justify-content:center}.page-wrapper.focus-mode .controls{gap:16px;margin-top:16px}.page-wrapper.focus-mode .dhikr-box{margin-top:12px}.focus-breathe{font-size:11px;bottom:20px;letter-spacing:.5px}.focus-exit-btn{top:12px;right:12px;padding:10px 16px;font-size:12px}}@media (max-height:700px){.page-wrapper.focus-mode .counter-wrap{width:170px;height:170px}.page-wrapper.focus-mode .count-num{font-size:58px}.page-wrapper.focus-mode .count-goal{font-size:16px}.page-wrapper.focus-mode .dhikr-main{font-size:22px}.page-wrapper.focus-mode .dhikr-arabic{font-size:18px}.page-wrapper.focus-mode .btn-main{width:85px !important;height:85px !important;min-width:85px !important;min-height:85px !important;font-size:42px}.page-wrapper.focus-mode .btn-side{width:44px !important;height:44px !important;min-width:44px !important;min-height:44px !important;max-width:44px !important;max-height:44px !important;font-size:22px}.page-wrapper.focus-mode .main{gap:14px}.focus-breathe{font-size:10px;bottom:15px}}@media (max-height:600px){.page-wrapper.focus-mode .counter-wrap{width:120px;height:120px}.page-wrapper.focus-mode .count-num{font-size:36px}.page-wrapper.focus-mode .dhikr-main{font-size:18px}.page-wrapper.focus-mode .dhikr-arabic{font-size:14px}.page-wrapper.focus-mode .btn-main{width:60px !important;height:60px !important;min-width:60px !important;min-height:60px !important;font-size:28px}.page-wrapper.focus-mode .btn-side{width:32px !important;height:32px !important}.page-wrapper.focus-mode .main{gap:10px}.focus-breathe{font-size:9px;bottom:10px}}@media (max-height:500px){.page-wrapper.focus-mode .counter-wrap{width:100px;height:100px}.page-wrapper.focus-mode .count-num{font-size:28px}.page-wrapper.focus-mode .dhikr-main{font-size:14px}.page-wrapper.focus-mode .dhikr-arabic{font-size:12px}.page-wrapper.focus-mode .btn-main{width:50px !important;height:50px !important;min-width:50px !important;min-height:50px !important;font-size:24px}.page-wrapper.focus-mode .btn-side{width:28px !important;height:28px !important}.focus-exit-btn{top:8px;right:8px;padding:6px 10px;font-size:10px}}@media (max-height:580px){.app{padding:3px 10px 2px}.counter-page .header{margin-bottom:1px}.counter-page .brand-logo{width:32px !important;height:32px !important}.brand-name{font-size:12px}.brand-tagline{font-size:7px}.counter-wrap{width:90px;height:90px}.ring-bg,.ring-bar{stroke-width:7}.count-num{font-size:24px}.btn-main{width:44px !important;height:44px !important;min-width:44px !important;min-height:44px !important;font-size:20px}.btn-side{width:34px !important;height:34px !important;min-width:34px !important;min-height:34px !important;max-width:34px !important;max-height:34px !important;font-size:15px}.controls{gap:8px}.goal-btn{padding:3px 8px;font-size:9px}.beads-wrap{height:44px}.bead{width:20px;height:20px}.icon-btn{width:24px !important;height:24px !important;min-width:24px !important;min-height:24px !important;font-size:10px !important}.lang-select{height:24px !important;font-size:9px !important;padding:0 14px 0 4px !important}}@media (max-height:500px){.top-nav{padding:2px 6px}.nav-link{font-size:9px}.app{padding:2px 8px}.counter-page .brand-logo{width:28px !important;height:28px !important}.brand-name{font-size:11px}.brand-tagline{font-size:6px}.counter-wrap{width:75px;height:75px}.ring-bg,.ring-bar{stroke-width:6}.count-num{font-size:20px}.count-goal{font-size:9px}.dhikr-main{font-size:12px}.dhikr-arabic{font-size:10px}.btn-main{width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;font-size:18px}.btn-side{width:30px !important;height:30px !important;min-width:30px !important;min-height:30px !important;max-width:30px !important;max-height:30px !important;font-size:13px}.goal-btn{padding:2px 6px;font-size:8px}.goal-input{width:36px !important;min-width:36px !important;max-width:36px !important;font-size:8px !important}.dhikr-select{padding:3px 5px;font-size:9px;margin-bottom:2px}.stats{padding:4px;margin-bottom:2px}.stat-val{font-size:11px}.beads-wrap{height:38px}.bead{width:18px;height:18px}.icon-btn{width:22px !important;height:22px !important;min-width:22px !important;min-height:22px !important;font-size:9px !important}.lang-select{height:22px !important;font-size:8px !important}}@media (max-height:420px){.top-nav{display:none}.stats{display:none}.beads-wrap{height:32px}}