:root{--color-bg: #ffffff;--color-text: #1a1a1a;--color-accent: #0b5fff;--color-border: #d9d9d9;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--radius-sm: 4px;--radius-md: 8px}@media(prefers-color-scheme:dark){:root{--color-bg: #121212;--color-text: #f0f0f0;--color-accent: #4d8dff;--color-border: #3a3a3a}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-text-size-adjust:100%}#root{max-width:480px;margin:0 auto;min-height:100vh;padding:var(--space-3)}button,input,select,textarea{font:inherit;color:inherit}button,input,a{min-height:44px;min-width:44px}
