.exam-practice-container{max-width:1400px;margin:0 auto;padding:2rem}.exam-header{text-align:center;margin-bottom:3rem}.exam-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.subtitle{font-size:1.1rem;color:#666}.exam-templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.exam-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;color:#fff;box-shadow:0 8px 24px #667eea40;transition:transform .3s ease,box-shadow .3s ease}.exam-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #667eea59}.exam-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.exam-card-header h2{font-size:1.75rem;font-weight:700;margin:0}.exam-badge{background:#ffffff40;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.exam-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat{display:flex;align-items:center;gap:.5rem}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.5rem;font-weight:700}.stat-label{font-size:.85rem;opacity:.9}.sections-breakdown{background:#ffffff26;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.sections-breakdown h4{margin:0 0 .75rem;font-size:1rem;font-weight:600}.sections-list{display:flex;flex-direction:column;gap:.5rem}.section-badge{background:#fff3;padding:.5rem .75rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.section-name{font-weight:600}.section-details{opacity:.9}.exam-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem}.feature{font-size:.9rem;opacity:.95}.start-test-btn{width:100%;background:#fff;color:#667eea;border:none;padding:1rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.start-test-btn:hover{background:#f0f0f0;transform:scale(1.02)}.exam-note{font-size:.85rem;text-align:center;opacity:.9;margin:0}.loading-spinner,.error-message,.empty-state{text-align:center;padding:4rem 2rem}.spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message h2{color:#e53e3e;margin-bottom:1rem}.error-message button{background:#667eea;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.error-message button:hover{background:#5568d3}@media(max-width:768px){.exam-templates-grid{grid-template-columns:1fr}.exam-stats{flex-direction:column;gap:1rem}.exam-features{grid-template-columns:1fr}}.exam-test-container{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.test-header{background:#fff;border-bottom:2px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.header-left h2{margin:0;font-size:1.5rem;color:#1a1a1a}.question-counter{font-size:.9rem;color:#666;margin-left:1rem}.timer{background:#667eea;color:#fff;padding:.5rem 1.5rem;border-radius:24px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.timer-warning{background:#e53e3e;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.progress-bar-container{background:#fff;padding:.5rem 2rem;border-bottom:1px solid #e2e8f0;position:relative}.progress-bar-fill{height:8px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.progress-text{position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-size:.85rem;color:#666}.question-nav{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;overflow-x:auto}.nav-scroll{display:flex;gap:.5rem;min-height:48px}.nav-btn{min-width:48px;height:48px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.nav-btn.answered{background:#48bb78;color:#fff;border-color:#48bb78}.nav-btn.active{background:#667eea;color:#fff;border-color:#667eea;transform:scale(1.1)}.nav-btn:hover{border-color:#667eea}.test-content{display:flex;flex:1;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.passage-panel{flex:1;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;max-height:calc(100vh - 300px);overflow-y:auto;transition:all .3s ease}.passage-panel.collapsed{flex:0 0 60px}.passage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.toggle-passage-btn{background:#667eea;color:#fff;border:none;width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1.2rem}.passage-content p{line-height:1.8;color:#333;font-size:1.05rem}.question-panel{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column}.question-content{flex:1}.question-content h4{color:#667eea;margin-bottom:1rem}.question-text{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:2rem}.options-list{display:flex;flex-direction:column;gap:1rem}.option-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.option-btn:hover{border-color:#667eea;background:#f7fafc}.option-btn.selected{border-color:#667eea;background:#edf2f7}.option-letter{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#667eea;color:#fff;font-weight:700}.option-text{flex:1;line-height:1.5}.checkmark{color:#48bb78;font-size:1.5rem}.grid-in-input{margin-top:2rem}.grid-in-input label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.grid-in-field{width:200px;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1.1rem}.question-navigation{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.nav-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-button.primary{background:#667eea;color:#fff}.nav-button.primary:hover{background:#5568d3}.nav-button.secondary{background:#e2e8f0;color:#333}.nav-button.secondary:hover{background:#cbd5e0}.nav-button.finish{background:#48bb78;color:#fff}.nav-button.finish:hover{background:#38a169}.nav-button:disabled{opacity:.5;cursor:not-allowed}.quick-actions{background:#fff;padding:1rem 2rem;border-top:1px solid #e2e8f0;text-align:center}.action-btn{background:#e53e3e;color:#fff;border:none;padding:.5rem 2rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s ease}.action-btn:hover{background:#c53030}@media(max-width:1200px){.test-content{flex-direction:column}.passage-panel{max-height:300px}}@media(max-width:768px){.test-header{flex-direction:column;gap:1rem}.question-navigation{flex-direction:column}}.exam-results-container,.exam-review-container{max-width:1400px;margin:0 auto;padding:2rem;background:#f8f9fa;min-height:100vh}.results-header{text-align:center;margin-bottom:3rem}.confetti{font-size:3rem;margin-bottom:1rem}.results-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a}.header-subtitle{color:#666;font-size:1.1rem}.overall-score-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;padding:3rem;text-align:center;margin-bottom:2rem;box-shadow:0 12px 32px #667eea4d}.score-main{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:1rem}.score-value{font-size:5rem;font-weight:800}.score-max{font-size:2rem;opacity:.8}.percentile-badge{display:flex;flex-direction:column;background:#fff3;padding:1rem 2rem;border-radius:16px}.percentile-value{font-size:2.5rem;font-weight:700}.percentile-label{font-size:.9rem;opacity:.9}.percentile-message{font-size:1.2rem;opacity:.95}.results-tabs{display:flex;gap:1rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:12px}.tab{flex:1;padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;color:#666;transition:all .2s ease}.tab.active{background:#667eea;color:#fff}.tab-content{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem}.section-scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.section-score-card{background:#fff;border:3px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.section-score-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.section-score-card.score-excellent{border-color:#48bb78;background:linear-gradient(135deg,#f0fff4,#c6f6d5)}.section-score-card.score-good{border-color:#4299e1;background:linear-gradient(135deg,#ebf8ff,#bee3f8)}.section-score-card.score-average{border-color:#ed8936;background:linear-gradient(135deg,#fffaf0,#feebc8)}.section-score-card.score-needs-work{border-color:#fc8181;background:linear-gradient(135deg,#fff5f5,#fed7d7)}.section-icon{font-size:3rem;margin-bottom:1rem}.section-score-card h3{margin:.5rem 0;font-size:1.3rem;color:#1a1a1a}.section-score{font-size:3rem;font-weight:700;color:#1a1a1a}.section-max{color:#666}.performance-summary{background:#f7fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-item{display:flex;justify-content:space-between;align-items:center}.stat-label{font-weight:600;color:#666}.stat-value{font-size:1.5rem;font-weight:700;color:#667eea}.analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.analysis-card{background:#f7fafc;border-radius:12px;padding:1.5rem}.analysis-card h4{margin:0 0 1rem}.area-tags{display:flex;flex-wrap:wrap;gap:.5rem}.area-tag{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.area-tag.strong{background:#c6f6d5;color:#22543d}.area-tag.weak{background:#fed7d7;color:#742a2a}.study-plan-content{padding:1rem 0}.study-plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.study-hours{display:flex;align-items:center;gap:1rem;background:#edf2f7;padding:.75rem 1.5rem;border-radius:12px}.weak-areas-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.weak-area-item{display:flex;justify-content:space-between;align-items:center;background:#f7fafc;padding:1rem 1.5rem;border-radius:12px;border-left:4px solid #e2e8f0}.weak-area-item.priority-high{border-left-color:#e53e3e}.weak-area-item.priority-medium{border-left-color:#ed8936}.weak-area-item.priority-low{border-left-color:#48bb78}.priority-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase}.priority-badge.high{background:#fed7d7;color:#742a2a}.priority-badge.medium{background:#feebc8;color:#7c2d12}.priority-badge.low{background:#c6f6d5;color:#22543d}.recommendations-list{display:grid;gap:1.5rem;margin-top:1rem}.recommendation-card{background:#f7fafc;border-radius:12px;padding:1.5rem}.rec-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.rec-number{width:32px;height:32px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.rec-resources{margin:1rem 0;padding-left:1.5rem}.rec-time{color:#666;font-size:.9rem}.results-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.action-btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.action-btn.primary{background:#667eea;color:#fff}.action-btn.primary:hover{background:#5568d3}.action-btn.secondary{background:#e2e8f0;color:#333}.action-btn.secondary:hover{background:#cbd5e0}.review-header{margin-bottom:2rem}.back-btn{background:#e2e8f0;color:#333;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;margin-bottom:1rem}.review-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center}.stat-card.correct{background:linear-gradient(135deg,#c6f6d5,#9ae6b4)}.stat-card.incorrect{background:linear-gradient(135deg,#fed7d7,#fc8181)}.review-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;display:flex;gap:2rem;flex-wrap:wrap;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group select{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.review-content{display:grid;grid-template-columns:400px 1fr;gap:2rem}.question-list-panel{background:#fff;border-radius:12px;padding:1.5rem;max-height:calc(100vh - 300px);overflow-y:auto}.question-list{display:flex;flex-direction:column;gap:1rem}.question-item{padding:1rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease}.question-item:hover{border-color:#667eea;background:#f7fafc}.question-item.active{border-color:#667eea;background:#edf2f7}.question-item.correct{border-left:4px solid #48bb78}.question-item.incorrect{border-left:4px solid #e53e3e}.question-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.status-icon{font-size:1.5rem}.status-icon.correct{color:#48bb78}.status-icon.incorrect{color:#e53e3e}.question-detail-panel{background:#fff;border-radius:12px;padding:2rem;max-height:calc(100vh - 300px);overflow-y:auto}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.result-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.result-badge.correct{background:#c6f6d5;color:#22543d}.result-badge.incorrect{background:#fed7d7;color:#742a2a}.detail-passage,.detail-question,.detail-options{margin-bottom:2rem}.detail-passage h4,.detail-question h4,.detail-explanation h4{margin-bottom:1rem;color:#667eea}.passage-text{line-height:1.8;color:#333}.option-review{padding:1rem;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;display:flex;align-items:center;gap:1rem}.option-review.correct-answer{border-color:#48bb78;background:#f0fff4}.option-review.wrong-answer{border-color:#e53e3e;background:#fff5f5}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-left:auto}.badge.wrong{background:#fed7d7;color:#742a2a}.no-selection{text-align:center;padding:4rem 2rem;color:#666}.no-selection-icon{font-size:4rem;margin-bottom:1rem}@media(max-width:1024px){.review-content{grid-template-columns:1fr}.question-list-panel{max-height:400px}.score-main{flex-direction:column}}
