:root{--bg:#0f1117;--surface:#1a1d27;--surface2:#22263a;--border:#2e3248;--text:#e8eaf0;--text-muted:#8b90a8;--accent:#6c63ff;--accent-light:#8b84ff;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);direction:rtl;font-family:IBM Plex Sans Arabic,system-ui,-apple-system,sans-serif;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}