:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{min-height:100vh;width:100vw;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333}.interview-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;background-color:#fff;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.company-info h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem}.company-info h2{font-size:1.8rem;font-weight:500;color:#34495e;margin:0 0 .5rem}.company-info h3{font-size:1.4rem;font-weight:400;color:#7f8c8d;margin:0}.adaptive-badge{display:inline-block;margin-top:.75rem;padding:.35rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.85rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.status-indicator{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #00000026}.status-text{display:flex;flex-direction:column;gap:.25rem}.status-label{font-size:1.1rem;font-weight:600;color:#2c3e50}.status-url{font-size:.9rem;color:#e74c3c;word-break:break-all}.status-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0;transition:background-color .3s ease}.status-dot.disconnected{background-color:#e74c3c}.status-dot.connecting{background-color:#f39c12;animation:pulse 1.5s infinite}.status-dot.connected{background-color:#27ae60;animation:gentlePulse 2s ease-in-out infinite}.interview-progress{margin:0 2rem 2rem;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.progress-header h3{font-size:1.8rem;font-weight:600;color:#2c3e50;margin:0}.progress-counter{font-size:1.2rem;font-weight:500;color:#7f8c8d;padding:.5rem 1rem;background-color:#ecf0f1;border-radius:6px}.progress-bar{width:100%;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden;margin-bottom:2rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:4px;transition:width .5s ease-in-out}.current-question{padding:1.5rem;background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:0 8px 8px 0}.current-question h4{font-size:1.3rem;font-weight:600;color:#2c3e50;margin:0 0 1rem}.current-question p{font-size:1.1rem;color:#34495e;line-height:1.5;margin:0;font-style:italic}.welcome-message{margin:0 2rem 2rem;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center}.welcome-message h3{font-size:2rem;font-weight:600;color:#2c3e50;margin:0 0 1rem}.welcome-message p{font-size:1.3rem;color:#7f8c8d;margin:0}.audio-controls{margin:auto 2rem 2rem;padding:1rem 2rem;background-color:#fffffff2;border-radius:10px;box-shadow:0 2px 10px #0000001a}.mic-status{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:500;color:#34495e}.interview-note{margin:0 2rem 2rem;padding:1rem 1.5rem;background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:0 8px 8px 0}.interview-note p{font-size:.95rem;color:#856404;margin:0 0 .5rem;line-height:1.5;font-weight:600}.interview-note ul{margin:0;padding-left:1.5rem;color:#856404}.interview-note li{font-size:.95rem;line-height:1.6;margin-bottom:.5rem}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes gentlePulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.interview-header{flex-direction:column;gap:1.5rem;align-items:stretch}.company-info h1{font-size:2rem}.company-info h2{font-size:1.5rem}.progress-header{flex-direction:column;gap:1rem;align-items:stretch}.interview-progress,.welcome-message,.audio-controls,.interview-note{margin:0 1rem 1rem}}
