:root{--bg-dark: #2b3339;--bg-light: #323c41;--bg-lighter: #3a454a;--fg-primary: #d3c6aa;--fg-secondary: #d3c6aa;--fg-muted: #859289;--accent-orange: #e69875;--accent-blue: #7fbbb3;--accent-green: #a7c080;--accent-yellow: #dbbc7f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:var(--fg-primary);background-color:var(--bg-dark)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--fg-primary);font-size:16px;line-height:1.6}::selection{background-color:var(--accent-orange);color:var(--bg-dark)}@media print{:root{--bg-dark: #ffffff;--bg-light: #f8f8f8;--bg-lighter: #e0e0e0;--fg-primary: #000000;--fg-secondary: #333333;--fg-muted: #666666;--accent-orange: #e56b6f;--accent-blue: #5b9fa6;--accent-green: #7e9b6d;--accent-yellow: #c3a34b}body{background:#fff;color:#000;font-size:10pt;line-height:1.2}}
