.attempt-details-container{max-width:1200px;margin:0 auto;padding:20px;background-color:#f8fafc;min-height:100vh}.error-state,.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-state h2{color:#dc2626;margin-bottom:8px}.error-state p{color:#6b7280;margin-bottom:20px}.attempt-details-header{background:white;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);margin-bottom:24px;overflow:hidden}.header-content{padding:24px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e5e7eb}.header-main h1{font-size:24px;font-weight:600;color:#111827;margin:0 0 12px}.exam-meta{display:flex;flex-wrap:wrap;gap:20px}.meta-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:14px}.meta-item i{font-size:12px;color:#9ca3af}.header-actions{display:flex;gap:12px}.action-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;background:white}.action-btn.primary{background:#3b82f6;color:white;border-color:#3b82f6}.action-btn.primary:hover{background:#2563eb;border-color:#2563eb}.action-btn.secondary{color:#374151}.action-btn.secondary:hover{background:#f9fafb}.btn-back{padding:10px 20px;background:#3b82f6;color:white;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.btn-back:hover{background:#2563eb}.tabs-navigation{display:flex;background:#f9fafb;padding:0 24px}.tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;color:#6b7280;font-size:14px;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .2s}.tab-btn:hover{color:#374151;background:#f3f4f6}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6;background:white}.attempt-details-content{background:white;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);overflow:hidden}.tab-content{padding:24px}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.stats-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:8px;border-left:4px solid}.stats-card.primary{background:#eff6ff;border-left-color:#3b82f6}.stats-card.success{background:#f0fdf4;border-left-color:#22c55e}.stats-card.info{background:#f0f9ff;border-left-color:#06b6d4}.stats-card.warning{background:#fffbeb;border-left-color:#f59e0b}.stats-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.stats-card.primary .stats-icon{background:#dbeafe;color:#3b82f6}.stats-card.success .stats-icon{background:#dcfce7;color:#22c55e}.stats-card.info .stats-icon{background:#e0f7fa;color:#06b6d4}.stats-card.warning .stats-icon{background:#fef3c7;color:#f59e0b}.stats-info{flex:1 1}.stats-label{font-size:14px;color:#6b7280;margin-bottom:4px}.stats-value{font-size:24px;font-weight:600;color:#111827}.detailed-info{background:#f9fafb;padding:20px;border-radius:8px;margin-bottom:24px}.detailed-info h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}.info-table{display:flex;flex-direction:column;gap:12px}.info-row{display:flex;align-items:center}.info-key{font-weight:500;color:#374151;min-width:120px}.info-value{color:#6b7280}.summary-section{background:#f8fafc;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.summary-section h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px}.summary-content p{margin:0 0 8px;color:#374151;line-height:1.6}.praise{color:#059669;font-weight:500}.encouragement{color:#0d9488;font-weight:500}.suggestion{color:#dc2626;font-weight:500}.answers-section{max-width:100%}.section-header{margin-bottom:24px}.section-header h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.section-header p{color:#6b7280;margin:0}.answers-list{display:flex;flex-direction:column;gap:20px}.answer-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.question-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.question-number{font-weight:600;color:#374151}.result-badge{display:flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:500}.result-badge.correct{background:#dcfce7;color:#166534}.result-badge.incorrect{background:#fee2e2;color:#dc2626}.question-content{padding:20px}.question-text{margin-bottom:20px}.question-text strong{color:#374151;font-weight:600;margin-bottom:8px;display:block}.question-text p{color:#111827;line-height:1.6;margin:0;background:#f9fafb;padding:12px;border-radius:6px;border-left:3px solid #e5e7eb}.answer-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:16px}.correct-answer,.user-answer{padding:12px;border-radius:6px}.user-answer{background:#fef3c7;border-left:3px solid #f59e0b}.correct-answer{background:#dcfce7;border-left:3px solid #22c55e}.correct-answer strong,.user-answer strong{display:block;margin-bottom:6px;font-size:14px;color:#374151}.answer-text{color:#111827;font-weight:500}.score-info{padding:8px 12px;background:#f0f9ff;border:1px solid #e0f2fe;border-radius:4px;font-size:14px;color:#0369a1;font-weight:500}.analysis-section h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px}.analysis-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.summary-item{text-align:center;padding:20px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.summary-number{display:block;font-size:32px;font-weight:700;color:#3b82f6;margin-bottom:8px}.summary-label{font-size:14px;color:#6b7280}.knowledge-analysis{background:#f9fafb;padding:24px;border-radius:8px;border:1px solid #e5e7eb}.knowledge-analysis h4{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.knowledge-analysis p{color:#6b7280;margin:0 0 20px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#6b7280}.empty-state i{font-size:48px;margin-bottom:16px;color:#d1d5db}.empty-state p{margin:0;font-size:16px}.time-analysis{background:#f8fafc;padding:20px;border-radius:8px;margin:20px 0}.time-analysis h4{color:#374151;margin-bottom:12px}.time-stats{display:flex;gap:20px}.time-item{display:flex;align-items:center;gap:8px}.time-label{color:#6b7280;font-weight:500}.time-value{color:#111827;font-weight:600}.difficulty-breakdown{background:#f8fafc;padding:20px;border-radius:8px;margin:20px 0}.difficulty-breakdown h4{color:#374151;margin-bottom:16px}.difficulty-chart{gap:12px}.difficulty-bar,.difficulty-chart{display:flex;flex-direction:column}.difficulty-bar{gap:4px}.difficulty-info{display:flex;justify-content:space-between;font-size:14px}.progress-container{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar{height:100%;border-radius:4px;transition:width .3s ease}.insight-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.insight-card{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.insight-card h4{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:16px}.insight-card.strength h4{color:#059669}.insight-card.weakness h4{color:#dc2626}.insight-card.suggestion h4{color:#3b82f6}.insight-content p{color:#374151;line-height:1.6;margin:0}.insight-content ul{margin:0;padding-left:20px;color:#374151}.insight-content li{margin-bottom:8px;line-height:1.5}.trend-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:24px;gap:24px;margin-top:20px}.trend-card{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.trend-card h4{color:#374151;margin:0 0 16px;font-size:18px;font-weight:600}.knowledge-trends,.trend-chart{min-height:200px;display:flex;align-items:center;justify-content:center}.empty-state small{display:block;margin-top:8px;color:#9ca3af;font-size:12px}@media (max-width:768px){.attempt-details-container{padding:16px}.header-content{flex-direction:column;gap:16px;align-items:stretch}.exam-meta{flex-direction:column;gap:8px}.overview-grid{grid-template-columns:1fr}.tabs-navigation{padding:0 16px}.tab-content{padding:16px}.answer-section{gap:12px}.analysis-summary,.answer-section{grid-template-columns:1fr}}