body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;text-align:center}.App-header{background-color:#282c34e6;box-shadow:0 2px 10px #0000001a;color:#fff;padding:20px}.App-header h1{font-size:2.5rem;font-weight:300;margin:0 0 20px}.nav-buttons{display:flex;gap:10px;justify-content:center}.nav-buttons button{background:#0000;border:2px solid #61dafb;border-radius:25px;color:#61dafb;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease}.nav-buttons button:hover{transform:translateY(-2px)}.nav-buttons button.active,.nav-buttons button:hover{background:#61dafb;color:#282c34}.App-main{margin:0 auto;max-width:1200px;padding:40px 20px}.survey-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:20px;padding:30px}.survey-header{margin-bottom:30px}.survey-header h2{color:#333;margin-bottom:10px}.survey-header p{color:#666;font-size:1.1rem}.survey-controls{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:20px 0}.survey-controls button{border:none;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;min-width:150px;padding:15px 30px;transition:all .3s ease}.start-button{background:#4caf50;color:#fff}.start-button:hover{background:#45a049;transform:translateY(-2px)}.stop-button{background:#f44336;color:#fff}.stop-button:hover{background:#da190b;transform:translateY(-2px)}.export-button{background:#2196f3;color:#fff}.export-button:hover{background:#0b7dda;transform:translateY(-2px)}.status-indicator{border-radius:20px;font-weight:500;margin:10px 0;padding:10px 20px}.status-inactive{background:#f5f5f5;color:#666}.status-active{animation:pulse 2s infinite;background:#e8f5e8;color:#2e7d32}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.transcript-container{background:#f8f9fa;border-radius:10px;margin-top:20px;max-height:400px;overflow-y:auto;padding:20px;text-align:left}.transcript-container h3{color:#333;margin-top:0}.transcript-message{border-radius:10px;margin:10px 0;max-width:80%;padding:10px 15px}.transcript-ai{background:#e3f2fd;border-left:4px solid #2196f3;color:#1565c0;margin-left:0}.transcript-user{background:#f3e5f5;border-right:4px solid #9c27b0;color:#7b1fa2;margin-left:auto;margin-right:0;text-align:right}.transcript-timestamp{font-size:.8rem;margin-top:5px;opacity:.7}.admin-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:30px}.admin-section{border:1px solid #e0e0e0;border-radius:10px;margin-bottom:30px;padding:20px}.admin-section h3{color:#333;margin-bottom:15px}.form-group{margin-bottom:15px;text-align:left}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:5px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:10px;width:100%}.form-group textarea{min-height:100px;resize:vertical}.questions-list{background:#f8f9fa;border-radius:5px;margin-top:10px;padding:15px}.survey-info{background:#f0f8ff;border-left:4px solid #2196f3;border-radius:10px;margin-top:15px;padding:20px}.survey-info h4{color:#1565c0;margin-bottom:15px}.survey-info p{line-height:1.5;margin:8px 0}.question-item{background:#fff;border-left:3px solid #2196f3;border-radius:5px;margin:5px 0;padding:10px}.responses-table{border-collapse:collapse;margin-top:15px;width:100%}.responses-table td,.responses-table th{border-bottom:1px solid #ddd;padding:10px;text-align:left}.responses-table th{background-color:#f5f5f5;font-weight:600}.loading{color:#666;font-style:italic}.error{background:#ffebee;color:#f44336}.error,.success{border-radius:5px;margin:10px 0;padding:10px}.success{background:#e8f5e8;color:#4caf50}.current-question-container{animation:glow 2s ease-in-out infinite alternate;background:#f0f8ff;border:2px solid #2196f3;border-radius:10px;margin:20px 0;padding:20px}@keyframes glow{0%{box-shadow:0 0 5px #2196f3}to{box-shadow:0 0 15px #2196f3}}.current-question-container h4{color:#1565c0;font-size:1.1rem;margin-bottom:15px}.current-question-item{background:#fff;border-left:4px solid #2196f3;border-radius:8px;font-size:1.1rem;line-height:1.4;margin-bottom:15px;padding:15px}.progress-container{align-items:center;display:flex;gap:15px}.progress-bar{background:#e0e0e0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#2196f3,#21cbf3);border-radius:4px;height:100%;transition:width .5s ease}.progress-text{color:#1565c0;font-size:.9rem;font-weight:500;white-space:nowrap}.conversation-interface{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:15px;box-shadow:0 4px 12px #0000001a;margin:20px 0;padding:20px}.speaking-status{align-items:center;display:flex;justify-content:center;min-height:60px}.ai-speaking,.user-speaking,.waiting-status{align-items:center;border-radius:25px;display:flex;font-size:1.1rem;font-weight:500;gap:15px;padding:15px 25px}.ai-speaking{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #2196f3;color:#1565c0}.user-speaking{background:linear-gradient(135deg,#f3e5f5,#e1bee7);border:2px solid #9c27b0;color:#7b1fa2}.waiting-status{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:2px solid #ff9800;color:#f57c00}.speaking-indicator{align-items:center;display:flex;gap:3px}.wave{animation:wave-animation 1.5s ease-in-out infinite;background:#2196f3;border-radius:2px;height:20px;width:4px}.wave:nth-child(2){animation-delay:.2s}.wave:nth-child(3){animation-delay:.4s}.user-wave{background:#9c27b0}@keyframes wave-animation{0%,40%,to{opacity:.5;transform:scaleY(.4)}20%{opacity:1;transform:scaleY(1)}}.waiting-status{animation:pulse-waiting 2s ease-in-out infinite}@keyframes pulse-waiting{0%,to{opacity:1}50%{opacity:.7}}
/*# sourceMappingURL=main.67c118d2.css.map*/