:root{--heading-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--body-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif}*{margin:0;padding:0;box-sizing:border-box}@media(min-width:768px){.stage-label{display:block!important}}body{font-family:var(--body-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1a202c}.App{min-height:100vh}input,textarea,select{font-family:inherit}button{font-family:inherit;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.animate-spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.responsive-grid{grid-template-columns:1fr!important;gap:1rem!important}.ideation-hero-grid{grid-template-columns:1fr!important;gap:2rem!important;text-align:center!important}}
