*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{align-items:center;display:flex;justify-content:center;padding:20px}.quiz-container{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0003;max-width:500px;padding:40px;text-align:center;width:100%}.quiz-container h1{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px}.food-display{align-items:center;display:flex;flex-direction:column;margin-bottom:30px;position:relative}.food-emoji{font-size:8rem;line-height:1;margin-bottom:15px}.pronunciation-speaker{margin-top:10px}.speaker-button{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:50%;color:#667eea;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.speaker-button:hover{background:#667eea;border-color:#667eea;box-shadow:0 5px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.speaker-button:active{transform:translateY(0)}.answer-form,.answer-input{margin-bottom:20px}.answer-input{border:2px solid #ddd;border-radius:10px;font-size:1.1rem;outline:none;padding:15px 20px;transition:border-color .3s ease;width:100%}.answer-input:focus{border-color:#667eea}.answer-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:transform .2s ease,box-shadow .2s ease}.submit-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.submit-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.result-section{margin-top:20px}.result{border-radius:10px;font-size:1.5rem;font-weight:600;margin-bottom:15px;padding:15px}.result.correct{background-color:#d4edda;border:2px solid #c3e6cb;color:#155724}.result.incorrect{border:2px solid #f5c6cb}.result.incorrect,.user-answer{background-color:#f8d7da;color:#721c24}.user-answer{border:2px solid #f5c6cb;border-radius:8px;font-size:1.1rem;font-weight:500;margin-bottom:15px;padding:12px}.correct-answer{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;color:#333;font-size:1.3rem;font-weight:600;padding:15px}.correct-answer.clickable{cursor:pointer;transition:all .3s ease}.correct-answer.clickable:hover{background-color:#e9ecef;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}@media (max-width:600px){.quiz-container{padding:30px 20px}.quiz-container h1{font-size:1.5rem}.food-emoji{font-size:6rem}.speaker-button{height:40px;width:40px}}
/*# sourceMappingURL=main.81c79855.css.map*/