.quiz-wrapper{max-width:600px;margin:2rem auto;padding:1.5rem;background-color:var(--mui-palette-background-paper);border-radius:8px;box-shadow:var(--mui-shadows-3)}.species-toggle{display:flex;justify-content:center;margin-bottom:1.5rem}.quiz-result{text-align:center}.result-img{max-width:100%;height:auto;border-radius:8px;margin-bottom:12px}.personality-text{margin:1rem 0;font-size:1rem}.quiz-question{text-align:center}.options{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.option-button{font-weight:700}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100%;display:flex;flex-direction:column;padding:1rem}.container{max-width:1200px;margin:0 auto;padding:1rem}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-slide-in{animation:fadeSlideIn .6s ease-out forwards;margin-bottom:10px}@media (max-width: 600px){h1{font-size:1.8rem}h2{font-size:1.5rem}body{font-size:.95rem}}
