*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App{flex-direction:column}.App,.setup-view{display:flex;min-height:100vh}.setup-view{align-items:center;justify-content:center;padding:20px}.setup-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:40px;width:100%}.setup-container h1{color:#2c3e50;margin-bottom:10px;text-align:center}.setup-container p{color:#7f8c8d;margin-bottom:30px;text-align:center}.setup-form{gap:20px}.form-group,.setup-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#2c3e50;font-weight:600}.form-group input,.form-group select{border:2px solid #e1e8ed;border-radius:8px;font-size:16px;padding:12px;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:#3498db;outline:none}.start-btn{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px;transition:background-color .3s}.start-btn:hover:not(:disabled){background:#2980b9}.start-btn:disabled{background:#bdc3c7;cursor:not-allowed}.interview-session{margin:0 auto;max-width:800px;padding:20px}.progress-bar{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:20px}.progress-text{color:#2c3e50;font-weight:600;margin-bottom:10px;text-align:center}.progress-fill{background:#3498db;border-radius:4px;height:8px;transition:width .3s}.question-section,.response-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:30px}.question-section h2{color:#2c3e50;margin-bottom:20px}.question-text{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;color:#34495e;font-size:18px;line-height:1.6;padding:20px}.response-section h3{color:#2c3e50;margin-bottom:15px}.response-section textarea{border:2px solid #e1e8ed;border-radius:8px;font-family:inherit;font-size:16px;margin-bottom:20px;padding:15px;resize:vertical;width:100%}.response-section textarea:focus{border-color:#3498db;outline:none}.recording-controls{display:flex;gap:15px;justify-content:center}.record-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.record-btn{background:#e74c3c;color:#fff}.record-btn.recording{animation:pulse 1s infinite;background:#c0392b}.submit-btn{background:#27ae60;color:#fff}.submit-btn:hover:not(:disabled){background:#229954}.submit-btn:disabled{background:#bdc3c7;cursor:not-allowed}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.results{margin:0 auto;max-width:900px;padding:20px}.results-header{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:40px;text-align:center}.results-header h2{color:#2c3e50;margin-bottom:30px}.overall-score{gap:15px}.overall-score,.score-circle{align-items:center;display:flex;flex-direction:column}.score-circle{background:#fff;border:8px solid;border-radius:50%;height:120px;justify-content:center;width:120px}.score-number{font-size:36px;font-weight:700}.score-max{color:#7f8c8d;font-size:18px}.score-label{font-size:20px;font-weight:600}.summary-stats{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;gap:40px;justify-content:center;margin-bottom:30px;padding:30px}.stat{text-align:center}.stat-number{color:#2c3e50;display:block;font-size:32px;font-weight:700}.stat-label{color:#7f8c8d;font-size:14px;letter-spacing:1px;text-transform:uppercase}.detailed-results{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:30px}.detailed-results h3{color:#2c3e50;margin-bottom:25px}.response-result{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:20px;padding:20px}.response-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.question-number{color:#2c3e50;font-weight:600}.response-score{font-size:18px;font-weight:700}.response-feedback,.response-transcript{margin-bottom:15px}.response-transcript p{background:#f8f9fa;border-radius:6px;line-height:1.5;margin-top:8px;padding:15px}.response-feedback ul{margin-top:8px;padding-left:20px}.response-feedback li{line-height:1.4;margin-bottom:5px}.results-actions{text-align:center}.restart-btn{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:background-color .3s}.restart-btn:hover{background:#2980b9}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{color:#7f8c8d;font-size:18px}.error-message{background:#e74c3c;border-radius:8px;color:#fff;margin-top:20px;padding:15px;text-align:center}.retry-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:15px;padding:10px 20px}@media (max-width:768px){.setup-container{padding:30px 20px}.interview-session,.results{padding:15px}.recording-controls,.summary-stats{flex-direction:column}.summary-stats{gap:20px}.response-header{align-items:flex-start;flex-direction:column;gap:10px}}
/*# sourceMappingURL=main.d2aab2ac.css.map*/