*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#1a1d27;--surface2:#22253a;--border:#2e3150;--text:#e8eaf6;--text-muted:#7b82b4;--accent:#6c63ff;--accent-hover:#7c74ff;--green:#22c55e;--yellow:#f59e0b;--red:#ef4444;--blue:#3b82f6;--radius:10px;--font:"Segoe UI", system-ui, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--font);direction:rtl;font-size:14px;line-height:1.5}#root{min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);outline:none;padding:8px 12px;font-family:inherit;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
