:root {
 --font-ui: 'Syne', 'Segoe UI', system-ui, sans-serif;
 --font-mono: 'JetBrains Mono', 'Courier New', monospace;
}
:root {
 --bg: #080b10; 
 --bg2: #0d1117; 
 --bg3: #131920; 
 --panel: #161d28; 
 --border: #1c2840;
 --border2: #243352;
 --accent: #00d4ff; 
 --accent2: #0099cc; 
 --accent3: #00ffaa; 
 --accent4: #ff6b35; 
 --accent5: #c084fc; 
 --text: #dde6f0; 
 --text2: #a8bdd0; 
 --text3: #8fa3b8; 
 --green: #00ffaa;
 --red: #ff4455;
 --yellow: #ffc940;
 --orange: #ff8c20;
 --r: 8px;
 --r2: 12px;
 --shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
body.light {
 --bg: #f0f4f8;
 --bg2: #ffffff;
 --bg3: #e8edf3;
 --panel: #ffffff;
 --border: #d0dae6;
 --border2: #b8c8d8;
 --accent: #0088cc;
 --accent2: #006fa8;
 --text: #1a2332;
 --text2: #3a5068;
 --text3: #4a6278;
 --green: #00994d;
 --red: #cc2233;
 --yellow: #b38600;
 --orange: #cc5500;
 --shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
body.light .ping-terminal { background: #1a1a2e; }
body.light .logbox { background: #1a1a2e; }