:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fc;--accent-primary: #5d6ecc;--accent-teal: #47c9a2;--text-primary: #333333;--text-secondary: #858796;--border-color: #e3e6f0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;flex-direction:column;min-height:100vh;background:var(--bg-secondary)}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;align-items:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
