/* AITradePro V58 — premium-theme.css
 * Dark theme variables, global resets
 * Generated by V58 Modularization Sprint
 */

*{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0d1117;--bg2:#161b22;--bg3:#21262d;--border:#30363d;--text:#e6edf3;--text2:#8b949e;--accent:#f78166;--green:#00c853;--red:#ff5252;--yellow:#ffc107;--blue:#2196f3;--orange:#ff9800;--warn:#ff9800;--safe:#2196f3;--block:#d32f2f;--wait:#ffc107;--notrade:#9e9e9e}
html,body{height:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:13px}