:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--amber:#f59e0b;--amber-light:#fde68a;--amber-dark:#d97706;--bg:#0c0a09;--surface:#1c1917;--surface2:#292524;--text:#fef3c7;--muted:#a8a29e;--radius:12px}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif}a{color:var(--amber);text-decoration:none}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--surface);border-bottom:1px solid var(--surface2);z-index:10;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo-icon{font-size:1.5rem}.logo-accent,.accent{color:var(--amber)}.nav{align-items:center;gap:1rem;display:flex}.nav-link{color:var(--muted);font-size:.9rem;transition:color .2s}.nav-link:hover{color:var(--text)}.nav-btn{background:var(--amber);color:var(--bg);border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s}.nav-btn:hover{background:var(--amber-dark)}.hero{text-align:center;max-width:1200px;margin:0 auto;padding:5rem 2rem 3rem}.hero-badge{background:var(--surface);border:1px solid var(--amber);color:var(--amber);letter-spacing:.05em;text-transform:uppercase;border-radius:99px;margin-bottom:1.5rem;padding:.3rem .9rem;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.15}.hero-sub{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.15rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:1200px;margin:2rem auto;padding:0 2rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);padding:1.5rem}.stat-value{color:var(--amber);font-size:2.5rem;font-weight:800}.stat-label{margin:.25rem 0;font-size:.9rem;font-weight:600}.stat-delta{color:var(--muted);font-size:.8rem}.chart-section{max-width:1200px;margin:2rem auto;padding:0 2rem}.section-title{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.chart{background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);align-items:flex-end;gap:.75rem;height:200px;padding:1.5rem;display:flex}.bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.4rem;height:100%;display:flex}.bar{background:linear-gradient(to top, var(--amber-dark), var(--amber));border-radius:4px 4px 0 0;width:100%;min-height:4px}.bar-label{color:var(--muted);font-size:.75rem}.bar-label-top{color:var(--amber);font-size:.75rem;font-weight:600}.stacks-section{max-width:1200px;margin:2rem auto;padding:0 2rem}.stacks{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.stack-btn{background:var(--surface);border:1px solid var(--surface2);color:var(--muted);cursor:pointer;border-radius:8px;padding:.5rem 1.1rem;font-size:.9rem;transition:all .2s}.stack-btn:hover{border-color:var(--amber);color:var(--text)}.stack-btn.active{background:var(--amber);color:var(--bg);border-color:var(--amber);font-weight:600}.stack-info{background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);color:var(--muted);padding:1.25rem;line-height:1.8}.arabic-section{background:var(--surface);border-top:1px solid var(--surface2);border-bottom:1px solid var(--surface2);margin:2rem 0;padding:3rem 2rem}.arabic-inner{text-align:right;max-width:800px;margin:0 auto}.arabic-title{color:var(--amber);margin-bottom:1rem;font-family:Segoe UI,Tahoma,sans-serif;font-size:2rem;font-weight:800}.arabic-text{color:var(--muted);margin-bottom:1.5rem;font-family:Segoe UI,Tahoma,sans-serif;font-size:1.05rem;line-height:2}.arabic-link{background:var(--amber);color:var(--bg);border-radius:8px;padding:.6rem 1.5rem;font-family:Segoe UI,Tahoma,sans-serif;font-weight:700;display:inline-block}.footer{background:var(--surface);border-top:1px solid var(--surface2);margin-top:auto;padding:1.5rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{font-weight:700}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--amber)}.footer-copy{color:var(--muted);font-size:.8rem}
