*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf9f7;--surface:#fff;--surface-2:#f3f1ec;--surface-3:#edeae3;--border:#e5e1da;--text:#16242f;--muted:#5b6670;--primary:#0f6b6b;--primary-hover:#0d5c5c;--primary-light:rgba(15,107,107,.12);--primary-text:#fff;--success:#22c55e;--success-bg:rgba(34,197,94,.1);--warning:#f59e0b;--warning-bg:rgba(245,158,11,.1);--danger:#ef4444;--danger-bg:rgba(239,68,68,.1);--info:#38bdf8;--info-bg:rgba(56,189,248,.1);--perf-blue:#3b82f6;--perf-teal:#14b8a6;--perf-green:#22c55e;--perf-amber:#b45309;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(16,24,32,.08);--shadow-md:0 4px 12px rgba(16,24,32,.1);--shadow-lg:0 8px 24px rgba(16,24,32,.14);--font-arabic:"Inter","IBM Plex Sans Arabic",system-ui,-apple-system,sans-serif;--font-display:var(--font-arabic);--font-mono:"IBM Plex Mono",ui-monospace,"Cascadia Code",monospace;--text-xs:0.72rem;--text-sm:0.82rem;--text-base:0.9rem;--text-md:1rem;--text-lg:1.15rem;--text-xl:1.35rem;--text-2xl:1.7rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--sidebar-w:220px;--topbar-h:56px;--content-max:1100px;--transition:150ms ease}body{background:var(--bg);color:var(--text);font-family:var(--font-arabic);font-size:var(--text-base);direction:rtl;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}