:root{--bg:#f6f8f7;--surface:#fff;--surface-soft:#f0f4f2;--surface-muted:#e8eeeb;--border:#dfe7e3;--border-strong:#cfdad5;--text:#17201d;--text-soft:#596761;--text-faint:#7b8983;--brand:#174f45;--brand-strong:#0f3d35;--brand-soft:#e4f2ee;--brand-ring:#174f4524;--danger:#9f3b3b;--sidebar-width:282px;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--shadow-soft:0 10px 34px #1c30290f;--font-arabic:"Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-arabic);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}body.mobile-menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-frame{min-height:100vh}.sidebar{width:var(--sidebar-width);z-index:30;border-inline-end:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;flex-direction:column;display:flex;position:fixed;inset-block:0;inset-inline-start:0}.sidebar-header{padding:28px 24px 18px}.brand{align-items:center;gap:12px;min-width:0;display:inline-flex}.brand-mark{width:42px;height:42px;color:var(--brand);background:var(--brand-soft);border:1px solid #d2e7e1;border-radius:13px;flex:0 0 42px;place-items:center;display:grid}.brand-mark svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.brand-copy{flex-direction:column;line-height:1.1;display:flex}.brand-copy strong{letter-spacing:-.03em;font-size:22px;font-weight:800}.brand-copy small{color:var(--text-faint);letter-spacing:.12em;text-transform:uppercase;margin-top:5px;font-size:11px;font-weight:700}.brand-compact .brand-mark{border-radius:11px;flex-basis:36px;width:36px;height:36px}.brand-compact .brand-mark svg{width:22px;height:22px}.brand-compact .brand-copy strong{font-size:19px}.app-navigation{flex-direction:column;gap:5px;padding:10px 14px;display:flex}.nav-item{min-height:48px;color:var(--text-soft);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:10px 13px;font-size:14px;font-weight:650;transition:background-color .14s,color .14s,border-color .14s,transform .14s;display:flex}.nav-item:hover{color:var(--text);background:var(--surface-soft)}.nav-item:focus-visible,.menu-button:focus-visible,.close-button:focus-visible,.drawer-backdrop:focus-visible,.primary-link:focus-visible{outline:3px solid var(--brand-ring);outline-offset:2px}.nav-item-active{color:var(--brand-strong);background:var(--brand-soft);border-color:#d3e7e1}.nav-icon{flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.nav-icon svg{width:21px;height:21px}.sidebar-footer{margin-top:auto;padding:16px}.foundation-note{background:var(--surface-soft);border:1px solid var(--border);border-radius:12px;align-items:center;gap:10px;padding:12px 13px;display:flex}.foundation-note>div{flex-direction:column;gap:2px;display:flex}.foundation-note strong{font-size:12px}.foundation-note small{color:var(--text-faint);font-size:11px}.foundation-dot{background:var(--brand);width:8px;height:8px;box-shadow:0 0 0 4px var(--brand-ring);border-radius:50%;flex:0 0 8px}.app-main{min-height:100vh;padding-inline-start:var(--sidebar-width)}.page-content{width:min(1180px,100% - 64px);margin-inline:auto;padding-block:50px 80px}.mobile-topbar,.mobile-drawer-layer{display:none}.page-stack{flex-direction:column;gap:28px;display:flex}.page-heading{max-width:780px}.eyebrow,.status-pill,.shell-card-kicker{color:var(--brand);font-size:12px;font-weight:800}.eyebrow{letter-spacing:.02em;margin-bottom:10px;display:inline-flex}.page-heading h1,.standalone-card h1{color:var(--text);letter-spacing:-.04em;margin:0;font-size:clamp(30px,3.5vw,44px);line-height:1.22}.page-heading p,.standalone-card p{max-width:680px;color:var(--text-soft);margin:12px 0 0;font-size:15px;line-height:1.9}.welcome-panel{background:radial-gradient(circle at 0% 100%, #174f4514, transparent 36%), var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:36px;padding:34px;display:grid;position:relative;overflow:hidden}.welcome-copy{max-width:610px}.status-pill{background:var(--brand-soft);border:1px solid #d3e7e1;border-radius:999px;padding:6px 10px;display:inline-flex}.welcome-copy h2{letter-spacing:-.035em;margin:16px 0 0;font-size:clamp(25px,3vw,34px)}.welcome-copy p{color:var(--text-soft);margin:12px 0 0;font-size:14px;line-height:1.9}.metric-preview{gap:10px;display:grid}.preview-metric{border:1px solid var(--border);background:#fbfcfc;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;padding:15px 17px;display:flex}.preview-metric span{color:var(--text-soft);font-size:12px;font-weight:700}.preview-metric strong{color:var(--text);font-size:22px;font-weight:750}.shell-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.shell-card,.empty-module{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.shell-card{padding:24px}.shell-card h3{margin:10px 0 0;font-size:18px}.shell-card p{color:var(--text-soft);margin:9px 0 0;font-size:13px;line-height:1.8}.empty-module{text-align:start;grid-template-columns:auto minmax(0,520px);place-items:center;gap:22px;min-height:330px;padding:44px;display:grid}.empty-module-icon{background:var(--brand-soft);border:1px solid #d3e7e1;border-radius:20px;align-content:center;gap:7px;width:72px;height:72px;padding:16px;display:grid}.empty-module-icon span{background:var(--brand);border-radius:999px;height:5px;display:block}.empty-module-icon span:nth-child(2){opacity:.72;width:72%}.empty-module-icon span:nth-child(3){opacity:.42;width:45%}.empty-module h2{margin:0;font-size:20px}.empty-module p{color:var(--text-soft);margin:9px 0 0;font-size:14px;line-height:1.85}.loading-line,.loading-panel{background:var(--surface-muted);border-radius:999px;position:relative;overflow:hidden}.loading-line:after,.loading-panel:after{content:"";background:linear-gradient(90deg,#0000,#ffffffc2,#0000);animation:1.2s infinite shimmer;position:absolute;inset:0;transform:translate(100%)}.loading-line-short{width:65px;height:14px}.loading-line-title{width:min(360px,72%);height:42px}.loading-line-copy{width:min(620px,92%);height:18px}.loading-panel{border-radius:var(--radius-lg);width:100%;height:320px;margin-top:8px}.standalone-state{place-items:center;min-height:100vh;padding:24px;display:grid}.standalone-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(520px,100%);box-shadow:var(--shadow-soft);padding:36px}.standalone-card p{margin-inline:auto}.primary-link{color:#fff;background:var(--brand);border-radius:10px;margin-top:24px;padding:11px 16px;font-size:13px;font-weight:800;display:inline-flex}.primary-link:hover{background:var(--brand-strong)}@keyframes shimmer{to{transform:translate(-100%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:900px){.desktop-sidebar{display:none}.app-main{padding-inline-start:0}.mobile-topbar{z-index:20;border-block-end:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;height:64px;padding-inline:18px;display:flex;position:sticky;inset-block-start:0}.menu-button,.close-button,.drawer-backdrop{cursor:pointer;border:0}.menu-button{background:var(--surface-soft);border:1px solid var(--border);border-radius:11px;place-content:center;gap:4px;width:40px;height:40px;display:grid}.menu-button span{background:var(--text);border-radius:999px;width:17px;height:1.5px;display:block}.mobile-drawer-layer{z-index:60;pointer-events:none;visibility:hidden;display:block;position:fixed;inset:0}.mobile-drawer-layer-open{pointer-events:auto;visibility:visible}.drawer-backdrop{opacity:0;background:#0b171357;width:100%;height:100%;transition:opacity .18s;position:absolute;inset:0}.mobile-drawer-layer-open .drawer-backdrop{opacity:1}.mobile-drawer{background:var(--surface);border-inline-end:1px solid var(--border);width:min(86vw,340px);transition:transform .22s;position:absolute;inset-block:0;inset-inline-start:0;transform:translate(105%);box-shadow:-18px 0 50px #0f271f29}[dir=rtl] .mobile-drawer{transform:translate(105%)}.mobile-drawer-layer-open .mobile-drawer,[dir=rtl] .mobile-drawer-layer-open .mobile-drawer{transform:translate(0)}.drawer-header{border-block-end:1px solid var(--border);justify-content:space-between;align-items:center;min-height:78px;padding:18px;display:flex}.close-button{width:38px;height:38px;color:var(--text-soft);background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;font-size:24px;line-height:1}.mobile-drawer .app-navigation{padding-top:14px}.page-content{width:min(100% - 36px,760px);padding-block:34px 64px}.welcome-panel{grid-template-columns:1fr;padding:26px}.metric-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-metric{flex-direction:column;justify-content:center;align-items:flex-start;min-height:92px}}@media (max-width:620px){.page-stack{gap:22px}.page-heading h1,.standalone-card h1{font-size:30px}.page-heading p{font-size:14px}.welcome-panel{border-radius:18px;padding:22px}.metric-preview,.shell-grid{grid-template-columns:1fr}.preview-metric{flex-direction:row;align-items:center;min-height:auto}.empty-module{text-align:center;grid-template-columns:1fr;gap:16px;min-height:310px;padding:30px 24px}.empty-module-icon{margin-inline:auto}}.primary-button{color:#fff;background:var(--brand);cursor:pointer;border:0;border-radius:10px;margin-top:24px;padding:11px 16px;font-size:13px;font-weight:800}.primary-button:hover{background:var(--brand-strong)}.primary-button:focus-visible{outline:3px solid var(--brand-ring);outline-offset:2px}
