:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--secondary-color:#64748b;--background-color:#f8fafc;--text-color:#1e293b;--border-color:#e2e8f0;--error-color:#ef4444;--success-color:#22c55e}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--text-color);background-color:var(--background-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}a{color:var(--primary-color);text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}@media (prefers-color-scheme:dark){html{color-scheme:dark}}