*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0f1117;--color-surface:#1a1d27;--color-card:#22263a;--color-primary:#4f8ef7;--color-primary-dark:#3a6fd8;--color-success:#3ecf8e;--color-error:#f76f6f;--color-warning:#f7c26f;--color-text:#e8eaf0;--color-text-muted:#8b90a8;--color-border:#2d3148;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--shadow:0 4px 24px #0006}body{background:var(--color-bg);color:var(--color-text);min-height:100vh;font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.6}.app-root{background:linear-gradient(135deg,#0f1117 0%,#141929 100%);justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 1rem;display:flex}.interview-bot{flex-direction:column;gap:1.5rem;width:100%;max-width:680px;display:flex}.bot-header{text-align:center}.bot-title{background:linear-gradient(90deg,#4f8ef7,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.bot-subtitle{color:var(--color-text-muted);margin-top:.25rem;font-size:.9rem}.progress-container{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.75rem 1rem}.progress-info{color:var(--color-text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.progress-track{background:var(--color-border);border-radius:99px;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#4f8ef7,#a78bfa);border-radius:99px;height:100%;transition:width .5s}.bot-body{flex-direction:column;gap:1.25rem;display:flex}.start-screen{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.start-icon{background:#4f8ef71a;border:1px solid #4f8ef740;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.start-icon-svg{width:56px;height:56px}.start-screen h2{font-size:1.5rem;font-weight:600}.start-screen p{color:var(--color-text-muted);max-width:420px;font-size:.95rem}.start-btn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(135deg,#4f8ef7,#a78bfa);border:none;margin-top:.5rem;padding:.85rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px #4f8ef766}.start-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #4f8ef780}.start-btn:active{transform:translateY(0)}.loading-screen{color:var(--color-text-muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem;display:flex}.spinner{border:4px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}.spinner.small{border-width:3px;width:24px;height:24px}@keyframes spin{to{transform:rotate(360deg)}}.interview-screen{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.avatar-wrapper{justify-content:center;display:flex}.avatar-ring{background:linear-gradient(135deg,#4f8ef7,#a78bfa);border-radius:50%;width:220px;height:220px;padding:4px;transition:box-shadow .3s}.avatar-ring.pulsing{animation:1.4s ease-in-out infinite pulse-ring}@keyframes pulse-ring{0%,to{box-shadow:0 0 #4f8ef780}50%{box-shadow:0 0 0 14px #4f8ef700}}.avatar-video{object-fit:cover;background:var(--color-surface);border-radius:50%;width:100%;height:100%;display:block}.question-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow);padding:1.25rem 1.5rem}.question-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);font-size:.72rem;font-weight:600}.question-text{margin-top:.5rem;font-size:1.05rem;font-weight:500;line-height:1.5}.answer-section{flex-direction:column;gap:1rem;width:100%;display:flex}.speech-input{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.listening-status{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);align-items:center;gap:.6rem;padding:.75rem 1.25rem;font-size:.95rem;display:flex}.listening-status.active{border-color:var(--color-error);color:var(--color-text)}.listening-dot{background:var(--color-text-muted);border-radius:50%;flex-shrink:0;width:10px;height:10px}.listening-status.active .listening-dot{background:var(--color-error);animation:1s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.status-hint{color:var(--color-text-muted);text-align:center;font-size:.9rem}.warmup-hint{color:var(--color-text-muted);margin-top:.75rem;font-size:.85rem}.interim-text{color:var(--color-text-muted);text-align:center;font-size:.9rem}.btn-continue{background:var(--color-success);color:#0f1117;border-radius:var(--radius-sm);cursor:pointer;border:none;margin-top:.25rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600}.btn-continue:hover{opacity:.9}.speech-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.btn-retry-mic{color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;margin-top:.25rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600}.btn-retry-mic:hover{border-color:var(--color-primary);color:var(--color-primary)}.typed-answer{resize:vertical;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);width:min(560px,100%);min-height:84px;color:var(--color-text);padding:.75rem .85rem;font-size:.92rem}.typed-answer:focus{outline:1px solid var(--color-primary);border-color:var(--color-primary)}.mic-error,.browser-warning{color:var(--color-warning);text-align:center;font-size:.85rem}.transcript-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;padding:1rem 1.25rem}.transcript-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.4rem;font-size:.75rem;font-weight:600}.transcript-text{margin-bottom:1rem;font-size:.95rem;line-height:1.5}.transcript-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-confirm{background:var(--color-success);color:#0f1117;border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .15s}.btn-confirm:hover{opacity:.88}.btn-redo{color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.65rem 1rem;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.btn-redo:hover{color:var(--color-text);border-color:var(--color-text-muted)}.processing-indicator{color:var(--color-text-muted);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.completed-screen{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.completed-icon{font-size:4rem;line-height:1}.completed-screen h2{color:var(--color-success);font-size:1.6rem;font-weight:700}.completed-screen p{color:var(--color-text-muted);max-width:420px;font-size:.95rem}.session-ref{margin-top:.5rem;font-size:.8rem}.session-ref code{background:var(--color-card);border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.78rem}.error-banner{border:1px solid var(--color-error);border-radius:var(--radius-sm);color:var(--color-error);background:#f76f6f1f;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.error-dismiss{color:var(--color-error);cursor:pointer;background:0 0;border:none;padding:.1rem .3rem;font-size:1rem;line-height:1}@media (width<=480px){.bot-title{font-size:1.5rem}.avatar-ring{width:160px;height:160px}.start-screen{padding:2rem 1.25rem}.transcript-actions{flex-direction:column}.btn-confirm{flex:unset;width:100%}}
