:root[data-theme=dark]{--app-bg: #1e1e1e;--app-surface: #252526;--app-elevated: #2d2d2d;--app-hover: #2a2a2a;--app-text-primary: #cccccc;--app-text-secondary: #999999;--app-text-disabled: #6e6e6e;--app-border: #404040;--app-primary: #007acc;--app-primary-hover: #005a9e;--app-error: #f44336;--app-warning: #ff9800;--app-success: #4caf50}:root[data-theme=light]{--app-bg: #f0f0f0;--app-surface: #ffffff;--app-elevated: #f8f8f8;--app-hover: #eaeaea;--app-text-primary: #1e1e1e;--app-text-secondary: #555555;--app-border: #d0d0d0;--app-primary: #0063b1}:root{--brand-green: #43b14b;--brand-green-hover: #36964e;--cyan-launch: #5ce1e6;--cyan-launch-hover: #3eccd1;--cyan-launch-text: #0a2a2b}html,body,#root{height:100%}body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:var(--app-bg);color:var(--app-text-primary)}code,pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace}
