html,body{margin:0;padding:0;width:100%;min-height:100vh;background:var(--bg);-webkit-text-size-adjust:100%}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background:var(--bg);color:var(--text);line-height:1.5}#root{width:100%;min-height:100vh}:root{--bg: #ffffff;--text: #000000;--card: #ffffff;--card2: #f8f9fa;--border: #000000;--border-light: #e0e0e0;--accent: #000000;--accent-text: #ffffff;--good: #00ff00;--warn: #ffff00;--bad: #ff0000;--radius: 0px;--bw: 2px}html[data-theme=dark]{--bg: #000000;--text: #ffffff;--card: #000000;--card2: #1a1a1a;--border: #ffffff;--border-light: #333333;--accent: #ffffff;--accent-text: #000000;--good: #00ff00;--warn: #ffff00;--bad: #ff0000}#root{height:100%;width:100%}button,a{-webkit-tap-highlight-color:transparent}
