:root{--bg-color: #000000;--text-color: #ffffff;--border-color: #333333;--accent-color: #ffffff;--panel-bg: #111111;--font-main: "Inter", system-ui, -apple-system, sans-serif}@media(prefers-color-scheme:light){:root{--bg-color: #ffffff;--text-color: #000000;--border-color: #eeeeee;--accent-color: #000000;--panel-bg: #f5f5f5}}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}#root{width:100%;min-height:100vh}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;letter-spacing:-.02em}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit;background:transparent;border:none;outline:none;color:inherit}
