*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.hero{position:relative;padding:100px 20px 80px;text-align:center;color:#fff;overflow:hidden}.hero-content{position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:800;margin:0;text-shadow:2px 4px 8px rgba(0,0,0,.3);letter-spacing:2px}.hero-subtitle{font-size:1.5rem;margin:15px 0;font-weight:300;opacity:.95}.hero-date{font-size:1.1rem;margin:10px 0;padding:8px 20px;display:inline-block;background:#fff3;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-wave{position:absolute;bottom:-2px;left:0;width:100%;height:100px;background:#fff;clip-path:polygon(0 50%,100% 20%,100% 100%,0% 100%)}.intro-section{background:#fff;padding:60px 20px}.intro-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:30px}.intro-text{max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.8;color:#555;text-align:center}.changes-section{background:#f8f9fa;padding:80px 20px}.changes-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:50px}.container{max-width:1200px;margin:0 auto}.changes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}.change-card{background:#fff;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:all .3s ease}.change-card:hover{box-shadow:0 8px 25px #00000026}.change-card.expanded{box-shadow:0 12px 30px #667eea4d}.card-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.card-icon{font-size:2.5rem}.card-header h3{margin:0;font-size:1.4rem;color:#333}.card-summary{color:#666;font-size:1rem;margin:10px 0;line-height:1.6}.card-details{margin-top:20px;padding-top:20px;border-top:2px solid #f0f0f0}.card-details ul{margin:0;padding-left:20px}.card-details li{color:#555;margin-bottom:10px;line-height:1.6}.card-expand-hint{text-align:center;color:#667eea;font-weight:600;margin-top:15px;font-size:.9rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:80px 20px;color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:20px}.cta-content p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-button{background:#fff;color:#667eea;border:none;padding:18px 50px;font-size:1.3rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{box-shadow:0 6px 20px #0000004d}.footer{background:#2d3748;color:#fff;padding:40px 20px;text-align:center}.footer p{margin:0;opacity:.8;line-height:1.6}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.changes-grid{grid-template-columns:1fr;gap:20px}.cta-content h2{font-size:2rem}}.quiz-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.quiz-header{max-width:900px;margin:0 auto 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.back-button{background:#fff3;color:#fff;border:2px solid white;padding:10px 20px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#fff;color:#667eea}.progress-info{display:flex;gap:30px;color:#fff;font-weight:600;font-size:1.1rem}.progress-bar{max-width:900px;margin:0 auto 30px;height:8px;background:#ffffff4d;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:#fff;transition:width .5s ease;box-shadow:0 0 10px #ffffff80}.quiz-content{max-width:900px;margin:0 auto}.question-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0003}.question-text{font-size:1.8rem;color:#333;margin-bottom:40px;line-height:1.4;text-align:center}.answers-grid{display:grid;gap:15px;margin-bottom:30px}.answer-option{display:flex;align-items:center;gap:15px;background:#f8f9fa;border:3px solid #e9ecef;border-radius:15px;padding:20px 25px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-align:left}.answer-option:hover:not(.disabled){border-color:#667eea;background:#f0f4ff}.answer-option.correct{border-color:#28a745;background:#d4edda;animation:correctAnswer .5s ease}.answer-option.incorrect{border-color:#dc3545;background:#f8d7da;animation:shake .5s ease}.answer-option.disabled{opacity:.5;cursor:not-allowed}.option-letter{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#667eea;color:#fff;border-radius:50%;font-weight:700;flex-shrink:0}.answer-option.correct .option-letter{background:#28a745}.answer-option.incorrect .option-letter{background:#dc3545}.option-text{flex:1;color:#333}.explanation-box{background:linear-gradient(135deg,#e0e7ff,#f3e7ff);border-radius:15px;padding:30px;margin-top:30px}.explanation-box h3{margin:0 0 15px;font-size:1.4rem;color:#333}.explanation-box p{margin:0 0 25px;font-size:1.1rem;line-height:1.6;color:#555}.btn{padding:15px 35px;font-size:1.1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-next{background:#667eea;color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-next:hover{background:#5568d3;box-shadow:0 6px 20px #667eea66}.quiz-results{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;padding:50px;box-shadow:0 10px 40px #0003}.results-header{text-align:center;margin-bottom:50px}.results-header h1{font-size:2.5rem;color:#333;margin-bottom:30px}.score-circle{width:200px;height:200px;margin:0 auto 30px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #667eea4d}.score-value{font-size:3rem;font-weight:800}.score-percentage{font-size:1.5rem;opacity:.9}.score-message{font-size:2rem;color:#667eea;margin:0}.results-details{margin-bottom:40px}.results-details h3{font-size:1.5rem;color:#333;margin-bottom:20px}.result-item{background:#f8f9fa;border-radius:10px;padding:15px 20px;margin-bottom:12px;border-left:4px solid #dee2e6}.result-item.correct{border-left-color:#28a745;background:#d4edda}.result-item.incorrect{border-left-color:#dc3545;background:#f8d7da}.result-question{display:flex;align-items:center;gap:12px;font-weight:600;color:#333}.result-number{background:#667eea;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.result-status{font-size:1.5rem;flex-shrink:0}.result-item.correct .result-status{color:#28a745}.result-item.incorrect .result-status{color:#dc3545}.result-answer{margin-top:10px;padding-left:54px;color:#555;font-size:.95rem}.results-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.btn-primary{background:#667eea;color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{background:#5568d3;box-shadow:0 6px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}@keyframes correctAnswer{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@media(max-width:768px){.quiz-header{flex-direction:column}.question-card{padding:25px}.question-text{font-size:1.3rem}.answer-option{padding:15px 20px;font-size:1rem}.quiz-results{padding:30px 20px}.score-circle{width:150px;height:150px}.score-value{font-size:2.5rem}.results-actions{flex-direction:column}.btn{width:100%}}.app{min-height:100vh}
