:root{--background:#faf9f6;--foreground:#1c1c1c}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--foreground)}a{color:inherit;text-decoration:none}.auth-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2ecc71;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}