:root{--color-bg: #f0f2f5;--color-surface: #ffffff;--color-surface-2: #e8eaed;--color-border: #ced4da;--color-accent: #e65c00;--color-accent-hover: #cc5200;--color-success: #1a7f37;--color-warning: #9a6700;--color-danger: #cf222e;--color-info: #0550ae;--color-text-primary: #1c2128;--color-text-secondary: #57606a;--color-text-muted: #8c959f;--color-display-bg: #e2e5e9;--sidebar-width: 240px;--header-height: 56px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--font-mono: "Courier New", Courier, monospace}[data-theme=dark]{--color-bg: #0d1117;--color-surface: #161b22;--color-surface-2: #1c2128;--color-border: #30363d;--color-accent: #e65c00;--color-accent-hover: #cc5200;--color-success: #3fb950;--color-warning: #d29922;--color-danger: #f85149;--color-info: #58a6ff;--color-text-primary: #e6edf3;--color-text-secondary: #8b949e;--color-text-muted: #484f58;--color-display-bg: #0a0d12}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}#app{height:100%}
