:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;text-align:center;background:#1a1a2e;padding:1rem 2rem}.app-header h1{font-size:1.5rem;font-weight:700}.app-header .subtitle{opacity:.7;margin-top:.25rem;font-size:.85rem}.app-main{flex:1;justify-content:center;align-items:flex-start;padding:2rem;display:flex}.init-card,.scoring-card,.complete-card,.error-card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 2px 12px #00000014}.init-card h2,.scoring-card h2,.complete-card h2,.error-card h2{margin-bottom:.75rem;font-size:1.4rem}.init-card p,.scoring-card p,.complete-card p,.error-card p{color:#666;margin-bottom:1.25rem;line-height:1.5}.init-card form{flex-direction:column;gap:.75rem;display:flex}.init-card input{border:2px solid #e0e0e0;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.init-card input:focus{border-color:#4a6cf7}.init-card button,.error-card button{color:#fff;cursor:pointer;background:#4a6cf7;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.init-card button:hover,.error-card button:hover{background:#3a5ce5}.error{color:#e74c3c;margin-top:.5rem;font-size:.9rem}.interview-panel{flex-direction:column;gap:1rem;width:100%;max-width:800px;display:flex}.session-info{background:#fff;border-radius:8px;justify-content:space-between;padding:.75rem 1.25rem;font-size:.9rem;display:flex;box-shadow:0 1px 4px #0000000f}.chat-window{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;min-height:300px;max-height:500px;padding:1.5rem;display:flex;overflow-y:auto;box-shadow:0 2px 12px #00000014}.chat-bubble{border-radius:12px;max-width:85%;padding:1rem}.chat-bubble.assistant{background:#f0f4ff;border-left:3px solid #4a6cf7;align-self:flex-start}.chat-bubble.user{background:#f0faf0;border-left:3px solid #27ae60;align-self:flex-end}.role-label{text-transform:uppercase;color:#888;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.chat-bubble p{font-size:.95rem;line-height:1.6}.answer-area{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 12px #00000014}.answer-area textarea{resize:vertical;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.answer-area textarea:focus{border-color:#4a6cf7}.answer-actions{justify-content:space-between;gap:.75rem;margin-top:.75rem;display:flex}.mic-btn{cursor:pointer;background:#f5f5f5;border:2px solid #ddd;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;transition:all .2s}.mic-btn:hover{background:#eee}.mic-btn.recording{color:#e74c3c;background:#ffe0e0;border-color:#e74c3c}.submit-btn{color:#fff;cursor:pointer;background:#4a6cf7;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.submit-btn:hover{background:#3a5ce5}.submit-btn:disabled{cursor:not-allowed;background:#ccc}.loading{text-align:center;color:#888;padding:1.5rem;font-size:1rem}.spinner{border:4px solid #e0e0e0;border-top-color:#4a6cf7;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.assessment-id{color:#999;margin-top:1rem;font-family:monospace;font-size:.8rem}
