*,: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;--shadow:0 2px 8px #0000004d}[data-theme=light]{--bg:#f4f6fb;--surface:#fff;--surface2:#eef1f8;--border:#dde1ee;--text:#1a1d2e;--text-muted:#6b7280;--accent:#6c63ff;--accent-hover:#5a52e0;--green:#16a34a;--yellow:#d97706;--red:#dc2626;--blue:#2563eb;--shadow:0 2px 8px #00000014}body{background:var(--bg);color:var(--text);font-family:var(--font);direction:rtl;font-size:14px;line-height:1.5;transition:background .2s,color .2s}#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}
