:root{--dsm-green:#0f3d2e;--dsm-green-2:#14543f;--dsm-gold:#c9a84c;--dsm-cream:#fbf7eb;--dsm-white:#fff;--dsm-muted:#6b7280;--dsm-danger:#b42318;--dsm-shadow:0 16px 40px rgba(15,61,46,.14)}
body .dsm-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;max-width:980px;margin:0 auto;padding:16px;color:#17231e}.dsm-wrap *{box-sizing:border-box}.dsm-hero{background:linear-gradient(145deg,var(--dsm-green),var(--dsm-green-2));border-radius:28px;padding:34px 18px;margin:12px 0 18px;color:#fff;box-shadow:var(--dsm-shadow);position:relative;overflow:hidden}.dsm-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(201,168,76,.35),transparent 28%),repeating-linear-gradient(45deg,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) 2px,transparent 2px,transparent 12px)}.dsm-hero>*{position:relative}.dsm-symbol{width:62px;height:62px;margin:0 auto 10px;border:1px solid rgba(255,255,255,.35);border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--dsm-gold);background:rgba(255,255,255,.09)}.dsm-hero h1{margin:0;font-size:clamp(26px,7vw,42px);font-weight:850;letter-spacing:-.04em}.dsm-hero p{margin:8px 0 0;color:rgba(255,255,255,.86)}.dsm-card{background:var(--dsm-white);border:1px solid rgba(15,61,46,.08);border-radius:26px;padding:18px;box-shadow:var(--dsm-shadow)}.dsm-tabs{display:flex;gap:8px;background:var(--dsm-cream);padding:6px;border-radius:18px;margin-bottom:16px}.dsm-tab{flex:1;border:0;border-radius:14px;padding:11px 10px;background:transparent;font-weight:800;color:var(--dsm-green)}.dsm-tab.active{background:var(--dsm-green);color:#fff}.dsm-field{margin-bottom:12px}.dsm-field label{font-size:13px;font-weight:800;color:var(--dsm-green);margin-bottom:6px;display:block}.dsm-field input,.dsm-field textarea,.dsm-field select{width:100%;border:1px solid rgba(15,61,46,.18);border-radius:16px;padding:13px 14px;background:#fff;outline:none;font-size:16px}.dsm-field input:focus,.dsm-field textarea:focus{border-color:var(--dsm-gold);box-shadow:0 0 0 4px rgba(201,168,76,.14)}.dsm-btn{border:0;border-radius:16px;padding:13px 16px;font-weight:850;background:var(--dsm-green);color:#fff;box-shadow:0 10px 24px rgba(15,61,46,.18);width:100%}.dsm-btn:hover{background:var(--dsm-green-2);color:#fff}.dsm-btn.secondary{background:var(--dsm-cream);color:var(--dsm-green);box-shadow:none}.dsm-btn.gold{background:var(--dsm-gold);color:#17231e}.dsm-btn.danger{background:var(--dsm-danger)}.dsm-msg{border-radius:16px;padding:12px 14px;margin:10px 0;font-weight:700}.dsm-msg.ok{background:#ecfdf3;color:#027a48}.dsm-msg.err{background:#fef3f2;color:#b42318}.dsm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.dsm-stat{background:var(--dsm-cream);border:1px solid rgba(201,168,76,.28);border-radius:20px;padding:14px;text-align:center}.dsm-stat small{display:block;color:var(--dsm-muted);font-weight:700}.dsm-stat strong{display:block;color:var(--dsm-green);font-size:22px}.dsm-profile{display:flex;align-items:center;gap:12px;padding:12px;background:var(--dsm-cream);border-radius:20px;margin-bottom:14px}.dsm-avatar{width:58px;height:58px;border-radius:18px;background:var(--dsm-green);color:var(--dsm-gold);display:flex;align-items:center;justify-content:center;font-weight:900;overflow:hidden;flex:none}.dsm-avatar img{width:100%;height:100%;object-fit:cover}.dsm-history,.dsm-table{width:100%;border-collapse:separate;border-spacing:0 8px}.dsm-history td,.dsm-table td,.dsm-table th{background:#fff;border-top:1px solid rgba(15,61,46,.08);border-bottom:1px solid rgba(15,61,46,.08);padding:10px;font-size:14px}.dsm-history td:first-child,.dsm-table td:first-child,.dsm-table th:first-child{border-left:1px solid rgba(15,61,46,.08);border-radius:14px 0 0 14px}.dsm-history td:last-child,.dsm-table td:last-child,.dsm-table th:last-child{border-right:1px solid rgba(15,61,46,.08);border-radius:0 14px 14px 0}.dsm-admin-grid{display:grid;grid-template-columns:1fr;gap:14px}.dsm-actions{display:flex;gap:6px;flex-wrap:wrap}.dsm-actions button{width:auto;padding:9px 11px;border-radius:12px;font-size:12px}.dsm-section-title{font-size:18px;font-weight:900;color:var(--dsm-green);margin:18px 0 10px}.dsm-small{font-size:12px;color:var(--dsm-muted)}@media (max-width:640px){.dsm-wrap{padding:10px}.dsm-card{padding:14px;border-radius:22px}.dsm-stats{grid-template-columns:1fr}.dsm-table-wrap{overflow:auto}.dsm-table{min-width:760px}.dsm-hero{border-radius:24px;padding:28px 14px}.dsm-tabs{position:sticky;top:0;z-index:2}.dsm-profile{align-items:flex-start}.dsm-btn{padding:14px 12px}}
.dsm-auth-tabs,.dsm-admin-tabs{display:flex;gap:8px;background:var(--dsm-cream);padding:6px;border-radius:18px;margin-bottom:16px}.dsm-admin-tab{flex:1;border:0;border-radius:14px;padding:11px 10px;background:transparent;font-weight:800;color:var(--dsm-green)}.dsm-admin-tab.active{background:var(--dsm-green);color:#fff}.dsm-admin-panel{display:none}.dsm-admin-panel.active{display:block}.dsm-stats.four{grid-template-columns:repeat(4,1fr)}.dsm-dev-otp{display:inline-block;margin-top:6px;padding:4px 8px;border-radius:10px;background:#fff3cd;color:#7a5200}.dsm-avatar-fallback{font-size:24px}.dsm-table-wrap{width:100%;overflow:auto}@media (max-width:640px){.dsm-stats.four{grid-template-columns:repeat(2,1fr)}.dsm-admin-tabs{position:sticky;top:0;z-index:5}.dsm-admin-tab{font-size:13px;padding:10px 6px}}
.dsm-user-tabs{display:flex;gap:8px;background:var(--dsm-cream);padding:6px;border-radius:18px;margin:16px 0}.dsm-user-tab{flex:1;border:0;border-radius:14px;padding:11px 8px;background:transparent;font-weight:850;color:var(--dsm-green);font-size:14px}.dsm-user-tab.active{background:var(--dsm-green);color:#fff}.dsm-user-panel{display:none}.dsm-user-panel.active{display:block}.dsm-profile-box{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;background:var(--dsm-cream);border-radius:22px;padding:14px;border:1px solid rgba(201,168,76,.24)}.dsm-profile-details{grid-column:1/-1;background:#fff;border-radius:16px;padding:12px;line-height:1.8}.dsm-main-profile{border:1px solid rgba(201,168,76,.22)}.dsm-member-cell{display:flex;align-items:center;gap:9px;min-width:150px}.dsm-mini-avatar{width:38px;height:38px;border-radius:12px;background:var(--dsm-green);color:var(--dsm-gold);display:flex;align-items:center;justify-content:center;font-weight:900;object-fit:cover;overflow:hidden;flex:none}.dsm-stats.five{grid-template-columns:repeat(5,1fr)}.dsm-stats.six{grid-template-columns:repeat(3,1fr)}.dsm-admin-panel .dsm-table td{vertical-align:middle}@media (max-width:640px){.dsm-user-tabs{position:sticky;top:0;z-index:5;overflow:auto}.dsm-user-tab{min-width:118px;font-size:13px}.dsm-stats.five,.dsm-stats.six{grid-template-columns:repeat(2,1fr)}.dsm-profile-box{grid-template-columns:1fr;text-align:center}.dsm-profile-box .dsm-avatar{margin:0 auto}.dsm-member-cell{min-width:130px}.dsm-mini-avatar{width:34px;height:34px;border-radius:10px}.dsm-table{min-width:900px}}
.dsm-link-btn{background:transparent;border:0;color:#0f5132;text-decoration:underline;margin-top:10px;font-weight:700;display:block;width:100%;text-align:center}
.dsm-status{display:inline-block;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize;background:#eee;color:#333}
.dsm-status.active{background:#d1e7dd;color:#0f5132}.dsm-status.blocked{background:#f8d7da;color:#842029}.dsm-status.pending{background:#fff3cd;color:#664d03}
#dsmMemberSearch{font-size:16px}
@media(max-width:768px){.dsm-admin-tabs,.dsm-user-tabs,.dsm-auth-tabs{overflow-x:auto;display:flex;gap:8px}.dsm-admin-tab,.dsm-user-tab,.dsm-tab{white-space:nowrap}.dsm-actions{display:flex;flex-direction:column;gap:6px}.dsm-table{min-width:900px}}

/* v1.4 layout polish: horizontal desktop/tablet, app-like mobile */
.dsm-wrap{width:100%;max-width:1120px}.dsm-hero{text-align:center}.dsm-topbar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-bottom:14px}.dsm-profile-head{display:flex;align-items:center;gap:12px;background:var(--dsm-cream);border:1px solid rgba(201,168,76,.22);border-radius:22px;padding:12px;min-width:0}.dsm-profile-head h2{margin:0;color:var(--dsm-green);font-weight:900;font-size:22px;line-height:1.1}.dsm-profile-head p{margin:4px 0 0;color:var(--dsm-muted);font-weight:700}.dsm-topbar .dsm-btn{width:auto;min-width:120px}.dsm-count-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;background:var(--dsm-cream);border-radius:22px;padding:12px;border:1px solid rgba(201,168,76,.22);margin-bottom:14px}.dsm-count-form .dsm-field{margin:0}.dsm-count-form .dsm-btn{width:auto;min-width:140px}
.dsm-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 18px}.dsm-stat-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.dsm-stat-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.dsm-stat-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.dsm-stat{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.dsm-stat span,.dsm-stat small{display:block;color:var(--dsm-muted);font-size:12px;font-weight:800;text-align:center}.dsm-stat strong{font-size:clamp(20px,3vw,30px);line-height:1.05}.dsm-auth-tabs,.dsm-user-tabs,.dsm-admin-tabs{display:flex;flex-direction:row;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.dsm-auth-tabs::-webkit-scrollbar,.dsm-user-tabs::-webkit-scrollbar,.dsm-admin-tabs::-webkit-scrollbar{display:none}.dsm-tab,.dsm-user-tab,.dsm-admin-tab{white-space:nowrap;min-width:max-content}.dsm-user-tabs .dsm-user-tab,.dsm-admin-tabs .dsm-admin-tab{flex:0 0 auto}.dsm-auth-tabs .dsm-tab{flex:1 1 0}.dsm-table-wrap{border-radius:20px;background:#fff}.dsm-table th{color:var(--dsm-green);font-size:12px;text-transform:uppercase;letter-spacing:.02em}.dsm-table td,.dsm-table th{white-space:nowrap}.dsm-member-cell strong{white-space:normal}.dsm-actions{flex-direction:row}.dsm-actions button{width:auto}.dsm-history tr{display:table-row}.dsm-history td{vertical-align:middle}
.dsm-pass-wrap{position:relative}.dsm-pass-wrap input{padding-right:52px!important}.dsm-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:12px;background:var(--dsm-cream);color:var(--dsm-green);display:flex;align-items:center;justify-content:center;font-size:17px;line-height:1;box-shadow:none}.dsm-eye.active{background:rgba(201,168,76,.25)}
@media (min-width:641px){.dsm-card{padding:22px}.dsm-auth-tabs,.dsm-user-tabs,.dsm-admin-tabs{justify-content:flex-start}.dsm-user-tabs .dsm-user-tab,.dsm-admin-tabs .dsm-admin-tab{flex:1 1 0}.dsm-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.dsm-stat-grid.five,.dsm-stat-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}.dsm-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dsm-count-form{grid-template-columns:1fr}.dsm-count-form .dsm-btn{width:100%}}
@media (max-width:640px){body .dsm-wrap{padding:10px;max-width:100%}.dsm-hero{margin:0 0 12px;padding:22px 12px;border-radius:22px}.dsm-symbol{width:52px;height:52px;border-radius:18px;font-size:28px}.dsm-card{border-radius:22px;padding:12px;box-shadow:0 10px 26px rgba(15,61,46,.12)}.dsm-topbar{grid-template-columns:1fr;gap:10px}.dsm-topbar .dsm-btn{width:100%}.dsm-profile-head{border-radius:18px;padding:10px}.dsm-profile-head h2{font-size:18px}.dsm-profile-head .dsm-avatar{width:52px;height:52px;border-radius:16px}.dsm-user-tabs,.dsm-admin-tabs,.dsm-auth-tabs{position:sticky;top:0;z-index:9;margin-left:-12px;margin-right:-12px;border-radius:0;padding:8px 12px;background:rgba(251,247,235,.96);backdrop-filter:blur(8px);box-shadow:0 8px 18px rgba(15,61,46,.08)}.dsm-user-tab,.dsm-admin-tab,.dsm-tab{font-size:13px;padding:10px 12px}.dsm-stat-grid,.dsm-stat-grid.five,.dsm-stat-grid.six{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dsm-stat{min-height:78px;border-radius:16px;padding:10px}.dsm-stat strong{font-size:22px}.dsm-section-title{font-size:16px;margin:14px 0 8px}.dsm-count-form{padding:10px;border-radius:18px}.dsm-field{margin-bottom:10px}.dsm-field input,.dsm-field textarea,.dsm-field select{border-radius:14px;padding:12px;font-size:16px}.dsm-btn{border-radius:14px}.dsm-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:-2px;margin-right:-2px}.dsm-table{min-width:820px}.dsm-table td,.dsm-table th{padding:9px 8px;font-size:13px}.dsm-mini-avatar{width:32px;height:32px;border-radius:10px}.dsm-actions{flex-direction:row;gap:5px}.dsm-actions button{padding:8px 9px;font-size:11px}.dsm-history{border-spacing:0 6px}.dsm-history td{font-size:13px;padding:10px}.row.g-2>[class*="col-"]{width:100%;flex:0 0 100%;max-width:100%}.dsm-pass-wrap input{padding-right:48px!important}.dsm-eye{width:36px;height:36px;right:7px}}
@media (max-width:380px){.dsm-stat-grid,.dsm-stat-grid.five,.dsm-stat-grid.six{grid-template-columns:1fr}.dsm-user-tab,.dsm-admin-tab,.dsm-tab{font-size:12px;padding:9px 10px}.dsm-table{min-width:760px}}

/* v1.5 premium Islamic mobile redesign */
:root{--dsm-green:#073f2c;--dsm-green-2:#0b573e;--dsm-gold:#c9a84c;--dsm-gold-soft:#efe4bc;--dsm-cream:#fffaf0;--dsm-cream-2:#f8f0df;--dsm-ink:#083629;--dsm-shadow:0 18px 38px rgba(7,63,44,.12)}
body .dsm-wrap{max-width:1180px;padding:18px;position:relative;color:var(--dsm-ink)}
body .dsm-wrap:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 20% 2%,rgba(201,168,76,.10),transparent 24%),radial-gradient(circle at 82% 6%,rgba(201,168,76,.10),transparent 20%),linear-gradient(180deg,#fffdf7 0%,#fff8e8 100%)}
body .dsm-wrap:after{content:"";position:fixed;left:0;right:0;bottom:0;height:45vh;z-index:-1;pointer-events:none;opacity:.42;background:
radial-gradient(ellipse at center bottom,rgba(201,168,76,.22),transparent 58%),
linear-gradient(to top,rgba(248,240,223,.8),rgba(248,240,223,0)),
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='320' viewBox='0 0 900 320'%3E%3Cg fill='%23d8c991' opacity='.38'%3E%3Crect x='0' y='260' width='900' height='60'/%3E%3Cpath d='M398 260v-60c0-55 104-55 104 0v60z'/%3E%3Crect x='420' y='150' width='60' height='110' rx='28'/%3E%3Ccircle cx='450' cy='142' r='28'/%3E%3Cpath d='M450 90c25 18 25 42 0 58 15-25 11-42 0-58z'/%3E%3Cpath d='M95 260v-94c0-24 30-24 30 0v94zM775 260v-104c0-24 30-24 30 0v104zM220 260v-74c0-18 26-18 26 0v74zM660 260v-78c0-18 26-18 26 0v78z'/%3E%3Cpath d='M60 260v-48c0-50 98-50 98 0v48zM175 260v-40c0-38 78-38 78 0v40zM620 260v-42c0-42 84-42 84 0v42zM735 260v-48c0-48 96-48 96 0v48z'/%3E%3C/g%3E%3C/svg%3E") center bottom/100% auto no-repeat}
.dsm-card{background:rgba(255,250,240,.82)!important;border:1px solid rgba(201,168,76,.25)!important;box-shadow:0 24px 70px rgba(7,63,44,.13)!important;backdrop-filter:blur(10px);border-radius:34px!important;position:relative;overflow:hidden}.dsm-card:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.25;background-image:radial-gradient(circle at 1px 1px,rgba(201,168,76,.28) 1px,transparent 0);background-size:22px 22px}.dsm-card>*{position:relative}.dsm-durood-heading{text-align:center;padding:28px 12px 22px;margin:0 0 18px;border-radius:32px;background:rgba(255,250,240,.58);border:1px solid rgba(201,168,76,.18);box-shadow:0 10px 30px rgba(7,63,44,.05)}.dsm-arabic-line{display:flex;align-items:center;justify-content:center;gap:18px}.dsm-arabic-line strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,5.5vw,56px);font-weight:700;line-height:1.35;color:var(--dsm-green);letter-spacing:.01em;text-shadow:0 2px 0 rgba(201,168,76,.08)}.dsm-arabic-line span{color:var(--dsm-gold);font-size:30px}.dsm-gold-divider{height:22px;display:flex;align-items:center;justify-content:center;margin-top:6px}.dsm-gold-divider:before,.dsm-gold-divider:after{content:"";height:1px;width:min(240px,26vw);background:linear-gradient(90deg,transparent,var(--dsm-gold),transparent)}.dsm-gold-divider i{width:14px;height:14px;border:2px solid var(--dsm-gold);transform:rotate(45deg);display:block;margin:0 12px}.dsm-durood-heading p{margin:6px 0 0;color:rgba(7,63,44,.70);font-weight:850;letter-spacing:.04em;text-transform:uppercase;font-size:12px}
.dsm-stat-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:18px 0 22px!important}.dsm-stat-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))!important}.dsm-stat-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dsm-stat{background:rgba(255,253,247,.76)!important;border:1px solid rgba(201,168,76,.28)!important;border-radius:24px!important;min-height:150px!important;padding:20px 12px!important;box-shadow:0 14px 32px rgba(7,63,44,.08)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;transition:transform .2s ease,box-shadow .2s ease}.dsm-stat:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(7,63,44,.12)!important}.dsm-stat-icon{width:58px;height:58px;border-radius:50%;background:linear-gradient(180deg,rgba(201,168,76,.18),rgba(201,168,76,.06));display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--dsm-green);margin-bottom:2px}.dsm-stat span,.dsm-stat small{font-size:16px!important;color:var(--dsm-green)!important;font-weight:750!important;letter-spacing:.01em}.dsm-stat em{width:74px;height:12px;display:block;position:relative}.dsm-stat em:before{content:"";position:absolute;left:0;right:0;top:6px;height:1px;background:linear-gradient(90deg,transparent,var(--dsm-gold),transparent)}.dsm-stat em:after{content:"";position:absolute;left:50%;top:3px;width:8px;height:8px;background:var(--dsm-gold);transform:translateX(-50%) rotate(45deg);border-radius:1px}.dsm-stat strong{font-size:clamp(28px,4.2vw,42px)!important;color:var(--dsm-green)!important;font-weight:900!important;letter-spacing:.03em}.dsm-section-title{color:var(--dsm-green)!important;font-size:20px!important;font-weight:950!important}.dsm-profile-head,.dsm-count-form,.dsm-profile-box{background:rgba(255,253,247,.76)!important;border:1px solid rgba(201,168,76,.28)!important;box-shadow:0 12px 30px rgba(7,63,44,.07)!important}.dsm-tabs,.dsm-auth-tabs,.dsm-user-tabs,.dsm-admin-tabs{background:rgba(255,250,240,.74)!important;border:1px solid rgba(201,168,76,.22)!important;box-shadow:0 12px 26px rgba(7,63,44,.06)!important}.dsm-tab.active,.dsm-user-tab.active,.dsm-admin-tab.active{background:linear-gradient(135deg,var(--dsm-green),#003322)!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 8px 20px rgba(7,63,44,.18)!important}.dsm-tab,.dsm-user-tab,.dsm-admin-tab{border-radius:18px!important;font-weight:900!important;color:var(--dsm-green)!important}.dsm-btn{background:linear-gradient(135deg,var(--dsm-green),#003322)!important;border-radius:18px!important}.dsm-btn.gold{background:linear-gradient(135deg,var(--dsm-gold),#ddc779)!important;color:#103f2f!important}.dsm-btn.secondary{background:rgba(255,253,247,.84)!important;color:var(--dsm-green)!important;border:1px solid rgba(201,168,76,.26)!important}.dsm-btn.danger{background:#b42318!important;color:#fff!important}.dsm-field input,.dsm-field textarea,.dsm-field select{border-color:rgba(201,168,76,.34)!important;background:rgba(255,253,247,.92)!important;border-radius:18px!important}.dsm-table td,.dsm-table th,.dsm-history td{background:rgba(255,253,247,.92)!important;border-color:rgba(201,168,76,.20)!important}.dsm-admin-tabs,.dsm-user-tabs{margin-top:18px!important}
@media (min-width:901px){.dsm-stat-grid.five{grid-template-columns:repeat(5,minmax(150px,1fr))!important}.dsm-stat-grid.four{grid-template-columns:repeat(4,minmax(160px,1fr))!important}.dsm-stat-grid.six{grid-template-columns:repeat(6,minmax(130px,1fr))!important}}
@media (max-width:900px){body .dsm-wrap{padding:12px}.dsm-stat-grid,.dsm-stat-grid.five,.dsm-stat-grid.six{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.dsm-stat{min-height:138px!important}.dsm-arabic-line strong{font-size:clamp(28px,7vw,44px)}}
@media (max-width:640px){body .dsm-wrap{padding:0;max-width:100%}.dsm-durood-heading{padding:36px 12px 18px;margin:0 0 10px;border-radius:0 0 28px 28px;border-left:0;border-right:0;border-top:0}.dsm-arabic-line{gap:8px}.dsm-arabic-line strong{font-size:clamp(28px,8.2vw,40px);line-height:1.55}.dsm-arabic-line span{font-size:22px}.dsm-gold-divider:before,.dsm-gold-divider:after{width:26vw}.dsm-card{border-radius:0!important;border-left:0!important;border-right:0!important;min-height:calc(100vh - 120px);padding:14px!important}.dsm-stat-grid,.dsm-stat-grid.five,.dsm-stat-grid.six{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:16px 0!important}.dsm-stat-grid.five .dsm-stat:nth-child(n+3){min-height:132px!important}.dsm-stat{min-height:150px!important;border-radius:24px!important;padding:16px 10px!important}.dsm-stat-icon{width:56px;height:56px;font-size:24px}.dsm-stat span,.dsm-stat small{font-size:17px!important}.dsm-stat strong{font-size:34px!important}.dsm-admin-tabs,.dsm-user-tabs,.dsm-auth-tabs{position:sticky!important;top:0!important;z-index:20!important;margin-left:-14px!important;margin-right:-14px!important;border-radius:0 0 22px 22px!important;padding:10px 12px!important;overflow-x:auto!important}.dsm-admin-tab,.dsm-user-tab,.dsm-tab{min-width:150px!important;padding:12px 14px!important}.dsm-profile-head{border-radius:22px!important}.dsm-count-form{border-radius:24px!important}.dsm-table-wrap{border-radius:22px!important}.dsm-section-title{font-size:18px!important}}
@media (max-width:420px){.dsm-stat-grid,.dsm-stat-grid.five,.dsm-stat-grid.six{gap:10px!important}.dsm-stat{min-height:136px!important;padding:14px 8px!important}.dsm-stat-icon{width:48px;height:48px;font-size:22px}.dsm-stat span,.dsm-stat small{font-size:15px!important}.dsm-stat strong{font-size:30px!important}.dsm-admin-tab,.dsm-user-tab,.dsm-tab{min-width:132px!important;font-size:13px!important}.dsm-arabic-line strong{font-size:30px}.dsm-arabic-line span{display:none}}

/* v1.6 exact mobile Islamic dashboard layout: same visual, icons, bg, nav */
:root{
  --dsm-green:#053f2c!important;
  --dsm-green-2:#002f22!important;
  --dsm-gold:#c6a24a!important;
  --dsm-gold-soft:#f3ead0!important;
  --dsm-cream:#fffaf0!important;
  --dsm-card:#fffdf7!important;
  --dsm-ink:#063b2b!important;
}
body:has(.dsm-wrap){background:#fffaf0!important;}
body .dsm-wrap{
  max-width:960px!important;
  margin:0 auto!important;
  min-height:100vh!important;
  padding:0 14px 24px!important;
  font-family:"Segoe UI",Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:
    radial-gradient(circle at 50% 5%,rgba(255,255,255,.88),rgba(255,250,240,.78) 42%,rgba(255,246,226,.84) 100%),
    linear-gradient(180deg,#fffdf7 0%,#fff8e8 100%)!important;
  border-radius:0!important;
}
body .dsm-wrap:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-3!important;
  opacity:.45!important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23c6a24a' stroke-width='1' opacity='.45'%3E%3Cpath d='M110 6l22 42 47-7-33 34 21 43-57-17-57 17 21-43-33-34 47 7z'/%3E%3Cpath d='M110 35l13 25 28-4-20 20 13 26-34-10-34 10 13-26-20-20 28 4z'/%3E%3Ccircle cx='110' cy='110' r='105'/%3E%3Ccircle cx='110' cy='110' r='72'/%3E%3C/g%3E%3C/svg%3E") left -72px top -52px/210px 210px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23c6a24a' stroke-width='1' opacity='.45'%3E%3Cpath d='M110 6l22 42 47-7-33 34 21 43-57-17-57 17 21-43-33-34 47 7z'/%3E%3Cpath d='M110 35l13 25 28-4-20 20 13 26-34-10-34 10 13-26-20-20 28 4z'/%3E%3Ccircle cx='110' cy='110' r='105'/%3E%3Ccircle cx='110' cy='110' r='72'/%3E%3C/g%3E%3C/svg%3E") right -72px top -52px/210px 210px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23c6a24a' stroke-width='1' opacity='.33'%3E%3Cpath d='M110 6l22 42 47-7-33 34 21 43-57-17-57 17 21-43-33-34 47 7z'/%3E%3Ccircle cx='110' cy='110' r='105'/%3E%3C/g%3E%3C/svg%3E") left -85px bottom -60px/230px 230px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23c6a24a' stroke-width='1' opacity='.33'%3E%3Cpath d='M110 6l22 42 47-7-33 34 21 43-57-17-57 17 21-43-33-34 47 7z'/%3E%3Ccircle cx='110' cy='110' r='105'/%3E%3C/g%3E%3C/svg%3E") right -85px bottom -60px/230px 230px no-repeat!important;
}
body .dsm-wrap:after{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;bottom:52px!important;
  height:36vh!important;
  z-index:-2!important;
  opacity:.48!important;
  pointer-events:none!important;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='940' height='330' viewBox='0 0 940 330'%3E%3Cg fill='%23d9c991' opacity='.50'%3E%3Crect x='0' y='286' width='940' height='44'/%3E%3Cpath d='M386 286v-58c0-62 168-62 168 0v58z'/%3E%3Crect x='446' y='150' width='48' height='136' rx='24'/%3E%3Ccircle cx='470' cy='142' r='28'/%3E%3Cpath d='M470 82c27 19 28 44 0 65 15-29 13-48 0-65z'/%3E%3Cpath d='M53 286v-118c0-28 34-28 34 0v118zM855 286V168c0-28 34-28 34 0v118zM206 286v-88c0-22 28-22 28 0v88zM706 286v-88c0-22 28-22 28 0v88z'/%3E%3Cpath d='M24 286v-50c0-54 110-54 110 0v50zM132 286v-42c0-43 88-43 88 0v42zM257 286v-38c0-37 76-37 76 0v38zM610 286v-38c0-37 76-37 76 0v38zM722 286v-42c0-43 88-43 88 0v42zM806 286v-50c0-54 110-54 110 0v50z'/%3E%3C/g%3E%3C/svg%3E") center bottom/100% auto no-repeat!important;
}
.dsm-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  border-radius:0!important;
  padding:0 0 110px!important;
  overflow:visible!important;
}
.dsm-card:before{display:none!important;}
.dsm-durood-heading{
  margin:0 auto 18px!important;
  padding:54px 6px 18px!important;
  text-align:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.dsm-durood-heading p{display:none!important;}
.dsm-arabic-line{gap:18px!important;align-items:center!important;justify-content:center!important;}
.dsm-arabic-line strong{
  color:var(--dsm-green)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(38px,7vw,70px)!important;
  font-weight:700!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-shadow:0 2px 0 rgba(198,162,74,.09)!important;
}
.dsm-arabic-line span{
  color:transparent!important;
  width:48px!important;height:48px!important;display:inline-block!important;flex:0 0 auto!important;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23c6a24a' stroke-width='2.5'%3E%3Cpath d='M32 3l7 18 19-7-7 18 7 18-19-7-7 18-7-18-19 7 7-18-7-18 19 7z'/%3E%3Ccircle cx='32' cy='32' r='9'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat!important;
}
.dsm-gold-divider{height:32px!important;margin-top:8px!important;gap:10px!important;}
.dsm-gold-divider:before,.dsm-gold-divider:after{height:2px!important;width:min(270px,33vw)!important;background:linear-gradient(90deg,transparent,var(--dsm-gold),var(--dsm-gold),transparent)!important;}
.dsm-gold-divider i{width:18px!important;height:18px!important;border:0!important;background:var(--dsm-gold)!important;clip-path:polygon(50% 0,66% 34%,100% 50%,66% 66%,50% 100%,34% 66%,0 50%,34% 34%)!important;margin:0 4px!important;transform:none!important;}
/* exact 2 + 3 stat layout */
.dsm-stat-grid.five{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:22px!important;
  align-items:stretch!important;
  justify-content:center!important;
  margin:18px auto 30px!important;
  max-width:940px!important;
}
.dsm-stat-grid.five .dsm-stat:nth-child(-n+2){flex:1 1 calc(50% - 14px)!important;max-width:calc(50% - 14px)!important;min-height:230px!important;}
.dsm-stat-grid.five .dsm-stat:nth-child(n+3){flex:1 1 calc(33.333% - 16px)!important;max-width:calc(33.333% - 16px)!important;min-height:188px!important;}
.dsm-stat-grid:not(.five){
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.dsm-stat{
  background:rgba(255,253,247,.64)!important;
  border:1.5px solid rgba(198,162,74,.34)!important;
  border-radius:26px!important;
  box-shadow:0 15px 26px rgba(6,59,43,.08), inset 0 1px 0 rgba(255,255,255,.9)!important;
  padding:22px 12px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
}
.dsm-svg-icon,.dsm-stat-icon{
  width:76px!important;height:76px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:radial-gradient(circle,rgba(198,162,74,.16) 0%,rgba(198,162,74,.08) 58%,rgba(198,162,74,0) 100%)!important;
  color:var(--dsm-green)!important;
  margin-bottom:2px!important;
  font-size:0!important;
}
.dsm-svg-icon svg{width:42px!important;height:42px!important;display:block!important;fill:currentColor!important;color:var(--dsm-green)!important;}
.dsm-svg-icon .gold-fill{fill:var(--dsm-gold)!important;}
.dsm-svg-icon .gold-stroke{stroke:var(--dsm-gold)!important;}
.dsm-stat span,.dsm-stat small{
  display:block!important;color:var(--dsm-green)!important;
  font-size:clamp(19px,3vw,28px)!important;font-weight:400!important;line-height:1.1!important;letter-spacing:.01em!important;
}
.dsm-stat em{width:96px!important;height:14px!important;position:relative!important;display:block!important;}
.dsm-stat em:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:7px!important;height:1px!important;background:linear-gradient(90deg,transparent,var(--dsm-gold),transparent)!important;}
.dsm-stat em:after{content:""!important;position:absolute!important;left:50%!important;top:3px!important;width:9px!important;height:9px!important;background:var(--dsm-gold)!important;transform:translateX(-50%) rotate(45deg)!important;border-radius:1px!important;}
.dsm-stat strong{
  color:var(--dsm-green)!important;
  font-size:clamp(38px,6vw,58px)!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}
.dsm-stat-grid.five .dsm-stat:nth-child(n+3) .dsm-svg-icon{width:66px!important;height:66px!important;}
.dsm-stat-grid.five .dsm-stat:nth-child(n+3) .dsm-svg-icon svg{width:36px!important;height:36px!important;}
.dsm-stat-grid.five .dsm-stat:nth-child(n+3) span{font-size:clamp(17px,2.7vw,24px)!important;}
.dsm-stat-grid.five .dsm-stat:nth-child(n+3) strong{font-size:clamp(32px,5vw,48px)!important;}
/* bottom app navigation */
.dsm-admin-tabs,.dsm-user-tabs{
  background:rgba(255,253,247,.86)!important;
  border:1px solid rgba(198,162,74,.24)!important;
  box-shadow:0 16px 34px rgba(6,59,43,.12)!important;
  border-radius:30px!important;
  padding:10px!important;
  gap:6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  overflow:visible!important;
  max-width:940px!important;
  margin:18px auto!important;
}
.dsm-admin-tab,.dsm-user-tab{
  flex:1 1 0!important;
  min-width:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:24px!important;
  color:var(--dsm-green)!important;
  padding:12px 8px!important;
  font-weight:850!important;
  font-size:16px!important;
  line-height:1.15!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  white-space:normal!important;
}
.dsm-admin-tab.active,.dsm-user-tab.active{
  background:linear-gradient(135deg,var(--dsm-green),#003322)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 9px 18px rgba(6,59,43,.18)!important;
}
.dsm-nav-ico{width:34px;height:34px;display:block;background:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;}
.dsm-nav-members{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M24 31a10 10 0 1 0 0-20 10 10 0 0 0 0 20zm18 0a9 9 0 1 0 0-18 9 9 0 0 0 0 18zM13 54c2-12 10-20 22-20 13 0 21 8 23 20H13zM1 54c1-9 7-15 16-16-4 4-7 9-8 16H1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M24 31a10 10 0 1 0 0-20 10 10 0 0 0 0 20zm18 0a9 9 0 1 0 0-18 9 9 0 0 0 0 18zM13 54c2-12 10-20 22-20 13 0 21 8 23 20H13zM1 54c1-9 7-15 16-16-4 4-7 9-8 16H1z'/%3E%3C/svg%3E");}
.dsm-nav-counter{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M34 7c10 1 19 8 22 18M55 39c-4 10-13 17-24 18M17 53C8 48 4 38 7 28M14 17C21 9 30 6 39 8'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='41' cy='9' r='4'/%3E%3Ccircle cx='56' cy='28' r='4'/%3E%3Ccircle cx='53' cy='43' r='4'/%3E%3Ccircle cx='29' cy='57' r='4'/%3E%3Ccircle cx='14' cy='51' r='4'/%3E%3Ccircle cx='7' cy='27' r='4'/%3E%3Ccircle cx='17' cy='15' r='4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M34 7c10 1 19 8 22 18M55 39c-4 10-13 17-24 18M17 53C8 48 4 38 7 28M14 17C21 9 30 6 39 8'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='41' cy='9' r='4'/%3E%3Ccircle cx='56' cy='28' r='4'/%3E%3Ccircle cx='53' cy='43' r='4'/%3E%3Ccircle cx='29' cy='57' r='4'/%3E%3Ccircle cx='14' cy='51' r='4'/%3E%3Ccircle cx='7' cy='27' r='4'/%3E%3Ccircle cx='17' cy='15' r='4'/%3E%3C/g%3E%3C/svg%3E");}
.dsm-nav-add{background:var(--dsm-gold)!important;border-radius:50%;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 4a28 28 0 1 0 0 56 28 28 0 0 0 0-56zm4 16v8h8a4 4 0 0 1 0 8h-8v8a4 4 0 0 1-8 0v-8h-8a4 4 0 0 1 0-8h8v-8a4 4 0 0 1 8 0z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 4a28 28 0 1 0 0 56 28 28 0 0 0 0-56zm4 16v8h8a4 4 0 0 1 0 8h-8v8a4 4 0 0 1-8 0v-8h-8a4 4 0 0 1 0-8h8v-8a4 4 0 0 1 8 0z'/%3E%3C/svg%3E");}
.dsm-nav-log{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M22 7h20a5 5 0 0 1 5 5v4h4a5 5 0 0 1 5 5v33a6 6 0 0 1-6 6H14a6 6 0 0 1-6-6V21a5 5 0 0 1 5-5h4v-4a5 5 0 0 1 5-5zm2 9h16v-3H24v3zm-6 12h28v5H18v-5zm0 11h28v5H18v-5zm0 11h20v5H18v-5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M22 7h20a5 5 0 0 1 5 5v4h4a5 5 0 0 1 5 5v33a6 6 0 0 1-6 6H14a6 6 0 0 1-6-6V21a5 5 0 0 1 5-5h4v-4a5 5 0 0 1 5-5zm2 9h16v-3H24v3zm-6 12h28v5H18v-5zm0 11h28v5H18v-5zm0 11h20v5H18v-5z'/%3E%3C/svg%3E");}
.dsm-auth-tabs{border-radius:24px!important;}
.dsm-tab{font-size:15px!important;padding:12px 18px!important;}
.dsm-topbar,.dsm-profile-head,.dsm-count-form,.dsm-profile-box,.dsm-field input,.dsm-field textarea,.dsm-table td,.dsm-table th,.dsm-history td{background:rgba(255,253,247,.82)!important;}
.dsm-field label,.dsm-section-title{color:var(--dsm-green)!important;}
.dsm-btn{background:linear-gradient(135deg,var(--dsm-green),var(--dsm-green-2))!important;}
.dsm-btn.gold{background:linear-gradient(135deg,var(--dsm-gold),#e2c774)!important;color:var(--dsm-green)!important;}
.dsm-btn.secondary{background:rgba(255,253,247,.9)!important;color:var(--dsm-green)!important;border:1px solid rgba(198,162,74,.3)!important;}
.dsm-btn.danger{background:#b42318!important;color:#fff!important;}
@media (max-width:640px){
  body .dsm-wrap{padding:0 18px 18px!important;max-width:100%!important;border-radius:0!important;}
  body .dsm-wrap:before{background-size:170px 170px,170px 170px,190px 190px,190px 190px!important;background-position:left -58px top -40px,right -58px top -40px,left -72px bottom -40px,right -72px bottom -40px!important;}
  body .dsm-wrap:after{bottom:88px!important;height:34vh!important;background-size:165% auto!important;}
  .dsm-card{padding-bottom:130px!important;min-height:calc(100vh - 165px)!important;}
  .dsm-durood-heading{padding:62px 0 16px!important;margin-bottom:14px!important;}
  .dsm-arabic-line{gap:8px!important;}
  .dsm-arabic-line strong{font-size:clamp(34px,9.6vw,45px)!important;line-height:1.35!important;}
  .dsm-arabic-line span{width:32px!important;height:32px!important;}
  .dsm-gold-divider{height:28px!important;margin-top:10px!important;}
  .dsm-gold-divider:before,.dsm-gold-divider:after{width:28vw!important;}
  .dsm-stat-grid.five{gap:12px!important;margin:16px auto 22px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(-n+2){flex-basis:calc(50% - 6px)!important;max-width:calc(50% - 6px)!important;min-height:178px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3){flex-basis:calc(33.333% - 8px)!important;max-width:calc(33.333% - 8px)!important;min-height:142px!important;}
  .dsm-stat{border-radius:22px!important;padding:14px 7px!important;gap:8px!important;}
  .dsm-svg-icon,.dsm-stat-icon{width:58px!important;height:58px!important;}
  .dsm-svg-icon svg{width:32px!important;height:32px!important;}
  .dsm-stat span,.dsm-stat small{font-size:18px!important;}
  .dsm-stat strong{font-size:34px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) .dsm-svg-icon{width:48px!important;height:48px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) .dsm-svg-icon svg{width:28px!important;height:28px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) span{font-size:14.5px!important;white-space:nowrap!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) strong{font-size:28px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) em{width:62px!important;}
  .dsm-admin-tabs,.dsm-user-tabs{
    position:fixed!important;
    left:14px!important;right:14px!important;bottom:14px!important;top:auto!important;
    z-index:9999!important;
    margin:0!important;
    padding:8px!important;
    border-radius:28px!important;
    overflow:visible!important;
    backdrop-filter:blur(12px)!important;
  }
  .dsm-admin-tab,.dsm-user-tab{font-size:12.5px!important;padding:10px 4px!important;border-radius:22px!important;min-height:72px!important;gap:4px!important;}
  .dsm-nav-ico{width:28px!important;height:28px!important;}
  .dsm-auth-tabs{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;margin:0 0 14px!important;}
  .dsm-topbar{grid-template-columns:1fr!important;}
  .dsm-topbar .dsm-btn{width:100%!important;}
  .dsm-count-form{grid-template-columns:1fr!important;}
  .dsm-count-form .dsm-btn{width:100%!important;}
}
@media (max-width:390px){
  body .dsm-wrap{padding-left:12px!important;padding-right:12px!important;}
  .dsm-arabic-line strong{font-size:29px!important;}
  .dsm-arabic-line span{display:block!important;width:24px!important;height:24px!important;}
  .dsm-stat-grid.five{gap:9px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(-n+2){min-height:158px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3){min-height:128px!important;}
  .dsm-svg-icon,.dsm-stat-icon{width:50px!important;height:50px!important;}
  .dsm-svg-icon svg{width:28px!important;height:28px!important;}
  .dsm-stat span,.dsm-stat small{font-size:15.5px!important;}
  .dsm-stat strong{font-size:29px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) span{font-size:12.5px!important;}
  .dsm-stat-grid.five .dsm-stat:nth-child(n+3) strong{font-size:24px!important;}
  .dsm-admin-tabs,.dsm-user-tabs{left:8px!important;right:8px!important;bottom:10px!important;}
  .dsm-admin-tab,.dsm-user-tab{font-size:11px!important;min-height:66px!important;}
  .dsm-nav-ico{width:24px!important;height:24px!important;}
}


/* v1.7 mobile stats refinements */
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Inter:wght@400;600;700;800;900&display=swap');
body .dsm-wrap{font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif!important;}
.dsm-arabic-line strong{font-family:"Amiri","Noto Naskh Arabic",serif!important;font-weight:700!important;white-space:nowrap!important;letter-spacing:0!important;}
.dsm-durood-heading p,.dsm-stats-title{font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif!important;text-align:center!important;color:var(--dsm-green)!important;font-weight:900!important;letter-spacing:.02em!important;}
.dsm-durood-heading p{font-size:22px!important;margin-top:10px!important;}
.dsm-stats-title{font-size:22px!important;margin:12px 0 12px!important;}
.dsm-stat-grid.six{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;justify-content:center!important;margin:14px auto 24px!important;max-width:940px!important;}
.dsm-stat-grid.six .dsm-stat{min-height:164px!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:14px 8px!important;}
.dsm-stat-inner{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important;}
.dsm-stat .dsm-svg-icon,.dsm-stat .dsm-stat-icon{margin-left:auto!important;margin-right:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.dsm-stat .dsm-svg-icon svg{display:block!important;margin:auto!important;}
.dsm-stat span,.dsm-stat small,.dsm-stat strong{text-align:center!important;width:100%!important;}
.dsm-admin-tabs,.dsm-user-tabs{position:sticky!important;bottom:8px!important;top:auto!important;z-index:40!important;}
.dsm-admin-tab,.dsm-user-tab{text-align:center!important;align-items:center!important;justify-content:center!important;}
.dsm-nav-ico{margin:0 auto 2px!important;display:block!important;}
@media (max-width:640px){
  body .dsm-wrap{padding:0 14px 18px!important;}
  .dsm-durood-heading{padding:28px 0 12px!important;margin-bottom:6px!important;}
  .dsm-arabic-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;}
  .dsm-arabic-line strong{font-size:clamp(20px,5.4vw,25px)!important;line-height:1.2!important;max-width:100%!important;white-space:nowrap!important;}
  .dsm-arabic-line span{width:20px!important;height:20px!important;min-width:20px!important;}
  .dsm-gold-divider{height:20px!important;margin-top:8px!important;}
  .dsm-durood-heading p{font-size:18px!important;margin-top:6px!important;}
  .dsm-stats-title{font-size:19px!important;margin:10px 0!important;}
  .dsm-stat-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin:10px auto 18px!important;}
  .dsm-stat-grid.six .dsm-stat{min-height:132px!important;border-radius:18px!important;padding:10px 5px!important;}
  .dsm-stat-grid.six .dsm-svg-icon,.dsm-stat-grid.six .dsm-stat-icon{width:44px!important;height:44px!important;min-width:44px!important;}
  .dsm-stat-grid.six .dsm-svg-icon svg{width:25px!important;height:25px!important;}
  .dsm-stat-grid.six .dsm-stat span{font-size:12.8px!important;line-height:1.15!important;white-space:normal!important;}
  .dsm-stat-grid.six .dsm-stat strong{font-size:25px!important;line-height:1!important;letter-spacing:.01em!important;}
  .dsm-stat-grid.six .dsm-stat em{width:50px!important;height:10px!important;}
  .dsm-stat-grid.six .dsm-stat em:before{top:5px!important;}
  .dsm-stat-grid.six .dsm-stat em:after{top:2px!important;width:7px!important;height:7px!important;}
  .dsm-admin-tabs,.dsm-user-tabs{border-radius:24px!important;padding:8px!important;margin:12px auto!important;gap:4px!important;overflow:visible!important;}
  .dsm-admin-tab,.dsm-user-tab{min-width:0!important;font-size:12px!important;padding:9px 4px!important;border-radius:18px!important;gap:4px!important;}
  .dsm-nav-ico{width:28px!important;height:28px!important;}
}
@media (max-width:380px){
  .dsm-arabic-line strong{font-size:19px!important;}
  .dsm-arabic-line span{display:none!important;}
  .dsm-stat-grid.six{gap:7px!important;}
  .dsm-stat-grid.six .dsm-stat{min-height:122px!important;padding:8px 3px!important;}
  .dsm-stat-grid.six .dsm-svg-icon,.dsm-stat-grid.six .dsm-stat-icon{width:39px!important;height:39px!important;min-width:39px!important;}
  .dsm-stat-grid.six .dsm-svg-icon svg{width:22px!important;height:22px!important;}
  .dsm-stat-grid.six .dsm-stat span{font-size:11.3px!important;}
  .dsm-stat-grid.six .dsm-stat strong{font-size:22px!important;}
  .dsm-admin-tab,.dsm-user-tab{font-size:10.8px!important;}
  .dsm-nav-ico{width:24px!important;height:24px!important;}
}

/* v1.8 Urdu + persistent app polish */
body .dsm-wrap,
body .dsm-wrap input,
body .dsm-wrap textarea,
body .dsm-wrap button,
body .dsm-wrap table{
  font-family: "Noto Nastaliq Urdu", "Noto Naskh Arabic", "Jameel Noori Nastaleeq", Tahoma, Arial, sans-serif !important;
}
body .dsm-wrap{direction:rtl;text-align:right;}
.dsm-arabic-line strong{font-family:"Noto Naskh Arabic","Amiri",serif!important;white-space:nowrap!important;font-size:clamp(20px,5.2vw,40px)!important;line-height:1.25!important;}
.dsm-durood-heading p,.dsm-stats-title{text-transform:none!important;letter-spacing:0!important;font-size:18px!important;}
.dsm-stat-inner{text-align:center!important;direction:rtl;}
.dsm-stat-icon{margin-left:auto!important;margin-right:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.dsm-pass-wrap{position:relative!important;direction:ltr!important;}
.dsm-pass-wrap input{padding-right:14px!important;padding-left:58px!important;direction:rtl!important;}
.dsm-eye{left:8px!important;right:auto!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;border:2px solid rgba(201,168,76,.45)!important;border-radius:14px!important;background:#fff7df!important;color:#073f2c!important;font-size:20px!important;z-index:5!important;box-shadow:0 6px 15px rgba(7,63,44,.12)!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.dsm-eye.active{background:#e9d38c!important;color:#073f2c!important;}
.dsm-member-cell{direction:rtl;text-align:right;}
.dsm-table th,.dsm-table td,.dsm-history td{direction:rtl;text-align:right;}
.dsm-table td.text-end,.dsm-history td.text-end{text-align:left!important;}
.dsm-admin-tabs,.dsm-user-tabs,.dsm-auth-tabs{direction:rtl;}
@media (max-width:640px){
  .dsm-arabic-line strong{font-size:clamp(18px,5.1vw,23px)!important;white-space:nowrap!important;}
  .dsm-durood-heading p{font-size:17px!important;margin-top:8px!important;}
  .dsm-stat-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  .dsm-stat-grid.six .dsm-stat{min-height:118px!important;padding:10px 4px!important;border-radius:18px!important;}
  .dsm-stat-grid.six .dsm-stat-icon{width:42px!important;height:42px!important;}
  .dsm-stat-grid.six .dsm-stat span{font-size:13px!important;line-height:1.25!important;}
  .dsm-stat-grid.six .dsm-stat strong{font-size:24px!important;line-height:1.1!important;}
  .dsm-stat-grid.six .dsm-stat em{margin:6px auto!important;}
  .dsm-pass-wrap input{padding-left:56px!important;}
  .dsm-eye{width:42px!important;height:42px!important;left:7px!important;font-size:19px!important;}
  .dsm-field label{font-size:14px!important;}
}
@media (max-width:380px){
  .dsm-stat-grid.six{gap:6px!important;}
  .dsm-stat-grid.six .dsm-stat{min-height:108px!important;padding:8px 3px!important;}
  .dsm-stat-grid.six .dsm-stat-icon{width:38px!important;height:38px!important;}
  .dsm-stat-grid.six .dsm-stat span{font-size:12px!important;}
  .dsm-stat-grid.six .dsm-stat strong{font-size:21px!important;}
}
