:root{
  --bg:#f4f7fb;--card:#fff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;
  --primary:#1d4ed8;--primary2:#0f766e;--accent:#8b5cf6;--gold:#f59e0b;
  --ok:#10b981;--warn:#f59e0b;--danger:#ef4444;--radius:22px;
  --shadow:0 18px 50px rgba(15,23,42,.08);--shadow-sm:0 6px 18px rgba(15,23,42,.06)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,#e0f2fe 0,#f4f7fb 32%,#f8fafc 100%);color:var(--ink);font-family:'IBM Plex Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif;min-height:100vh}a{text-decoration:none;color:inherit}.layout{display:flex;min-height:100vh}.sidebar{width:282px;background:linear-gradient(160deg,#071426 0%,#0f172a 55%,#17324e 100%);color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh;box-shadow:-10px 0 40px rgba(15,23,42,.18);z-index:30}.brand{display:flex;align-items:center;gap:13px;padding:8px 8px 20px;border-bottom:1px solid rgba(255,255,255,.09);margin-bottom:14px}.brand-icon,.logo-big{width:52px;height:52px;border-radius:17px;background:linear-gradient(135deg,var(--primary),var(--primary2));display:grid;place-items:center;color:#fff;font-size:24px;font-weight:900;box-shadow:0 14px 32px rgba(37,99,235,.35)}.brand h1{font-size:20px;margin:0;line-height:1}.brand span{font-size:12px;color:#93c5fd}.nav-title{font-size:11px;color:#94a3b8;margin:18px 12px 8px;font-weight:800;letter-spacing:.4px}.nav a{display:flex;align-items:center;gap:10px;color:#cbd5e1;padding:11px 13px;border-radius:14px;margin-bottom:5px;transition:.2s;font-weight:700}.nav a b{width:26px;height:26px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.07);font-weight:900;color:#bfdbfe}.nav a:hover,.nav a.active{background:rgba(255,255,255,.12);color:#fff;transform:translateX(-2px)}.nav a.active b{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.main{flex:1;min-width:0}.topbar{height:82px;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.75);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:20}.topbar h2{margin:0;font-size:21px;font-weight:900}.topbar .sub{font-size:13px;color:var(--muted);margin-top:5px}.topbar-card{display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:9px 14px;box-shadow:var(--shadow-sm);min-width:180px}.topbar-card span{font-weight:800}.topbar-card small{color:var(--muted)}.content{padding:30px}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:rgba(255,255,255,.94);border:1px solid rgba(226,232,240,.9);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.card h3{margin:0 0 16px;font-size:18px;font-weight:900}.stat{position:relative;overflow:hidden;min-height:132px}.stat .value{font-size:34px;font-weight:900;letter-spacing:-.5px}.stat .label{font-size:13px;color:var(--muted);font-weight:700}.stat:before{content:"";position:absolute;left:-40px;top:-40px;width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(16,185,129,.10))}.btn{border:0;border-radius:14px;padding:10px 16px;cursor:pointer;display:inline-flex;gap:8px;align-items:center;justify-content:center;font-weight:900;background:#e2e8f0;color:#0f172a;transition:.18s}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-primary{background:linear-gradient(135deg,var(--primary),#0f766e);color:#fff}.btn-green{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-red{background:#fee2e2;color:#b91c1c}.btn-outline{background:#fff;border:1px solid var(--line);color:#334155}.toolbar{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap}.table-wrap{overflow:auto;border-radius:18px;border:1px solid var(--line);background:#fff}table{width:100%;border-collapse:collapse;background:#fff;font-size:13px}th{background:linear-gradient(90deg,#0f172a,#1e3a5f);color:#fff;text-align:right;padding:13px;white-space:nowrap;font-weight:900}td{padding:12px 13px;border-bottom:1px solid var(--line);white-space:nowrap;color:#334155}tr:hover td{background:#f8fafc}.form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}label{font-size:13px;font-weight:900;color:#334155;margin-bottom:7px;display:block}input,select,textarea{width:100%;border:1px solid #d8dee9;background:#fff;border-radius:15px;padding:12px 13px;font-size:14px;outline:none;font-family:inherit}input:focus,select:focus,textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.11)}.alert{padding:13px 15px;border-radius:16px;margin-bottom:16px;border:1px solid;font-weight:700}.alert-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:99px;font-size:12px;font-weight:900}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-amber{background:#fef3c7;color:#92400e}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.tabs a{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;color:#475569}.tabs a.active{background:#0f172a;color:#fff}.muted{color:var(--muted)}.mini{font-size:12px}.chart-box{height:320px}.kpi-line{height:10px;background:#e5e7eb;border-radius:99px;overflow:hidden}.kpi-line span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#10b981);border-radius:99px}.tenant-link{color:#1d4ed8;font-weight:900}.actions{display:flex;gap:6px;flex-wrap:wrap}.tenant-chip{background:#f1f5f9;border:1px solid var(--line);padding:8px 12px;border-radius:999px;text-align:center;font-size:12px;font-weight:900;margin:10px 0 14px;color:#334155}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 45%,#0f766e 100%);padding:24px}.login-shell{width:min(980px,96vw);display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}.login-hero{border-radius:32px;padding:42px;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.22);box-shadow:0 24px 70px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center}.login-hero .pill{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 13px;width:max-content;font-weight:900;margin-bottom:18px}.login-hero h1{font-size:48px;margin:0 0 12px;font-weight:900}.login-hero p{font-size:18px;line-height:2;color:#dbeafe;max-width:560px}.hero-metrics{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-metrics span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:10px 14px;font-weight:900}.login-card{width:100%;display:flex;flex-direction:column;justify-content:center}.footer-note{font-size:12px;color:#94a3b8;margin-top:20px;text-align:center}@media(max-width:1050px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.sidebar{width:88px;padding:18px 10px}.brand div:not(.brand-icon),.nav-title,.nav a span{display:none}.nav a{justify-content:center}.content{padding:20px}.form-row{grid-template-columns:1fr}}@media(max-width:820px){.layout{display:block}.sidebar{position:relative;width:100%;height:auto;display:block}.brand div:not(.brand-icon),.nav a span{display:block}.nav{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.topbar{height:auto;gap:12px;align-items:flex-start;flex-direction:column;padding:18px}.login-shell{grid-template-columns:1fr}.login-hero{display:none}.content{padding:16px}.form-row{grid-template-columns:1fr}}

/* ===== Moasher V1.3 dashboard enhancements ===== */
.moasher-hero{
  display:grid;grid-template-columns:1.3fr .9fr;gap:22px;align-items:center;
  background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 50%,#0f766e 100%);
  border-radius:30px;padding:30px;color:#fff;box-shadow:0 20px 60px rgba(15,23,42,.16);overflow:hidden;position:relative
}
.moasher-hero:before{content:"";position:absolute;left:-80px;top:-80px;width:260px;height:260px;background:rgba(255,255,255,.10);border-radius:50%}
.moasher-hero h2{font-size:34px;margin:8px 0 8px;font-weight:900}.moasher-hero p{color:#dbeafe;line-height:1.9;margin:0;max-width:720px}.hero-eyebrow{display:inline-flex;padding:6px 12px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:12px;font-weight:900}.hero-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative;z-index:1}.hero-mini-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:16px}.hero-mini-grid b{display:block;font-size:28px;font-weight:900}.hero-mini-grid span{font-size:12px;color:#dbeafe;font-weight:800}.dashboard-stats .metric-card{min-height:148px}.metric-card{border-radius:24px;padding:20px;color:#fff;position:relative;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.12);border:1px solid rgba(255,255,255,.12)}.metric-card:after{content:"";position:absolute;left:-44px;bottom:-44px;width:138px;height:138px;border-radius:50%;background:rgba(255,255,255,.13)}.metric-card span{display:block;font-size:13px;font-weight:800;opacity:.92}.metric-card strong{display:block;font-size:36px;font-weight:900;line-height:1.25;margin:8px 0}.metric-card small{font-weight:700;opacity:.82}.metric-blue{background:linear-gradient(135deg,#2563eb,#0ea5e9)}.metric-green{background:linear-gradient(135deg,#059669,#10b981)}.metric-purple{background:linear-gradient(135deg,#7c3aed,#2563eb)}.metric-red{background:linear-gradient(135deg,#dc2626,#f97316)}.chart-card{min-height:390px}.chart-card h3{display:flex;align-items:center;gap:8px}.chart-card h3:before{content:"";width:10px;height:28px;background:linear-gradient(180deg,#2563eb,#0f766e);border-radius:999px}.quick-actions .actions{margin-top:18px}.student-hero-card{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#fff,#eef6ff);border:1px solid #dbeafe;border-radius:26px;box-shadow:var(--shadow);padding:22px}.student-avatar{width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,#2563eb,#0f766e);color:#fff;display:grid;place-items:center;font-size:30px;font-weight:900}.student-hero-card h2{margin:0 0 6px;font-size:26px;font-weight:900}.student-hero-card p{margin:0;color:#64748b;font-weight:700}.ai-report-hero{display:grid;grid-template-columns:1fr 220px;gap:18px;align-items:center;background:linear-gradient(135deg,#111827,#1d4ed8 55%,#0f766e);border-radius:30px;padding:28px;color:#fff;box-shadow:0 22px 60px rgba(15,23,42,.16)}.ai-report-hero span{display:inline-flex;font-weight:900;font-size:12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px 11px}.ai-report-hero h2{font-size:30px;margin:10px 0 8px}.ai-report-hero p{margin:0;color:#dbeafe;line-height:1.9}.ai-quota{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:24px;padding:22px;text-align:center}.ai-quota b{display:block;font-size:42px;font-weight:900}.ai-quota span{background:transparent;border:0;display:block;color:#dbeafe}.report-item{border:1px solid var(--line);border-radius:18px;background:#fff;margin-bottom:12px;overflow:hidden}.report-item summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:#f8fafc}.report-item summary span{font-size:12px;color:#64748b}.report-text{padding:22px;line-height:2.05;color:#1f2937;background:#fff;white-space:normal}.form-input{border:1px solid #d8dee9;background:#fff;border-radius:15px;padding:12px 13px;font-size:14px;outline:none;font-family:inherit}.form-input:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.11)}
@media(max-width:900px){.moasher-hero,.ai-report-hero{grid-template-columns:1fr}.hero-mini-grid{grid-template-columns:repeat(2,1fr)}.metric-card strong{font-size:30px}.chart-card{min-height:340px}}



/* ===== Moasher V1.4 Smart AI Reports Design ===== */
.smart-report-page{display:grid;gap:22px}.smart-report-hero{display:grid;grid-template-columns:1fr 260px;gap:22px;align-items:stretch;background:linear-gradient(135deg,#061426 0%,#123c7b 50%,#0f766e 100%);border-radius:34px;padding:30px;color:#fff;box-shadow:0 28px 70px rgba(15,23,42,.18);position:relative;overflow:hidden}.smart-report-hero:before{content:"";position:absolute;inset:auto -120px -160px auto;width:360px;height:360px;background:rgba(255,255,255,.10);border-radius:50%}.smart-report-hero:after{content:"";position:absolute;right:-90px;top:-110px;width:280px;height:280px;background:rgba(56,189,248,.13);border-radius:50%}.hero-copy{position:relative;z-index:1}.hero-kicker,.doc-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 13px;font-size:12px;font-weight:900;letter-spacing:.2px}.smart-report-hero h2{font-size:36px;margin:12px 0 10px;font-weight:900}.smart-report-hero p{font-size:15px;line-height:2;color:#dbeafe;max-width:850px;margin:0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.btn.light{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff}.quota-card{position:relative;z-index:1;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);border-radius:28px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:230px}.quota-card strong{font-size:16px;margin-top:12px}.quota-card small{color:#dbeafe;line-height:1.8;margin-top:8px}.quota-ring{--p:0;width:126px;height:126px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#22c55e calc(var(--p)*1%),rgba(255,255,255,.18) 0);position:relative}.quota-ring:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#10233f}.quota-ring b,.quota-ring span{position:relative;z-index:1;display:block}.quota-ring b{font-size:34px;font-weight:900}.quota-ring span{font-size:12px;color:#bfdbfe;font-weight:800;margin-top:36px;position:absolute}.ai-metrics-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.ai-metric{background:rgba(255,255,255,.94);border:1px solid rgba(226,232,240,.92);border-radius:22px;padding:18px;box-shadow:0 14px 36px rgba(15,23,42,.07);position:relative;overflow:hidden}.ai-metric:before{content:"";position:absolute;left:-28px;top:-28px;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(15,118,110,.10))}.ai-metric span{display:block;color:#64748b;font-weight:900;font-size:12px}.ai-metric b{display:block;color:#0f172a;font-size:30px;font-weight:950;margin:6px 0}.ai-metric small{color:#94a3b8;font-weight:800}.ai-metric.risk b{color:#dc2626}.report-workspace{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.report-side{display:grid;gap:14px;position:sticky;top:104px}.side-card{background:rgba(255,255,255,.94);border:1px solid rgba(226,232,240,.92);border-radius:24px;box-shadow:0 14px 36px rgba(15,23,42,.07);padding:20px}.side-card h3{font-size:16px;margin:0 0 12px;font-weight:950}.school-card{text-align:center;background:linear-gradient(180deg,#fff,#eff6ff)}.school-mark{width:64px;height:64px;margin:0 auto 12px;border-radius:22px;background:linear-gradient(135deg,#2563eb,#0f766e);color:#fff;display:grid;place-items:center;font-size:30px;font-weight:950;box-shadow:0 16px 32px rgba(37,99,235,.22)}.school-card p{color:#64748b;margin:8px 0 0}.report-meta-line{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #e2e8f0;padding:9px 0;gap:10px}.report-meta-line span{color:#64748b;font-size:12px;font-weight:900}.report-meta-line b{font-size:12px;color:#0f172a;text-align:left;direction:ltr}.guide-card a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:8px;color:#334155;font-weight:900}.guide-card a:hover{background:#eff6ff;color:#1d4ed8}.report-main{min-width:0}.empty-report-card{background:#fff;border:1px solid #e2e8f0;border-radius:30px;box-shadow:var(--shadow);padding:42px;text-align:center}.empty-icon{width:82px;height:82px;margin:0 auto 18px;border-radius:26px;background:linear-gradient(135deg,#2563eb,#0f766e);color:#fff;display:grid;place-items:center;font-weight:950;font-size:24px}.empty-report-card h3{font-size:24px;margin:0 0 8px}.empty-report-card p{color:#64748b;line-height:1.9;max-width:560px;margin:0 auto 20px}.report-document{background:#fff;border:1px solid rgba(226,232,240,.96);border-radius:32px;box-shadow:0 24px 70px rgba(15,23,42,.09);overflow:hidden}.report-document-head{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#f8fafc,#eff6ff);padding:26px 28px;border-bottom:1px solid #e2e8f0}.report-document-head .doc-label{background:#dbeafe;color:#1e40af;border-color:#bfdbfe}.report-document-head h2{font-size:28px;margin:10px 0 6px;font-weight:950}.report-document-head p{margin:0;color:#64748b;line-height:1.8}.doc-date{min-width:142px;background:#0f172a;color:#fff;border-radius:22px;padding:16px;text-align:center}.doc-date b{display:block;font-size:18px}.doc-date span{font-size:12px;color:#cbd5e1;font-weight:800}.report-sections-grid{display:grid;gap:16px;padding:24px}.report-section{border:1px solid #e2e8f0;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.045)}.section-head{display:flex;align-items:center;gap:14px;padding:18px 20px;background:linear-gradient(90deg,#f8fafc,#fff);border-bottom:1px solid #eef2f7}.section-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:18px;background:linear-gradient(135deg,#2563eb,#0f766e);flex:0 0 48px}.section-head span{font-size:11px;color:#64748b;font-weight:950;text-transform:uppercase}.section-head h3{margin:3px 0 0;font-size:18px;font-weight:950;color:#0f172a}.section-body{padding:20px 22px;line-height:2.05;color:#1f2937}.section-body p{margin:0 0 12px}.report-bullets{margin:0 0 12px;padding:0;list-style:none;display:grid;gap:8px}.report-bullets li{position:relative;padding:9px 38px 9px 12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px}.report-bullets li:before{content:"✓";position:absolute;right:12px;top:9px;width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:12px;font-weight:950}.sec-executive .section-icon{background:linear-gradient(135deg,#1d4ed8,#0ea5e9)}.sec-metrics .section-icon{background:linear-gradient(135deg,#0f766e,#14b8a6)}.sec-strength .section-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}.sec-gap .section-icon,.sec-risk .section-icon{background:linear-gradient(135deg,#dc2626,#f97316)}.sec-trend .section-icon{background:linear-gradient(135deg,#7c3aed,#2563eb)}.sec-enrich .section-icon{background:linear-gradient(135deg,#f59e0b,#f97316)}.sec-remedial .section-icon{background:linear-gradient(135deg,#0891b2,#2563eb)}.sec-recommend .section-icon{background:linear-gradient(135deg,#334155,#0f172a)}.sec-evidence .section-icon{background:linear-gradient(135deg,#475569,#64748b)}.report-archive{display:grid;gap:14px}.archive-head{display:flex;align-items:end;justify-content:space-between;gap:12px}.archive-head h3{margin:0;font-size:22px;font-weight:950}.archive-head p{margin:0;color:#64748b}.archive-list{display:grid;gap:12px}.archive-item{background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.055);overflow:hidden}.archive-item summary{cursor:pointer;display:flex;align-items:center;gap:13px;padding:16px 18px;background:#fff}.archive-item[open] summary{background:#f8fafc;border-bottom:1px solid #e2e8f0}.archive-badge{width:36px;height:36px;border-radius:14px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-weight:950}.archive-item b{display:block;color:#0f172a}.archive-item small{display:block;color:#64748b;margin-top:4px}.archive-text{padding:20px 22px;line-height:2;color:#334155;max-height:480px;overflow:auto}.report-item{border-radius:22px}.report-text{background:#fff;line-height:2.05}.ai-report-hero{display:none}
@media(max-width:1120px){.ai-metrics-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.report-workspace{grid-template-columns:1fr}.report-side{position:relative;top:0;grid-template-columns:repeat(3,minmax(0,1fr))}.smart-report-hero{grid-template-columns:1fr}.quota-card{min-height:auto}.quota-ring{width:110px;height:110px}.report-document-head{flex-direction:column;align-items:flex-start}.doc-date{width:100%}}
@media(max-width:760px){.smart-report-hero{padding:22px;border-radius:24px}.smart-report-hero h2{font-size:26px}.ai-metrics-strip,.report-side{grid-template-columns:1fr}.report-sections-grid{padding:14px}.section-head{align-items:flex-start}.report-document-head{padding:20px}.report-workspace{gap:16px}}
@media print{.sidebar,.topbar,.report-side,.hero-actions,.report-archive,.no-print{display:none!important}.layout{display:block}.main{width:100%}.content{padding:0}.smart-report-hero{background:#fff;color:#0f172a;box-shadow:none;border-radius:0;border-bottom:2px solid #0f172a}.smart-report-hero p{color:#334155}.quota-card{display:none}.ai-metrics-strip{grid-template-columns:repeat(5,1fr);gap:8px}.ai-metric{box-shadow:none;border-color:#cbd5e1}.report-workspace{display:block}.report-document{box-shadow:none;border:0;border-radius:0}.report-section{break-inside:avoid;box-shadow:none}.section-body{font-size:13px}.report-document-head{background:#fff}.doc-date{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.doc-date span{color:#64748b}}

/* ===== Moasher V1.5 Learning Outcomes + User Assistance ===== */
.topbar-tools{display:flex;align-items:center;gap:12px}.support-toggle{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer}.support-toggle:hover{background:#dbeafe}.sidebar-promo{margin:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:18px;padding:14px;color:#fff}.sidebar-promo b{display:block;font-size:14px;margin-bottom:6px}.sidebar-promo span{display:block;color:rgba(255,255,255,.66);font-size:12px;line-height:1.8}.help-dot{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:950;cursor:pointer;margin-inline-start:6px;vertical-align:middle}.help-dot:hover{background:#1d4ed8;color:#fff}.moasher-help-tooltip{position:absolute;z-index:99999;max-width:330px;background:#0f172a;color:#fff;border-radius:16px;padding:12px 14px;font-size:12px;line-height:1.8;box-shadow:0 24px 60px rgba(15,23,42,.25);opacity:0;transform:translateY(6px);pointer-events:none;transition:.18s ease}.moasher-help-tooltip.show{opacity:1;transform:translateY(0)}.support-drawer{position:fixed;inset:0;background:rgba(15,23,42,.36);z-index:9999;display:none;align-items:stretch;justify-content:flex-start}.support-drawer.open{display:flex}.support-panel{width:min(430px,92vw);background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.25);padding:28px;border-radius:0 0 0 0;position:relative;overflow:auto}.support-close{position:absolute;top:14px;left:14px;width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;font-size:24px;cursor:pointer}.support-kicker{display:inline-flex;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:950}.support-panel h3{font-size:24px;font-weight:950;margin:14px 0 8px}.support-panel p{line-height:2;color:#475569}.support-list{display:grid;gap:10px;margin-top:16px}.support-list div{border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:13px}.support-list b{display:block;color:#0f172a;margin-bottom:4px}.support-list span{display:block;color:#64748b;font-size:13px;line-height:1.8}.field-assist-note{margin-top:7px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:12px;padding:8px 10px;font-size:12px;line-height:1.7}.assistant-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#eff6ff,#f0fdfa);border:1px solid #dbeafe;border-radius:24px;padding:18px 20px;margin:18px 0;box-shadow:0 12px 30px rgba(15,23,42,.05)}.assistant-strip b{display:block;color:#0f172a;font-weight:950;margin-bottom:4px}.assistant-strip span{display:block;color:#475569;line-height:1.7}.assistant-strip a{white-space:nowrap;border-radius:14px;background:#1d4ed8;color:#fff;padding:10px 14px;font-weight:900;text-decoration:none}.pro-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:stretch;background:linear-gradient(135deg,#061426 0%,#123c7b 52%,#0f766e 100%);border-radius:34px;padding:30px;color:#fff;box-shadow:0 28px 70px rgba(15,23,42,.16);position:relative;overflow:hidden}.pro-hero:before{content:"";position:absolute;inset:auto -120px -140px auto;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.1)}.pro-hero h2{font-size:34px;font-weight:950;margin:10px 0}.pro-hero p{max-width:800px;color:#dbeafe;line-height:2;margin:0}.outcomes-school-card{position:relative;z-index:1;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:28px;padding:22px;display:flex;flex-direction:column;justify-content:center}.outcomes-school-card b{font-size:20px}.outcomes-school-card span{color:#dbeafe;line-height:1.8;margin-top:6px}.school-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.school-pills em{font-style:normal;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.indicator-grid{margin-top:18px}.indicator-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:20px;box-shadow:0 14px 36px rgba(15,23,42,.07);position:relative;overflow:hidden}.indicator-card:before{content:"";position:absolute;left:-30px;top:-30px;width:100px;height:100px;border-radius:50%;background:#dbeafe}.indicator-card.good:before{background:#dcfce7}.indicator-card.watch:before{background:#fef3c7}.indicator-card.danger:before{background:#fee2e2}.indicator-top{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#64748b;font-size:12px;font-weight:950;position:relative}.indicator-card strong{display:block;font-size:34px;font-weight:950;color:#0f172a;margin:8px 0;position:relative}.indicator-card.good strong{color:#15803d}.indicator-card.watch strong{color:#b45309}.indicator-card.danger strong{color:#dc2626}.indicator-card small{display:block;color:#475569;line-height:1.8;position:relative}.section-gap{margin-top:20px}.professional-card{border-radius:26px;box-shadow:0 16px 42px rgba(15,23,42,.07);border-color:#e2e8f0}.card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.card-title-row h3{margin:0;font-weight:950}.metric-note{color:#64748b;line-height:1.8;margin:0 0 14px}.soft-badge{display:inline-flex;align-items:center;white-space:nowrap;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950}.chart-box.xl{height:360px}.decision-card{background:linear-gradient(180deg,#fff,#f8fafc)}.decision-list{display:grid;gap:12px}.decision-item{border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:14px;position:relative;overflow:hidden}.decision-item:before{content:"";position:absolute;right:0;top:0;bottom:0;width:5px;background:#1d4ed8}.decision-item.remedial:before,.decision-item.guidance:before{background:#dc2626}.decision-item.enrichment:before{background:#f59e0b}.decision-item.differentiation:before{background:#7c3aed}.decision-item b{display:block;margin-bottom:5px;color:#0f172a}.decision-item span{display:block;color:#64748b;line-height:1.8;font-size:13px}.outcome-table-wrap{border-radius:20px}.outcome-table th{font-size:12px}.outcome-table td{vertical-align:middle}.rank-chip{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eff6ff;color:#1d4ed8;font-weight:950}.row-danger{background:#fff7f7}.row-watch{background:#fffaf0}.row-good{background:#f7fff9}.pro-list{display:grid;gap:10px;margin:10px 0 0;padding:0;list-style:none}.pro-list li{position:relative;background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:12px 38px 12px 14px;color:#334155;line-height:1.8}.pro-list li:before{content:"✓";position:absolute;right:12px;top:14px;width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-weight:950;font-size:12px}.metric-library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:14px}.metric-definition{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden}.metric-definition summary{cursor:pointer;padding:14px 16px;font-weight:950;color:#0f172a;background:#f8fafc}.metric-definition[open] summary{border-bottom:1px solid #e2e8f0;background:#eff6ff;color:#1d4ed8}.metric-definition p{margin:0;padding:12px 16px 0;color:#475569;line-height:1.9}.metric-definition p:last-child{padding-bottom:14px}@media(max-width:1080px){.pro-hero{grid-template-columns:1fr}.assistant-strip{align-items:flex-start;flex-direction:column}.assistant-strip a{white-space:normal}.chart-box.xl{height:320px}}@media(max-width:720px){.topbar-tools{flex-direction:column;align-items:flex-start}.pro-hero{padding:22px;border-radius:24px}.pro-hero h2{font-size:26px}.card-title-row{display:block}.soft-badge{margin-top:10px}.chart-box.xl{height:280px}}

/* ===== Moasher V1.8 Professional Upgrade ===== */
.premium-login{background:#061426;display:grid;place-items:center;position:relative;overflow:hidden;font-family:'IBM Plex Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif}.premium-login:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.42),transparent 34%),radial-gradient(circle at 85% 15%,rgba(16,185,129,.35),transparent 32%),linear-gradient(135deg,#061426,#0f172a 52%,#082f49);}.login-bg-orb{position:absolute;border-radius:50%;filter:blur(12px);opacity:.5}.orb-1{width:340px;height:340px;background:#1d4ed8;right:-110px;top:-110px}.orb-2{width:260px;height:260px;background:#14b8a6;left:-80px;bottom:-80px}.login-shell-v18{position:relative;z-index:1;width:min(1120px,94vw);display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}.login-story{color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.18);border-radius:36px;padding:42px;box-shadow:0 28px 80px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;min-height:620px}.login-brand-mark{display:flex;align-items:center;gap:14px;margin-bottom:30px}.login-brand-mark span{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#0f766e);display:grid;place-items:center;font-size:28px;font-weight:950;box-shadow:0 18px 40px rgba(37,99,235,.35)}.login-brand-mark b{display:block;font-size:22px;font-weight:950}.login-brand-mark small{display:block;color:#bfdbfe;margin-top:4px}.login-story h1{font-size:48px;line-height:1.35;margin:0 0 16px;font-weight:950;max-width:760px}.login-story p{font-size:18px;line-height:2;color:#dbeafe;max-width:720px;margin:0}.login-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:34px}.login-feature-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:18px}.login-feature-grid b{display:block;color:#93c5fd;font-size:15px;margin-bottom:8px}.login-feature-grid span{display:block;line-height:1.8;color:#fff;font-weight:800}.login-panel-v18{background:rgba(255,255,255,.96);border:1px solid rgba(226,232,240,.75);border-radius:36px;padding:34px;box-shadow:0 28px 80px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center}.login-panel-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.login-panel-head h2{margin:0;font-size:25px;font-weight:950}.login-panel-head p{margin:5px 0 0;color:#64748b;line-height:1.7}.tenant-chip.premium{background:linear-gradient(135deg,#eff6ff,#f0fdfa);color:#1e40af;border-color:#bfdbfe;margin:0 0 18px;border-radius:18px;text-align:right}.login-form-v18 input{padding:15px 16px;border-radius:18px}.login-submit{width:100%;padding:14px 18px;border-radius:18px;margin-top:4px;font-size:15px}.login-help-box{display:grid;gap:4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:16px;margin-top:18px}.login-help-box b{color:#0f172a}.login-help-box span{color:#64748b;line-height:1.8;font-size:13px}.login-panel-v18 footer{text-align:center;color:#94a3b8;font-size:12px;margin-top:18px}.team-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;align-items:stretch;background:linear-gradient(135deg,#0f172a,#1d4ed8 62%,#0f766e);color:#fff;border-radius:32px;padding:28px;box-shadow:0 24px 65px rgba(15,23,42,.16);overflow:hidden;position:relative}.team-hero:before{content:"";position:absolute;left:-100px;bottom:-130px;width:320px;height:320px;background:rgba(255,255,255,.1);border-radius:50%}.team-hero h2{margin:8px 0;font-size:32px;font-weight:950}.team-hero p{color:#dbeafe;line-height:2;margin:0;max-width:760px}.team-quota{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.20);border-radius:24px;padding:20px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.team-quota b{font-size:34px;font-weight:950}.team-quota span{color:#dbeafe;line-height:1.7}.team-form-card,.role-guide-card{box-shadow:0 18px 50px rgba(15,23,42,.08)}.role-guide-list{display:grid;gap:10px;margin-top:14px}.role-guide-list div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:13px}.role-guide-list b{display:block;color:#0f172a;margin-bottom:5px}.role-guide-list span{display:block;color:#64748b;font-size:13px;line-height:1.8}.switch-row{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.switch-row input{width:auto}.team-table td b{display:block;color:#0f172a}.team-table td small{display:block;color:#64748b;margin-top:3px}.decision-board-v18{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:18px}.decision-panel{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:26px;padding:22px;box-shadow:0 16px 42px rgba(15,23,42,.07)}.decision-panel h3{margin:0 0 10px;font-size:20px;font-weight:950}.decision-step{display:flex;gap:12px;border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:14px;margin-top:10px}.decision-step b{width:34px;height:34px;border-radius:14px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;flex:0 0 34px}.decision-step span{display:block;color:#334155;line-height:1.8;font-weight:700}.moasher-empty-upgrade{background:#fff;border:1px dashed #bfdbfe;border-radius:24px;padding:28px;text-align:center;color:#475569}.moasher-empty-upgrade h3{color:#0f172a;font-weight:950;margin:0 0 8px}.report-document .section-body p,.archive-text{font-size:14px}.commercial-message{border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#f0fdfa);border-radius:22px;padding:16px;color:#1e3a8a;line-height:1.9;font-weight:800}.commercial-message b{color:#0f172a}.import-readiness-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:22px;padding:18px}.import-readiness-card b{display:block;font-size:16px;color:#0f172a;margin-bottom:6px}.import-readiness-card span{display:block;color:#64748b;line-height:1.8}@media(max-width:980px){.login-shell-v18,.team-hero,.decision-board-v18{grid-template-columns:1fr}.login-story{display:none}.login-panel-v18{padding:24px}.login-shell-v18{width:min(520px,94vw)}.login-panel-head{align-items:flex-start}.login-feature-grid{grid-template-columns:1fr}}@media(max-width:720px){.team-hero{padding:22px}.team-hero h2{font-size:26px}.team-quota b{font-size:28px}}

/* =========================================================
   Moasher V1.9 — Professional UI, Mobile, Sidebar, Login, AI Reports
   ========================================================= */
:root{
  --moasher-navy:#071426;
  --moasher-ink:#0f172a;
  --moasher-muted:#64748b;
  --moasher-blue:#2563eb;
  --moasher-cyan:#06b6d4;
  --moasher-teal:#0f766e;
  --moasher-green:#16a34a;
  --moasher-orange:#f59e0b;
  --moasher-red:#dc2626;
  --moasher-bg:#f5f8fc;
  --moasher-border:#e2e8f0;
  --moasher-card:#ffffff;
  --sidebar-w:308px;
  --sidebar-w-collapsed:92px;
}
html{scroll-behavior:smooth}
body.moasher-v19{background:var(--moasher-bg);color:var(--moasher-ink)}
.moasher-v19 .layout{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);min-height:100vh;transition:grid-template-columns .25s ease}
body.sidebar-collapsed.moasher-v19 .layout{grid-template-columns:var(--sidebar-w-collapsed) minmax(0,1fr)}
.moasher-v19 .sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#071426 0%,#0f1e35 55%,#102a3f 100%);color:#fff;border-left:1px solid rgba(255,255,255,.08);box-shadow:-18px 0 55px rgba(15,23,42,.16);padding:18px 16px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:hidden;z-index:80}
.moasher-v19 .sidebar::-webkit-scrollbar{width:4px}.moasher-v19 .sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:99px}
.sidebar-brand-block{display:flex;align-items:center;justify-content:space-between;gap:10px}.v19-brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff;padding:0}.v19-brand .brand-icon{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#0f766e);display:grid;place-items:center;font-size:26px;font-weight:950;box-shadow:0 18px 40px rgba(37,99,235,.22)}.v19-brand h1{margin:0;font-size:20px;font-weight:950}.v19-brand span{display:block;color:#b6c8e7;font-size:12px;margin-top:3px;direction:ltr;text-align:right}.sidebar-collapse-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;cursor:pointer;font-weight:900}.sidebar-context{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:13px 14px}.sidebar-context span{display:block;color:#93c5fd;font-size:11px;font-weight:900;margin-bottom:5px}.sidebar-context b{display:block;font-size:13px;line-height:1.5}.v19-nav{display:grid;gap:4px}.v19-nav .nav-title{margin:14px 2px 6px;color:#a9bbd7;font-size:11px;font-weight:900;letter-spacing:.02em}.v19-nav .nav-title span{display:block;color:#dbeafe}.v19-nav .nav-title small{display:block;color:#7f93b5;font-size:10px;font-weight:600;margin-top:4px;line-height:1.5}.v19-nav a{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;text-decoration:none;color:#dbeafe;border:1px solid transparent;border-radius:17px;padding:11px 10px;position:relative;transition:.2s ease}.v19-nav a b{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-size:17px}.v19-nav a span{display:block;font-weight:900;font-size:14px}.v19-nav a small{display:block;color:#8aa1c2;font-size:11px;line-height:1.5;margin-top:3px}.v19-nav a:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.10);transform:translateX(-2px)}.v19-nav a.active{background:linear-gradient(135deg,rgba(37,99,235,.36),rgba(6,182,212,.18));border-color:rgba(147,197,253,.32);box-shadow:0 16px 34px rgba(0,0,0,.18)}.v19-nav a.active:before{content:"";position:absolute;right:-16px;top:12px;bottom:12px;width:4px;background:#60a5fa;border-radius:99px}.sidebar-store-card{margin-top:auto;background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(15,118,110,.16));border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:14px;display:grid;gap:12px}.sidebar-store-card b{display:block;color:#fff}.sidebar-store-card span{display:block;color:#bfd7ff;font-size:12px;line-height:1.6}.sidebar-store-card a{display:block;text-align:center;background:#fff;color:#1d4ed8;text-decoration:none;border-radius:14px;padding:9px;font-weight:950;font-size:12px}
body.sidebar-collapsed .v19-brand div:not(.brand-icon),body.sidebar-collapsed .sidebar-context,body.sidebar-collapsed .v19-nav .nav-title small,body.sidebar-collapsed .v19-nav a span,body.sidebar-collapsed .v19-nav a small,body.sidebar-collapsed .sidebar-store-card div,body.sidebar-collapsed .sidebar-store-card a{display:none}body.sidebar-collapsed .sidebar{padding:18px 12px}body.sidebar-collapsed .sidebar-brand-block{justify-content:center}body.sidebar-collapsed .sidebar-collapse-btn{display:none}body.sidebar-collapsed .v19-nav a{grid-template-columns:1fr;justify-items:center;padding:10px}body.sidebar-collapsed .v19-nav a.active:before{right:-12px}.moasher-v19 .main{min-width:0}.v19-topbar{position:sticky;top:0;z-index:50;background:rgba(245,248,252,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.78);padding:16px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-title-row{display:flex;align-items:center;gap:12px}.page-kicker{color:#2563eb;font-weight:950;font-size:12px;margin-bottom:3px}.v19-topbar h2{font-size:25px;margin:0;font-weight:950;color:#0f172a}.v19-topbar .sub{font-size:13px;color:#64748b;margin-top:4px;line-height:1.5}.mobile-menu-btn{display:none;width:44px;height:44px;border-radius:16px;border:1px solid #dbeafe;background:#fff;color:#1d4ed8;font-size:20px;font-weight:950}.topbar-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.store-mini-link{display:inline-flex;align-items:center;gap:7px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;text-decoration:none;border-radius:999px;padding:9px 14px;font-weight:950;font-size:12px}.store-mini-link:before{content:"↗"}.support-toggle{border:1px solid #dbeafe;background:#fff;color:#0f172a;border-radius:999px;padding:9px 14px;font-weight:950;cursor:pointer}.topbar-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:9px 14px;min-width:160px}.topbar-card span{display:block;font-weight:950;color:#0f172a}.topbar-card small{display:block;color:#64748b;margin-top:2px}.moasher-v19 .content{padding:26px;max-width:1560px;margin:0 auto;width:100%}.mobile-sidebar-backdrop{display:none}
@media(max-width:1080px){.moasher-v19 .layout{display:block}.moasher-v19 .sidebar{position:fixed;right:0;top:0;bottom:0;width:310px;transform:translateX(105%);transition:transform .25s ease;border-radius:0;z-index:100}.sidebar-open.moasher-v19 .sidebar{transform:translateX(0)}.mobile-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.48);opacity:0;pointer-events:none;transition:.2s ease;z-index:90}.sidebar-open .mobile-sidebar-backdrop{opacity:1;pointer-events:auto}.mobile-menu-btn{display:inline-grid;place-items:center}.v19-topbar{padding:12px 14px}.v19-topbar h2{font-size:20px}.topbar-tools{display:none}.moasher-v19 .content{padding:16px}.sidebar-collapse-btn{display:none}}@media(max-width:680px){.v19-topbar .sub{display:none}.moasher-v19 .sidebar{width:min(310px,88vw)}.moasher-v19 .content{padding:12px}.card,.professional-card{border-radius:20px!important}.table-wrap{overflow:auto}.stats-grid,.grid-2,.grid-3,.grid-auto{grid-template-columns:1fr!important}}

/* Login V1.9 */
.moasher-login-v19{min-height:100vh;background:#071426;display:grid;place-items:center;font-family:'IBM Plex Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif;overflow-x:hidden;position:relative;padding:28px}.login-v19-bg{position:absolute;inset:0;background:radial-gradient(circle at 15% 18%,rgba(37,99,235,.55),transparent 30%),radial-gradient(circle at 82% 12%,rgba(20,184,166,.38),transparent 32%),radial-gradient(circle at 55% 90%,rgba(14,165,233,.28),transparent 30%),linear-gradient(135deg,#061426,#0f172a 55%,#092c3f)}.login-v19-bg span{position:absolute;border-radius:50%;filter:blur(20px);opacity:.36}.login-v19-bg span:nth-child(1){width:300px;height:300px;background:#2563eb;right:-80px;top:-80px}.login-v19-bg span:nth-child(2){width:260px;height:260px;background:#14b8a6;left:-90px;bottom:-80px}.login-v19-bg span:nth-child(3){width:180px;height:180px;background:#f59e0b;left:20%;top:12%;opacity:.16}.login-v19-shell{position:relative;z-index:1;width:min(1220px,96vw);display:grid;grid-template-columns:1.18fr .82fr;gap:24px;align-items:stretch}.login-v19-showcase,.login-v19-panel{border-radius:38px;border:1px solid rgba(255,255,255,.16);box-shadow:0 35px 90px rgba(0,0,0,.34)}.login-v19-showcase{min-height:690px;color:#fff;padding:38px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.06));display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.login-v19-showcase:after{content:"";position:absolute;left:-80px;top:70px;width:220px;height:220px;border-radius:50%;border:40px solid rgba(255,255,255,.04)}.login-v19-brand{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.brand-orb,.mini-logo{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#2563eb,#0f766e);display:grid;place-items:center;font-size:28px;font-weight:950;color:#fff;box-shadow:0 18px 45px rgba(37,99,235,.32)}.login-v19-brand b{display:block;font-size:24px;font-weight:950}.login-v19-brand small{display:block;color:#bfdbfe;margin-top:4px}.showcase-copy{position:relative;z-index:1;margin-top:22px}.showcase-kicker{display:inline-flex;background:rgba(96,165,250,.18);border:1px solid rgba(147,197,253,.30);border-radius:999px;padding:8px 13px;color:#dbeafe;font-weight:900;font-size:12px}.showcase-copy h1{font-size:46px;line-height:1.35;margin:18px 0 14px;font-weight:950;letter-spacing:-.02em}.showcase-copy p{font-size:17px;line-height:2;color:#dbeafe;max-width:760px}.login-dashboard-preview{position:relative;z-index:1;background:rgba(255,255,255,.96);color:#0f172a;border-radius:30px;padding:18px;border:1px solid rgba(255,255,255,.5);box-shadow:0 24px 60px rgba(0,0,0,.22);margin-top:20px}.preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.preview-head b{font-weight:950}.preview-head span{color:#2563eb;background:#eff6ff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.preview-metrics div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px}.preview-metrics span{display:block;color:#64748b;font-size:12px;font-weight:800}.preview-metrics b{display:block;font-size:24px;font-weight:950;margin:4px 0}.preview-metrics i{font-style:normal;font-size:11px;border-radius:999px;padding:3px 8px;background:#e0f2fe;color:#0369a1;font-weight:900}.preview-metrics .up{background:#dcfce7;color:#15803d}.preview-metrics .down{background:#fee2e2;color:#dc2626}.preview-chart-row{display:grid;grid-template-columns:1fr 190px;gap:12px;margin-top:12px}.preview-bars{height:142px;display:flex;align-items:end;gap:12px;background:linear-gradient(180deg,#f8fafc,#eef6ff);border:1px solid #e2e8f0;border-radius:20px;padding:16px}.preview-bars i{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#2563eb,#06b6d4)}.preview-donut{height:142px;border-radius:20px;background:conic-gradient(#2563eb 0 74%,#e2e8f0 74% 100%);display:grid;place-items:center;position:relative}.preview-donut:after{content:"";position:absolute;inset:20px;background:#fff;border-radius:50%}.preview-donut b,.preview-donut span{position:relative;z-index:1}.preview-donut b{font-size:24px;font-weight:950}.preview-donut span{display:block;align-self:start;margin-top:-34px;color:#64748b;font-size:11px;font-weight:800}.preview-tasks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.preview-tasks div{border:1px solid #e2e8f0;border-radius:18px;padding:12px}.preview-tasks b{display:block}.preview-tasks span{display:block;color:#64748b;font-size:12px;margin-top:4px}.login-v19-links{position:relative;z-index:1;display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}.login-v19-links a{background:#fff;color:#1d4ed8;text-decoration:none;border-radius:999px;padding:11px 16px;font-weight:950}.login-v19-links span{color:#cbd5e1;font-size:13px}.login-v19-panel{background:rgba(255,255,255,.97);padding:34px;display:flex;flex-direction:column;justify-content:center}.login-panel-topline{display:flex;align-items:center;gap:15px;margin-bottom:16px}.login-panel-topline h2{margin:0;font-size:26px;font-weight:950}.login-panel-topline p{margin:4px 0 0;color:#64748b;line-height:1.7}.login-form-v19 input{padding:15px 16px;border-radius:18px;border:1px solid #dbe3ef}.login-submit-v19{width:100%;padding:15px 18px;border-radius:18px;font-size:15px;font-weight:950;margin-top:4px}.login-v19-assist{margin-top:18px;background:linear-gradient(135deg,#eff6ff,#f0fdfa);border:1px solid #bfdbfe;border-radius:22px;padding:16px;display:grid;gap:6px}.login-v19-assist b{color:#0f172a}.login-v19-assist span{color:#475569;line-height:1.8;font-size:13px}.login-v19-assist a{color:#1d4ed8;font-weight:950;text-decoration:none}.login-v19-panel footer{text-align:center;color:#94a3b8;font-size:12px;margin-top:18px}@media(max-width:1020px){.login-v19-shell{grid-template-columns:1fr;max-width:560px}.login-v19-showcase{display:none}.login-v19-panel{border-radius:30px}.moasher-login-v19{padding:16px}}@media(max-width:540px){.login-v19-panel{padding:22px}.login-panel-topline{align-items:flex-start}.mini-logo{width:48px;height:48px;border-radius:16px}.login-panel-topline h2{font-size:21px}}

/* AI Reports V1.9 */
.v19-ai-reports{display:grid;gap:22px}.ai-command-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:stretch;background:linear-gradient(135deg,#071426,#1d4ed8 64%,#0f766e);color:#fff;border-radius:34px;padding:28px;box-shadow:0 24px 70px rgba(15,23,42,.16);overflow:hidden;position:relative}.ai-command-hero:before{content:"";position:absolute;left:-120px;bottom:-140px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.08)}.command-copy{position:relative;z-index:1}.ai-command-hero h2{font-size:38px;line-height:1.35;margin:10px 0 12px;font-weight:950;letter-spacing:-.02em}.ai-command-hero p{color:#dbeafe;line-height:2;font-size:16px;max-width:820px}.ai-control-card{position:relative;z-index:1;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:28px;padding:22px;display:grid;place-items:center;text-align:center}.quota-details strong{display:block;font-size:18px;margin-top:10px}.quota-details p{margin:7px 0 0;color:#dbeafe;line-height:1.8;font-size:13px}.quota-ring{--p:0; width:132px;height:132px;border-radius:50%;background:conic-gradient(#22c55e calc(var(--p) * 1%),rgba(255,255,255,.18) 0);display:grid;place-items:center;position:relative}.quota-ring:after{content:"";position:absolute;inset:13px;border-radius:50%;background:#fff}.quota-ring b,.quota-ring span{position:relative;z-index:1;color:#0f172a}.quota-ring b{font-size:30px;font-weight:950}.quota-ring span{display:block;font-size:11px;font-weight:900;margin-top:34px;position:absolute}.report-type-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.report-type-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:16px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.report-type-card b{display:block;color:#0f172a;font-weight:950;margin-bottom:5px}.report-type-card span{display:block;color:#64748b;line-height:1.7;font-size:13px}.report-type-card.active{border-color:#93c5fd;background:linear-gradient(135deg,#eff6ff,#fff)}.v19-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.v19-report-workspace{display:grid;grid-template-columns:310px minmax(0,1fr);gap:20px;align-items:start}.report-side{display:grid;gap:14px;position:sticky;top:96px}.side-card.enhanced{background:linear-gradient(135deg,#fff,#f8fbff)}.status-pill{display:inline-flex;border-radius:999px;padding:7px 11px;font-weight:950;font-size:12px;margin-bottom:10px}.status-pill.success{background:#dcfce7;color:#15803d}.muted-pill{background:#f1f5f9;color:#64748b}.sticky-guide a{display:block;text-decoration:none;color:#1d4ed8;background:#eff6ff;border-radius:14px;padding:10px 12px;margin-top:8px;font-weight:900;font-size:13px}.v19-document{background:#fff;border:1px solid #e2e8f0;border-radius:30px;box-shadow:0 18px 55px rgba(15,23,42,.08);overflow:hidden}.v19-document .report-document-head{background:linear-gradient(135deg,#f8fafc,#eff6ff);padding:24px;border-bottom:1px solid #e2e8f0}.report-action-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 22px;border-bottom:1px solid #e2e8f0;background:#fff}.report-action-board div{border:1px solid #e2e8f0;border-radius:18px;padding:14px;background:#f8fafc}.report-action-board b{display:block;color:#0f172a;margin-bottom:6px}.report-action-board span{display:block;color:#64748b;line-height:1.7;font-size:13px}.report-sections-timeline{display:grid;gap:0;padding:8px 22px 24px}.report-section-tile{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;padding:18px 0;position:relative}.report-section-tile:not(:last-child):after{content:"";position:absolute;right:26px;top:76px;bottom:-20px;width:2px;background:#e2e8f0}.section-timeline-icon{width:54px;height:54px;border-radius:20px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-weight:950;font-size:18px;position:relative;z-index:1}.section-tile-body{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.04)}.report-section-tile.sec-strength .section-timeline-icon{background:#dcfce7;color:#15803d}.report-section-tile.sec-risk .section-timeline-icon,.report-section-tile.sec-gap .section-timeline-icon{background:#fee2e2;color:#dc2626}.report-section-tile.sec-remedial .section-timeline-icon{background:#ffedd5;color:#c2410c}.report-section-tile.sec-enrich .section-timeline-icon{background:#fef3c7;color:#b45309}.report-section-tile.sec-recommend .section-timeline-icon{background:#ede9fe;color:#7c3aed}.section-tile-body .section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #eef2f7;padding-bottom:10px;margin-bottom:10px}.section-tile-body .section-head span{display:inline-flex;background:#f1f5f9;color:#64748b;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:950}.section-tile-body h3{margin:6px 0 0;font-size:19px;font-weight:950;color:#0f172a}.section-body p{line-height:2;color:#334155;margin:0 0 9px}.report-bullets{display:grid;gap:8px;margin:8px 0 0;padding:0;list-style:none}.report-bullets li{position:relative;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:10px 36px 10px 12px;color:#334155;line-height:1.7}.report-bullets li:before{content:"✓";position:absolute;right:11px;top:12px;width:18px;height:18px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:11px;font-weight:950}.section-action-hint{margin-top:12px;border:1px solid #bfdbfe;background:#eff6ff;border-radius:16px;padding:12px}.section-action-hint b{display:block;color:#1e3a8a;margin-bottom:4px}.section-action-hint span{display:block;color:#475569;line-height:1.7;font-size:13px}.v19-archive{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:20px;box-shadow:0 16px 45px rgba(15,23,42,.06)}.v19-empty-report{border:1px dashed #93c5fd;background:linear-gradient(135deg,#fff,#eff6ff);border-radius:28px;padding:42px;text-align:center}@media(max-width:1160px){.ai-command-hero,.v19-report-workspace{grid-template-columns:1fr}.report-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.report-type-board,.v19-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ai-command-hero{padding:20px;border-radius:24px}.ai-command-hero h2{font-size:26px}.report-side,.report-type-board,.v19-strip,.report-action-board{grid-template-columns:1fr}.v19-document .report-document-head{display:block;padding:18px}.report-sections-timeline{padding:6px 12px 18px}.report-section-tile{grid-template-columns:1fr;gap:8px}.report-section-tile:not(:last-child):after{display:none}.section-timeline-icon{width:44px;height:44px;border-radius:16px}.section-tile-body{padding:14px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%;text-align:center}}

@media print{.sidebar,.v19-topbar,.report-side,.hero-actions,.report-type-board,.support-drawer,.mobile-sidebar-backdrop{display:none!important}.moasher-v19 .layout{display:block}.moasher-v19 .content{padding:0}.ai-command-hero{box-shadow:none;border-radius:0;color:#0f172a;background:#fff}.v19-document,.v19-archive{box-shadow:none;border-color:#cbd5e1}.report-section-tile{break-inside:avoid}.section-action-hint{border-color:#cbd5e1;background:#fff}}

/* =========================================================
   Moasher V1.9.1 — Sidebar Navigation Repair
   إصلاح جذري للقائمة الجانبية وتوافق الهاتف
   ========================================================= */
body.moasher-v19.nav-rebuild{
  --sidebar-w:304px;
  --sidebar-w-collapsed:96px;
  --nav-bg-1:#061224;
  --nav-bg-2:#0d2139;
  --nav-bg-3:#0c3545;
  --nav-border:rgba(255,255,255,.10);
  --nav-muted:#9fb2d2;
  --nav-soft:#d9e7ff;
}
body.moasher-v19.nav-rebuild .layout{
  display:grid!important;
  grid-template-columns:var(--sidebar-w) minmax(0,1fr)!important;
  min-height:100vh;
}
body.moasher-v19.nav-rebuild.sidebar-collapsed .layout{
  grid-template-columns:var(--sidebar-w-collapsed) minmax(0,1fr)!important;
}
body.moasher-v19.nav-rebuild .sidebar{
  width:auto!important;
  min-width:0!important;
  position:sticky!important;
  right:auto!important;
  top:0!important;
  height:100vh!important;
  padding:18px 14px!important;
  background:
    radial-gradient(circle at 20% 6%,rgba(37,99,235,.34),transparent 26%),
    radial-gradient(circle at 88% 92%,rgba(20,184,166,.22),transparent 26%),
    linear-gradient(180deg,var(--nav-bg-1),var(--nav-bg-2) 58%,var(--nav-bg-3))!important;
  border-left:1px solid var(--nav-border)!important;
  box-shadow:-18px 0 54px rgba(15,23,42,.16)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  z-index:80!important;
  transform:none!important;
  border-radius:0!important;
  display:flex!important;
  flex-direction:column!important;
}
.nav-rebuild .sidebar-brand-block{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:0 2px 12px!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.nav-rebuild .v19-brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  margin:0!important;
  color:#fff!important;
}
.nav-rebuild .v19-brand .brand-icon{
  width:50px!important;height:50px!important;border-radius:18px!important;
  background:linear-gradient(135deg,#2563eb,#0891b2)!important;
  box-shadow:0 16px 38px rgba(37,99,235,.28)!important;
  flex:0 0 50px!important;
}
.nav-rebuild .v19-brand h1{font-size:20px!important;margin:0!important;font-weight:950!important;white-space:nowrap!important}
.nav-rebuild .v19-brand span{font-size:12px!important;color:#aac2e7!important;direction:ltr!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:170px!important}
.nav-rebuild .sidebar-actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}
.nav-rebuild .sidebar-collapse-btn,.nav-rebuild .sidebar-close-btn{
  width:40px!important;height:40px!important;border-radius:15px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:rgba(255,255,255,.08)!important;color:#fff!important;
  cursor:pointer!important;font-weight:950!important;line-height:1!important;
}
.nav-rebuild .sidebar-close-btn{display:none!important;font-size:25px!important;background:rgba(239,68,68,.16)!important;border-color:rgba(248,113,113,.28)!important}
.nav-rebuild .sidebar-context{
  margin:12px 0 2px!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:20px!important;
  padding:13px 14px!important;
}
.nav-rebuild .sidebar-context span{display:block!important;color:#93c5fd!important;font-size:11px!important;font-weight:900!important;margin-bottom:5px!important}
.nav-rebuild .sidebar-context b{display:block!important;color:#fff!important;font-size:13px!important;line-height:1.6!important;overflow:hidden!important;text-overflow:ellipsis!important}
.nav-rebuild .v19-nav{display:grid!important;gap:4px!important;padding-top:4px!important}
.nav-rebuild .v19-nav .nav-title{
  margin:16px 4px 7px!important;
  padding:0!important;
  color:var(--nav-muted)!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:0!important;
}
.nav-rebuild .v19-nav .nav-title span{display:block!important;color:#d9e7ff!important;font-weight:950!important;font-size:11px!important;white-space:nowrap!important}
.nav-rebuild .v19-nav .nav-title small{display:block!important;color:#8098bd!important;font-size:10px!important;line-height:1.5!important;margin-top:3px!important;font-weight:600!important}
.nav-rebuild .v19-nav a{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  padding:10px 11px!important;
  min-height:62px!important;
  border-radius:19px!important;
  border:1px solid transparent!important;
  color:#dbeafe!important;
  background:transparent!important;
  text-decoration:none!important;
  margin:0!important;
  transform:none!important;
}
.nav-rebuild .v19-nav a .nav-ico,
.nav-rebuild .v19-nav a b.nav-ico{
  width:42px!important;height:42px!important;border-radius:16px!important;
  display:grid!important;place-items:center!important;
  background:rgba(255,255,255,.085)!important;
  color:#fff!important;
  font-size:18px!important;font-weight:950!important;
  flex:0 0 42px!important;
}
.nav-rebuild .v19-nav a .nav-copy{display:block!important;min-width:0!important}
.nav-rebuild .v19-nav a .nav-label{display:block!important;font-size:14px!important;font-weight:950!important;line-height:1.25!important;color:#f8fbff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.nav-rebuild .v19-nav a small{display:block!important;font-size:11px!important;font-weight:600!important;line-height:1.55!important;color:#93a9c9!important;margin-top:4px!important;white-space:normal!important}
.nav-rebuild .v19-nav a:hover{background:rgba(255,255,255,.085)!important;border-color:rgba(255,255,255,.10)!important;transform:none!important}
.nav-rebuild .v19-nav a.active{
  background:linear-gradient(135deg,rgba(37,99,235,.42),rgba(6,182,212,.20))!important;
  border-color:rgba(147,197,253,.38)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.16)!important;
}
.nav-rebuild .v19-nav a.active:before{
  content:""!important;position:absolute!important;right:-14px!important;top:14px!important;bottom:14px!important;width:4px!important;background:#60a5fa!important;border-radius:999px!important;
}
.nav-rebuild .v19-nav a.active .nav-ico{background:linear-gradient(135deg,#2563eb,#8b5cf6)!important}
.nav-rebuild .sidebar-store-card{
  margin-top:auto!important;
  background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(15,118,110,.16))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:22px!important;
  padding:14px!important;
}
/* Collapsed desktop: compact, clean, no broken labels */
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar{padding:18px 12px!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-brand-block{justify-content:center!important;border-bottom:0!important;padding-bottom:10px!important;gap:8px!important;flex-direction:column!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-brand div:not(.brand-icon),
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-context,
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav .nav-title,
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a .nav-copy,
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-store-card{display:none!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav{gap:8px!important;margin-top:10px!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a{grid-template-columns:1fr!important;justify-items:center!important;min-height:54px!important;padding:8px!important;border-radius:18px!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a .nav-ico{width:44px!important;height:44px!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a.active:before{right:-12px!important;top:10px!important;bottom:10px!important}

/* V1.9.2 — keep expand control visible when desktop sidebar is collapsed */
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-actions{
  display:flex!important;
  justify-content:center!important;
  width:100%!important;
  margin-top:2px!important;
}
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-close-btn{display:none!important}
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-collapse-btn{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#2563eb,#0891b2)!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 12px 28px rgba(37,99,235,.24)!important;
}
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-collapse-btn::after{
  content:"توسيع";
  position:absolute;
  right:calc(100% + 10px);
  top:50%;
  transform:translateY(-50%);
  background:#0f172a;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 36px rgba(2,6,23,.24);
  border-radius:12px;
  padding:7px 10px;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:.16s ease;
}
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-collapse-btn:hover::after{opacity:1}
@media(max-width:1080px){
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-brand-block{flex-direction:row!important}
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-actions{width:auto!important;margin-top:0!important}
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-collapse-btn{display:none!important}
}

/* Topbar and content spacing */
.nav-rebuild .v19-topbar{min-height:82px!important;padding:14px 26px!important}
.nav-rebuild .mobile-menu-btn{
  display:none!important;width:46px!important;height:46px!important;border-radius:16px!important;
  border:1px solid #dbeafe!important;background:#fff!important;color:#1d4ed8!important;
  padding:0!important;place-items:center!important;gap:4px!important;
}
.nav-rebuild .mobile-menu-btn span{display:block!important;width:18px!important;height:2px!important;background:#1d4ed8!important;border-radius:99px!important}
/* Mobile drawer */
@media(max-width:1080px){
  body.moasher-v19.nav-rebuild{overflow-x:hidden!important}
  body.moasher-v19.nav-rebuild .layout{display:block!important;grid-template-columns:none!important}
  body.moasher-v19.nav-rebuild .sidebar{
    position:fixed!important;right:0!important;top:0!important;bottom:0!important;
    width:min(334px,86vw)!important;height:100dvh!important;
    transform:translateX(105%)!important;transition:transform .24s ease!important;
    border-radius:0!important;z-index:120!important;padding:16px 14px!important;
    box-shadow:-28px 0 70px rgba(2,6,23,.28)!important;
  }
  body.moasher-v19.nav-rebuild.sidebar-open{overflow:hidden!important}
  body.moasher-v19.nav-rebuild.sidebar-open .sidebar{transform:translateX(0)!important}
  body.moasher-v19.nav-rebuild .mobile-sidebar-backdrop{
    display:block!important;position:fixed!important;inset:0!important;
    background:rgba(2,6,23,.58)!important;backdrop-filter:blur(4px)!important;
    opacity:0!important;pointer-events:none!important;transition:.2s ease!important;z-index:110!important;
  }
  body.moasher-v19.nav-rebuild.sidebar-open .mobile-sidebar-backdrop{opacity:1!important;pointer-events:auto!important}
  body.moasher-v19.nav-rebuild .sidebar-close-btn{display:inline-grid!important;place-items:center!important}
  body.moasher-v19.nav-rebuild .sidebar-collapse-btn{display:none!important}
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar{padding:16px 14px!important}
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-brand-block{justify-content:space-between!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding-bottom:12px!important}
  body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-brand div:not(.brand-icon),
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-context,
  body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav .nav-title,
  body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a .nav-copy,
  body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-store-card{display:block!important}
  body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a{grid-template-columns:42px minmax(0,1fr)!important;justify-items:stretch!important;min-height:62px!important;padding:10px 11px!important}
  body.moasher-v19.nav-rebuild .mobile-menu-btn{display:inline-grid!important}
  body.moasher-v19.nav-rebuild .v19-topbar{padding:12px 14px!important;min-height:72px!important;align-items:center!important}
  body.moasher-v19.nav-rebuild .v19-topbar h2{font-size:20px!important;line-height:1.35!important}
  body.moasher-v19.nav-rebuild .topbar-tools{display:none!important}
  body.moasher-v19.nav-rebuild .content{padding:16px!important;max-width:100%!important}
  body.moasher-v19.nav-rebuild .v19-nav .nav-title{margin-top:15px!important}
  body.moasher-v19.nav-rebuild .v19-nav a small{font-size:11px!important;line-height:1.5!important}
}
@media(max-width:560px){
  body.moasher-v19.nav-rebuild .sidebar{width:min(326px,88vw)!important;padding:14px 12px!important}
  .nav-rebuild .v19-brand .brand-icon{width:46px!important;height:46px!important;flex-basis:46px!important}
  .nav-rebuild .v19-brand h1{font-size:18px!important}
  body.moasher-v19.nav-rebuild .v19-nav a{min-height:58px!important;border-radius:17px!important}
  body.moasher-v19.nav-rebuild .v19-nav a .nav-label{font-size:13.5px!important}
  body.moasher-v19.nav-rebuild .v19-nav a small{display:none!important}
  body.moasher-v19.nav-rebuild .sidebar-store-card span{display:none!important}
  body.moasher-v19.nav-rebuild .v19-topbar .sub{display:none!important}
  body.moasher-v19.nav-rebuild .content{padding:12px!important}
}

/* ===== Moasher V2.0 Smart Import & Scoped Results ===== */
.smart-import-hero,.scope-hero,.mapping-hero{display:flex;justify-content:space-between;gap:22px;align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a 58%,#0e7490);color:#fff;border:0;overflow:hidden;position:relative}.smart-import-hero:before,.scope-hero:before,.mapping-hero:before{content:"";position:absolute;inset:auto -80px -90px auto;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.1)}.smart-import-hero h2,.scope-hero h2,.mapping-hero h2{font-size:28px;margin:8px 0 10px}.smart-import-hero p,.scope-hero p,.mapping-hero p{max-width:780px;color:rgba(255,255,255,.82);line-height:1.9}.smart-quota-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:20px;min-width:210px;text-align:center;backdrop-filter:blur(10px)}.smart-quota-card b{display:block;font-size:34px}.smart-quota-card span{font-size:13px;color:rgba(255,255,255,.8)}.smart-import-grid{margin-top:18px}.pro-card h3{font-size:20px;margin-bottom:8px}.pro-form{display:grid;gap:12px}.pro-form input[type=file],.scope-filter-form select{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.toggle-line{display:flex;gap:8px;align-items:center;font-weight:700}.field-help{font-size:13px;color:#64748b;line-height:1.8}.steps-list{display:grid;gap:12px;margin:0;padding:0 18px}.steps-list li{line-height:1.8}.mapping-sheets{margin-top:18px}.mapping-card{border-right:5px solid #2563eb}.mini-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.mini-tags span{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.mini-tags small{color:#64748b;margin-inline-start:4px}.mini-summary{display:flex;gap:8px;flex-wrap:wrap}.mini-summary span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px;font-size:12px}.warning-list{margin-top:18px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}.scope-filter-form{margin-top:18px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:14px}.filter-grid label{font-size:13px;font-weight:800;color:#334155}.filter-grid select{margin-top:6px}.scope-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin:18px 0}.metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.06)}.metric-card span{display:block;color:#64748b;font-size:13px;font-weight:700}.metric-card b{display:block;font-size:30px;color:#0f172a;margin:6px 0}.metric-card small{color:#94a3b8}.metric-card.risk{border-color:#fecaca;background:linear-gradient(180deg,#fff,#fff7f7)}.metric-card.risk b{color:#dc2626}.result-panels{margin-top:18px}.chart-placeholder{min-height:300px}.badge.badge-blue{background:#dbeafe;color:#1d4ed8}.alert.alert-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:14px;padding:12px 14px}.alert.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:14px;padding:12px 14px}
@media(max-width:780px){.smart-import-hero,.scope-hero,.mapping-hero{display:block}.smart-quota-card{margin-top:16px}.smart-import-hero h2,.scope-hero h2,.mapping-hero h2{font-size:22px}.filter-grid{grid-template-columns:1fr}.hero-actions{margin-top:14px}.scope-metrics{grid-template-columns:1fr 1fr}.metric-card b{font-size:24px}}

/* =========================================================
   MoasherV2 FINAL NAVIGATION + RESPONSIVE PATCH
   يعيد ضبط القائمة الجانبية والهواتف بشكل حاسم
   ========================================================= */
body.moasher-v20.nav-rebuild,
body.moasher-v19.nav-rebuild{
  --sidebar-w:304px;
  --sidebar-w-collapsed:92px;
  --nav-bg-1:#061224;
  --nav-bg-2:#0d2139;
  --nav-bg-3:#0c3545;
  --nav-line:rgba(255,255,255,.10);
  --nav-muted:#9fb2d2;
  --nav-text:#f8fbff;
  overflow-x:hidden;
}
body.moasher-v20.nav-rebuild .layout,
body.moasher-v19.nav-rebuild .layout{
  display:grid!important;
  grid-template-columns:var(--sidebar-w) minmax(0,1fr)!important;
  min-height:100vh!important;
  width:100%!important;
}
body.moasher-v20.nav-rebuild.sidebar-collapsed .layout,
body.moasher-v19.nav-rebuild.sidebar-collapsed .layout{grid-template-columns:var(--sidebar-w-collapsed) minmax(0,1fr)!important}
body.moasher-v20.nav-rebuild .sidebar,
body.moasher-v19.nav-rebuild .sidebar{
  width:auto!important;max-width:none!important;min-width:0!important;
  height:100vh!important;position:sticky!important;top:0!important;right:auto!important;left:auto!important;
  padding:18px 14px!important;z-index:80!important;
  background:radial-gradient(circle at 18% 8%,rgba(37,99,235,.32),transparent 26%),radial-gradient(circle at 82% 92%,rgba(20,184,166,.24),transparent 26%),linear-gradient(180deg,var(--nav-bg-1),var(--nav-bg-2) 58%,var(--nav-bg-3))!important;
  color:#fff!important;border-left:1px solid var(--nav-line)!important;box-shadow:-18px 0 54px rgba(15,23,42,.16)!important;
  overflow-y:auto!important;overflow-x:hidden!important;transform:none!important;border-radius:0!important;display:flex!important;flex-direction:column!important;
}
body.moasher-v20.nav-rebuild .sidebar-brand-block,
body.moasher-v19.nav-rebuild .sidebar-brand-block{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 2px 14px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
body.moasher-v20.nav-rebuild .v20-brand,
body.moasher-v20.nav-rebuild .v19-brand,
body.moasher-v19.nav-rebuild .v19-brand{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;padding:0!important;margin:0!important;border:0!important;color:#fff!important}
body.moasher-v20.nav-rebuild .brand-icon,
body.moasher-v19.nav-rebuild .brand-icon{width:50px!important;height:50px!important;border-radius:18px!important;background:linear-gradient(135deg,#2563eb,#0891b2)!important;display:grid!important;place-items:center!important;box-shadow:0 16px 38px rgba(37,99,235,.28)!important;flex:0 0 50px!important;font-weight:950!important}
body.moasher-v20.nav-rebuild .brand-copy,
body.moasher-v19.nav-rebuild .brand-copy{min-width:0!important;display:block!important}
body.moasher-v20.nav-rebuild .brand-copy h1,
body.moasher-v20.nav-rebuild .v19-brand h1,
body.moasher-v19.nav-rebuild .v19-brand h1{font-size:20px!important;margin:0!important;font-weight:950!important;white-space:nowrap!important;line-height:1.25!important;color:#fff!important}
body.moasher-v20.nav-rebuild .brand-copy span,
body.moasher-v20.nav-rebuild .v19-brand span,
body.moasher-v19.nav-rebuild .v19-brand span{font-size:12px!important;color:#aac2e7!important;direction:ltr!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:170px!important}
body.moasher-v20.nav-rebuild .sidebar-actions,
body.moasher-v19.nav-rebuild .sidebar-actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}
body.moasher-v20.nav-rebuild .sidebar-collapse-btn,
body.moasher-v20.nav-rebuild .sidebar-close-btn,
body.moasher-v19.nav-rebuild .sidebar-collapse-btn,
body.moasher-v19.nav-rebuild .sidebar-close-btn{width:40px!important;height:40px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;cursor:pointer!important;font-weight:950!important;display:grid!important;place-items:center!important;line-height:1!important;font-family:inherit!important}
body.moasher-v20.nav-rebuild .sidebar-close-btn,
body.moasher-v19.nav-rebuild .sidebar-close-btn{display:none!important;font-size:26px!important;background:rgba(239,68,68,.16)!important;border-color:rgba(248,113,113,.28)!important}
body.moasher-v20.nav-rebuild .sidebar-context,
body.moasher-v19.nav-rebuild .sidebar-context{margin:12px 0 4px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:20px!important;padding:13px 14px!important;display:block!important}
body.moasher-v20.nav-rebuild .sidebar-context span,
body.moasher-v19.nav-rebuild .sidebar-context span{display:block!important;color:#93c5fd!important;font-size:11px!important;font-weight:900!important;margin-bottom:5px!important}
body.moasher-v20.nav-rebuild .sidebar-context b,
body.moasher-v19.nav-rebuild .sidebar-context b{display:block!important;color:#fff!important;font-size:13px!important;line-height:1.6!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.moasher-v20.nav-rebuild .sidebar-context small,
body.moasher-v19.nav-rebuild .sidebar-context small{display:block!important;color:#8aa2c6!important;font-size:11px!important;margin-top:4px!important}
body.moasher-v20.nav-rebuild .v20-nav,
body.moasher-v20.nav-rebuild .v19-nav,
body.moasher-v19.nav-rebuild .v19-nav{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;padding-top:4px!important}
body.moasher-v20.nav-rebuild .nav-title,
body.moasher-v19.nav-rebuild .nav-title{margin:16px 4px 7px!important;padding:0!important;color:var(--nav-muted)!important;font-size:11px!important;font-weight:950!important;letter-spacing:0!important;display:block!important}
body.moasher-v20.nav-rebuild .nav-title span,
body.moasher-v19.nav-rebuild .nav-title span{display:block!important;color:#d9e7ff!important;font-weight:950!important;font-size:11px!important;white-space:nowrap!important}
body.moasher-v20.nav-rebuild .nav-title small,
body.moasher-v19.nav-rebuild .nav-title small{display:block!important;color:#8098bd!important;font-size:10px!important;line-height:1.5!important;margin-top:3px!important;font-weight:600!important}
body.moasher-v20.nav-rebuild .nav-item,
body.moasher-v20.nav-rebuild .v19-nav a,
body.moasher-v19.nav-rebuild .v19-nav a{position:relative!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;padding:10px 11px!important;min-height:62px!important;border-radius:19px!important;border:1px solid transparent!important;color:#dbeafe!important;background:transparent!important;text-decoration:none!important;margin:0!important;transform:none!important}
body.moasher-v20.nav-rebuild .nav-ico,
body.moasher-v19.nav-rebuild .nav-ico{width:42px!important;height:42px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.085)!important;color:#fff!important;font-size:18px!important;font-weight:950!important;flex:0 0 42px!important}
body.moasher-v20.nav-rebuild .nav-copy,
body.moasher-v19.nav-rebuild .nav-copy{display:block!important;min-width:0!important}
body.moasher-v20.nav-rebuild .nav-label,
body.moasher-v19.nav-rebuild .nav-label{display:block!important;font-size:14px!important;font-weight:950!important;line-height:1.25!important;color:#f8fbff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.moasher-v20.nav-rebuild .nav-copy small,
body.moasher-v20.nav-rebuild .v19-nav a small,
body.moasher-v19.nav-rebuild .v19-nav a small{display:block!important;font-size:11px!important;font-weight:600!important;line-height:1.55!important;color:#93a9c9!important;margin-top:4px!important;white-space:normal!important}
body.moasher-v20.nav-rebuild .nav-item:hover,
body.moasher-v20.nav-rebuild .v19-nav a:hover,
body.moasher-v19.nav-rebuild .v19-nav a:hover{background:rgba(255,255,255,.085)!important;border-color:rgba(255,255,255,.10)!important;transform:none!important;color:#fff!important}
body.moasher-v20.nav-rebuild .nav-item.active,
body.moasher-v20.nav-rebuild .v19-nav a.active,
body.moasher-v19.nav-rebuild .v19-nav a.active{background:linear-gradient(135deg,rgba(37,99,235,.42),rgba(6,182,212,.20))!important;border-color:rgba(147,197,253,.38)!important;box-shadow:0 14px 30px rgba(0,0,0,.16)!important;color:#fff!important}
body.moasher-v20.nav-rebuild .nav-item.active:before,
body.moasher-v20.nav-rebuild .v19-nav a.active:before,
body.moasher-v19.nav-rebuild .v19-nav a.active:before{content:""!important;position:absolute!important;right:-14px!important;top:14px!important;bottom:14px!important;width:4px!important;background:#60a5fa!important;border-radius:999px!important}
body.moasher-v20.nav-rebuild .nav-item.active .nav-ico,
body.moasher-v19.nav-rebuild .nav-item.active .nav-ico{background:linear-gradient(135deg,#2563eb,#8b5cf6)!important}
body.moasher-v20.nav-rebuild .sidebar-store-card,
body.moasher-v19.nav-rebuild .sidebar-store-card{margin-top:auto!important;background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(15,118,110,.16))!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:22px!important;padding:14px!important;color:#fff!important}
body.moasher-v20.nav-rebuild .sidebar-store-card span,
body.moasher-v19.nav-rebuild .sidebar-store-card span{display:block;color:#a9bedb;font-size:11px;line-height:1.6;margin-top:4px}
body.moasher-v20.nav-rebuild .sidebar-store-card a,
body.moasher-v19.nav-rebuild .sidebar-store-card a{display:inline-flex;margin-top:10px;padding:8px 12px;border-radius:12px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:900}
body.moasher-v20.nav-rebuild.sidebar-collapsed .sidebar,
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar{padding:18px 12px!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .sidebar-brand-block,
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-brand-block{justify-content:center!important;border-bottom:0!important;padding-bottom:10px!important;gap:8px!important;flex-direction:column!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .brand-copy,
body.moasher-v20.nav-rebuild.sidebar-collapsed .v19-brand div:not(.brand-icon),
body.moasher-v20.nav-rebuild.sidebar-collapsed .sidebar-context,
body.moasher-v20.nav-rebuild.sidebar-collapsed .nav-title,
body.moasher-v20.nav-rebuild.sidebar-collapsed .nav-copy,
body.moasher-v20.nav-rebuild.sidebar-collapsed .sidebar-store-card,
body.moasher-v19.nav-rebuild.sidebar-collapsed .brand-copy,
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-brand div:not(.brand-icon),
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-context,
body.moasher-v19.nav-rebuild.sidebar-collapsed .nav-title,
body.moasher-v19.nav-rebuild.sidebar-collapsed .nav-copy,
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-store-card{display:none!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .v20-nav,
body.moasher-v20.nav-rebuild.sidebar-collapsed .v19-nav,
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav{gap:8px!important;margin-top:10px!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .nav-item,
body.moasher-v20.nav-rebuild.sidebar-collapsed .v19-nav a,
body.moasher-v19.nav-rebuild.sidebar-collapsed .v19-nav a{grid-template-columns:1fr!important;justify-items:center!important;min-height:54px!important;padding:8px!important;border-radius:18px!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .nav-ico,
body.moasher-v19.nav-rebuild.sidebar-collapsed .nav-ico{width:44px!important;height:44px!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .nav-item.active:before,
body.moasher-v19.nav-rebuild.sidebar-collapsed .nav-item.active:before{right:-12px!important;top:10px!important;bottom:10px!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .sidebar-actions,
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-actions{display:flex!important;justify-content:center!important;width:100%!important;margin-top:2px!important}
body.moasher-v20.nav-rebuild.sidebar-collapsed .sidebar-collapse-btn,
body.moasher-v19.nav-rebuild.sidebar-collapsed .sidebar-collapse-btn{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:16px!important;background:linear-gradient(135deg,#2563eb,#0891b2)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 12px 28px rgba(37,99,235,.24)!important}
body.moasher-v20.nav-rebuild .mobile-menu-btn,
body.moasher-v19.nav-rebuild .mobile-menu-btn{display:none!important}
@media (max-width: 1080px){
  body.moasher-v20.nav-rebuild .layout,body.moasher-v19.nav-rebuild .layout{display:block!important;min-height:100vh!important}
  body.moasher-v20.nav-rebuild .main,body.moasher-v19.nav-rebuild .main{width:100%!important;min-width:0!important}
  body.moasher-v20.nav-rebuild .sidebar,body.moasher-v19.nav-rebuild .sidebar{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(360px,88vw)!important;max-width:88vw!important;height:100dvh!important;z-index:1000!important;transform:translateX(110%)!important;transition:transform .22s ease!important;border-radius:0!important;box-shadow:-24px 0 70px rgba(2,6,23,.35)!important;padding:18px 14px!important}
  body.moasher-v20.nav-rebuild.sidebar-open .sidebar,body.moasher-v19.nav-rebuild.sidebar-open .sidebar{transform:translateX(0)!important}
  body.moasher-v20.nav-rebuild .mobile-sidebar-backdrop,body.moasher-v19.nav-rebuild .mobile-sidebar-backdrop{position:fixed!important;inset:0!important;background:rgba(2,6,23,.55)!important;backdrop-filter:blur(4px)!important;z-index:990!important;opacity:0!important;visibility:hidden!important;transition:.2s ease!important}
  body.moasher-v20.nav-rebuild.sidebar-open .mobile-sidebar-backdrop,body.moasher-v19.nav-rebuild.sidebar-open .mobile-sidebar-backdrop{opacity:1!important;visibility:visible!important}
  body.moasher-v20.nav-rebuild .sidebar-close-btn,body.moasher-v19.nav-rebuild .sidebar-close-btn{display:grid!important}
  body.moasher-v20.nav-rebuild .sidebar-collapse-btn,body.moasher-v19.nav-rebuild .sidebar-collapse-btn{display:none!important}
  body.moasher-v20.nav-rebuild .brand-copy,body.moasher-v20.nav-rebuild .sidebar-context,body.moasher-v20.nav-rebuild .nav-title,body.moasher-v20.nav-rebuild .nav-copy,body.moasher-v20.nav-rebuild .sidebar-store-card,
  body.moasher-v19.nav-rebuild .brand-copy,body.moasher-v19.nav-rebuild .sidebar-context,body.moasher-v19.nav-rebuild .nav-title,body.moasher-v19.nav-rebuild .nav-copy,body.moasher-v19.nav-rebuild .sidebar-store-card{display:block!important}
  body.moasher-v20.nav-rebuild .v20-nav,body.moasher-v20.nav-rebuild .v19-nav,body.moasher-v19.nav-rebuild .v19-nav{display:grid!important;grid-template-columns:1fr!important;gap:4px!important}
  body.moasher-v20.nav-rebuild .nav-item,body.moasher-v20.nav-rebuild .v19-nav a,body.moasher-v19.nav-rebuild .v19-nav a{grid-template-columns:42px minmax(0,1fr)!important;min-height:60px!important;justify-items:stretch!important}
  body.moasher-v20.nav-rebuild .mobile-menu-btn,body.moasher-v19.nav-rebuild .mobile-menu-btn{display:grid!important;width:44px;height:44px;border-radius:15px;border:1px solid #dbeafe;background:#fff;color:#1d4ed8;font-size:21px;font-weight:950;place-items:center;box-shadow:0 8px 24px rgba(15,23,42,.08)}
  body.moasher-v20.nav-rebuild .topbar,body.moasher-v19.nav-rebuild .topbar{height:auto!important;padding:14px 16px!important;gap:12px!important;align-items:flex-start!important;position:sticky!important;top:0!important;z-index:50!important}
  body.moasher-v20.nav-rebuild .topbar-title-row,body.moasher-v19.nav-rebuild .topbar-title-row{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}
  body.moasher-v20.nav-rebuild .topbar-tools,body.moasher-v19.nav-rebuild .topbar-tools{display:none!important}
  body.moasher-v20.nav-rebuild .content,body.moasher-v19.nav-rebuild .content{padding:16px!important;max-width:100vw!important;overflow-x:hidden!important}
}
@media (max-width: 560px){
  body.moasher-v20.nav-rebuild .sidebar,body.moasher-v19.nav-rebuild .sidebar{width:90vw!important;max-width:90vw!important}
  body.moasher-v20.nav-rebuild .moasher-hero,body.moasher-v19.nav-rebuild .moasher-hero{grid-template-columns:1fr!important;padding:20px!important;border-radius:22px!important}
  body.moasher-v20.nav-rebuild .hero-mini-grid,body.moasher-v19.nav-rebuild .hero-mini-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  body.moasher-v20.nav-rebuild .hero-mini-grid b,body.moasher-v19.nav-rebuild .hero-mini-grid b{font-size:24px!important}
  body.moasher-v20.nav-rebuild .card,body.moasher-v19.nav-rebuild .card{border-radius:20px!important;padding:16px!important}
  body.moasher-v20.nav-rebuild table,body.moasher-v19.nav-rebuild table{font-size:12px!important}
}
