@font-face{font-family:Inter;src:url(/assets/Inter-400-BOOGhInR.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-500-D2bGa7uu.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-600-D273HNI0.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-600-BUu1NTlP.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-700-DUDKB872.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--ozzmo-black-pure: #050505;--ozzmo-black-rich: #1A1A1A;--ozzmo-gray-charcoal: #2B2B2B;--ozzmo-gray-medium: #6C6C6C;--ozzmo-gray-light: #C9C9C9;--ozzmo-white: #FFFFFF;--ozzmo-red-primary: #FF1E1E;--ozzmo-red-dark: #B50F14;--ozzmo-neon-red-high: rgba(255, 30, 30, .55);--ozzmo-neon-red-low: rgba(255, 30, 30, .28);--ozzmo-neon-cyan-high: rgba(56, 189, 248, .45);--ozzmo-neon-cyan-low: rgba(56, 189, 248, .22);--ozzmo-tile-notification: #0D0D0D;--accent: var(--ozzmo-red-primary);--accent-dark: var(--ozzmo-red-dark);--bg: var(--ozzmo-black-pure);--surface-1: var(--ozzmo-black-rich);--surface-2: var(--ozzmo-gray-charcoal);--surface-3: var(--ozzmo-tile-notification);--text: var(--ozzmo-white);--text-muted: var(--ozzmo-gray-light);--text-dim: var(--ozzmo-gray-medium);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--border-accent: rgba(255, 30, 30, .35);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-pill: 999px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .45);--shadow-panel: 0 2px 12px rgba(0, 0, 0, .35);--shadow-dropdown: 0 8px 32px rgba(0, 0, 0, .55);--font-sans: "Inter", "Noto Sans Arabic", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;--font-display: "Space Grotesk", "Inter", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;--z-header: 100;--z-scrim: 500;--z-drawer: 510;--z-toast: 600}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;color-scheme:dark}body{min-height:100vh;line-height:1.75;background:radial-gradient(900px 520px at 85% -10%,rgba(255,30,30,.05),transparent 60%),radial-gradient(700px 420px at 0% 8%,rgba(56,189,248,.03),transparent 60%),var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--ozzmo-red-dark)}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.25;margin:0;color:var(--text);letter-spacing:-.01em}h1{font-size:clamp(30px,5vw,48px);font-weight:700;line-height:1.15}h2{font-size:28px;font-weight:600}h3{font-size:18px;font-weight:600}p{margin:0}button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;color:inherit}input,select,textarea{font-family:inherit;color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-dim)}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:20px}.section{padding-block:28px}.stack,.grid{display:grid;gap:16px}@media (min-width: 900px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.card-raised{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-panel)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.01em}.badge-red{color:var(--accent);background:#ff1e1e1a;border:1px solid var(--border-accent)}.badge-neutral{color:var(--text-muted);background:#ffffff0d;border:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border-radius:var(--radius-md);font-size:14px;font-weight:600;line-height:1.2;border:1px solid transparent;transition:background-color .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease;text-decoration:none}.btn:active{transform:translateY(1px)}.btn:disabled{background:var(--surface-2);color:var(--text-dim);border-color:var(--border);cursor:not-allowed;box-shadow:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 16px #ff1e1e47}.btn-primary:hover:not(:disabled){background:var(--accent-dark)}.btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-secondary{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover:not(:disabled){background:#353535;border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-muted);border-color:transparent}.btn-ghost:hover:not(:disabled){color:var(--text);background:#ffffff0d}.field{display:grid;gap:6px}.field-label{font-size:13px;font-weight:500;color:var(--text-muted)}.field-label .req{color:var(--accent)}.field-input{width:100%;min-height:46px;padding:10px 14px;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:15px;transition:border-color .15s ease,box-shadow .15s ease}.field-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ff1e1e2e}.field-input[aria-invalid=true]{border-color:var(--accent)}.field-hint{font-size:12px;color:var(--text-dim)}.field-error{font-size:12px;color:var(--accent)}select.field-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.consent{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-md);background:#ffffff08;border:1px solid var(--border);font-size:13px;line-height:1.7;color:var(--text-muted);cursor:pointer}.consent input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--accent);flex-shrink:0}.consent a{color:var(--accent);text-decoration:underline}.error-summary{padding:12px 14px;border-radius:var(--radius-md);background:#ff1e1e14;border:1px solid var(--border-accent);color:var(--text);font-size:13px}.app-header{position:sticky;top:0;z-index:var(--z-header);background:#050505e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.app-header-inner{max-width:1120px;margin-inline:auto;padding:12px 20px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.brand:hover{color:var(--text)}.brand-logo{width:40px;height:40px;display:grid;place-items:center}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-text{line-height:1.2}.brand-name{font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:0}.brand-sub{font-size:11px;color:var(--text-dim)}.header-actions{display:flex;align-items:center;gap:8px}.nav-burger{width:44px;height:44px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface-2);display:grid;place-content:center;gap:4px}.nav-burger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--text)}.nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-scrim);background:#0000008c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.nav-drawer{position:fixed;top:12px;bottom:12px;inset-inline-end:12px;z-index:var(--z-drawer);width:min(360px,calc(100vw - 24px));border-radius:var(--radius-xl);padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--surface-1);border:1px solid var(--border-strong);box-shadow:var(--shadow-dropdown)}.nav-drawer-head{display:flex;align-items:center;gap:12px}.nav-brand-logo{width:44px;height:44px}.nav-brand-logo img{width:100%;height:100%;object-fit:contain}.nav-close{margin-inline-start:auto;width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);display:grid;place-items:center}.nav-close:hover{background:#353535}.nav-user{display:flex;gap:12px;align-items:center;padding:12px;border-radius:var(--radius-md);background:#ffffff08;border:1px solid var(--border)}.nav-user-avatar{width:40px;height:40px;border-radius:var(--radius-md);background:var(--surface-2);color:var(--text);font-weight:700;display:grid;place-items:center;border:1px solid var(--border-strong)}.nav-list{display:grid;gap:4px;overflow:auto;flex:1}.nav-item{display:flex;align-items:center;gap:12px;width:100%;text-align:start;padding:11px 14px;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;color:var(--text-muted);font-size:14px;font-weight:500;transition:background-color .15s ease,color .15s ease}.nav-item:hover{background:#ffffff0d;color:var(--text)}.nav-item.active{background:#ff1e1e14;color:var(--text);border-color:var(--border-accent);position:relative}.nav-item.active:before{content:"";position:absolute;inset-inline-start:0;top:20%;bottom:20%;width:3px;border-radius:3px;background:var(--accent)}.nav-item-icon{width:20px;height:20px;display:grid;place-items:center;flex-shrink:0;color:inherit}.nav-item-icon svg{width:20px;height:20px}.nav-footer{padding-top:12px;border-top:1px solid var(--border);font-size:12px;color:var(--text-dim);line-height:1.6}.nav-footer-title{color:var(--text-muted);font-weight:600;font-size:12px}.hero{position:relative;text-align:center;padding:clamp(40px,7vw,72px) 24px;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface-1);box-shadow:var(--shadow-card);overflow:hidden}.hero-logo{width:96px;height:96px;margin:0 auto 20px}.hero-logo img{width:100%;height:100%;object-fit:contain}.hero-eyebrow{font-size:13px;color:var(--text-muted);margin-bottom:12px}.hero-title{font-family:var(--font-display);font-size:clamp(40px,8vw,72px);font-weight:700;letter-spacing:-.02em;line-height:1;margin-bottom:12px}.hero-heading{font-size:clamp(22px,3.4vw,30px);font-weight:600;margin-bottom:12px}.hero-desc{max-width:620px;margin:0 auto 24px;color:var(--text-muted);font-size:16px;line-height:1.9}.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-trust{margin-top:20px;font-size:12px;color:var(--text-dim);max-width:560px;margin-inline:auto;line-height:1.7}.feature-card{padding:22px;border-radius:var(--radius-lg);background:var(--surface-1);border:1px solid var(--border);box-shadow:var(--shadow-panel)}.feature-icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;margin-bottom:14px;color:var(--text)}.feature-icon svg{width:20px;height:20px}.feature-title{font-size:15px;font-weight:600;margin-bottom:8px}.feature-desc{font-size:13.5px;color:var(--text-muted);line-height:1.75}.section-title{font-size:24px;font-weight:600;margin-bottom:4px}.section-sub{color:var(--text-muted);font-size:14px;margin-bottom:20px;line-height:1.7}.article-list{margin:0;padding-inline-start:20px;color:var(--text-muted);line-height:1.9;font-size:14px}.article-list li{margin-bottom:8px}.site-footer{border-top:1px solid var(--border);padding:40px 20px 56px;text-align:center}.site-footer .brand-name{font-size:16px}.footer-links{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:16px 0}.footer-links a{color:var(--text-muted);font-size:14px}.footer-links a:hover{color:var(--text)}.footer-note{max-width:640px;margin:0 auto;font-size:13px;color:var(--text-dim);line-height:1.8}.icon{width:20px;height:20px;flex-shrink:0}.muted{color:var(--text-muted)}.dim{color:var(--text-dim)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffffff42}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
