:root{--color-bg: #fdfdfd;--color-text: #202124;--color-border: #d3d6da;--color-border-active: #878a8c;--color-primary: #121213;--color-success: #538d4e;--color-highlight: #b59f3b;--color-error: #ef4444;--color-shadow: rgba(0, 0, 0, .1);--font-main: "Inter", system-ui, -apple-system, sans-serif;--max-width: 800px;--header-height: 60px}@media(prefers-color-scheme:dark){:root{--color-bg: #121213;--color-text: #f8f8f8;--color-border: #3a3a3c;--color-border-active: #565758;--color-primary: #ffffff;--color-shadow: rgba(255, 255, 255, .1)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);line-height:1.5;-webkit-font-smoothing:antialiased;display:flex;justify-content:center;min-height:100vh}#root{width:100%;max-width:var(--max-width);padding:0 16px;display:flex;flex-direction:column;height:100vh}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input{font-family:inherit;border:none;background:none;outline:none}
