@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=DM+Sans:wght@600;700&display=swap";.participant-entry{background:linear-gradient(145deg,#f3f5f2 0,#e5ece8 100%);place-items:center;min-width:0;min-height:100vh;display:grid}.participant-entry>section{text-align:center;background:#fff;border:1px solid #dde5e1;border-radius:28px;width:min(460px,100vw - 40px);padding:46px;box-shadow:0 24px 70px #17372f1a}.participant-logo{color:#fff;background:#174f43;border-radius:21px;place-items:center;width:68px;height:68px;margin:0 auto 25px;display:grid;box-shadow:0 10px 25px #174f4330}.participant-entry h1{margin:0 0 12px;font-size:28px}.participant-entry>section>p:not(.eyebrow){color:#71817d;line-height:1.8}.participant-entry form{text-align:left;gap:15px;margin-top:28px;display:grid}.participant-entry label{gap:8px;font-size:13px;font-weight:600;display:grid}.participant-entry input{text-align:center;letter-spacing:.12em;border:1px solid #d6dfdb;border-radius:13px;outline:none;height:52px;padding:0 15px;font:700 18px DM Sans}.participant-entry input:focus{border-color:#174f43;box-shadow:0 0 0 4px #174f4314}.participant-entry a{color:#84938f;margin-top:20px;font-size:12px;text-decoration:none;display:inline-block}.participant-chat{background:#eef2ef;grid-template-rows:76px 1fr 52px;min-width:0;min-height:100vh;display:grid}.participant-chat>header{background:#fff;border-bottom:1px solid #dfe6e2;grid-template-columns:1fr auto 1fr;height:76px;margin:0;padding:0 max(28px,50vw - 540px);display:grid}.participant-identity{align-items:center;gap:11px;display:flex}.participant-identity>span{color:#1a574a;background:#e7eee9;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:700;display:grid}.participant-identity div{display:grid}.participant-identity small{color:#84928e;margin-top:3px}.participant-chat .leave{color:#73827e;background:0 0;border:0;place-self:center end}.chat-body{grid-template-rows:auto 1fr;grid-template-columns:360px 1fr;column-gap:40px;width:min(940px,100vw - 40px);margin:0 auto;padding:45px 0;display:grid}.chat-title{text-align:center;grid-column:1/-1;margin-bottom:28px}.chat-title h1{margin:0 0 8px;font-size:30px}.chat-title>p:last-child{color:#75847f;margin:0}.voice-stage{color:#fff;text-align:center;background:#0d2d27;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:35px 28px;display:flex;box-shadow:0 20px 55px #0d2d2730}.voice-orb{color:#17352e;background:#d8a94e;border-radius:50%;place-items:center;width:110px;height:110px;margin-bottom:30px;display:grid;position:relative;box-shadow:0 0 0 15px #ffffff0b,0 0 0 30px #ffffff08}.voice-orb i{border:1px solid #e3bd75;border-radius:50%;display:none;position:absolute;inset:-12px}.voice-orb i:nth-child(2){inset:-25px}.voice-orb i:nth-child(3){inset:-38px}.voice-orb.speaking i{animation:1.8s infinite voicewave;display:block}.voice-orb.speaking i:nth-child(2){animation-delay:.25s}.voice-orb.speaking i:nth-child(3){animation-delay:.5s}@keyframes voicewave{50%{opacity:.25;transform:scale(1.08)}}.voice-stage>strong{font-size:18px}.voice-stage>p{color:#aec1bc;margin:10px 0 25px;font-size:13px;line-height:1.7}.large{min-width:190px}.voice-stage .stop{background:#fff3f1}.voice-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:min(100%,520px);display:flex}.voice-controls .large{min-width:150px}.voice-controls .secondary{color:#fff;background:0 0;border:1px solid #fff5}.participant-messages{background:#fff;border:1px solid #dfe6e2;border-radius:25px;flex-direction:column;gap:17px;height:420px;padding:25px;display:flex;overflow:auto}.participant-messages .message{max-width:88%}.no-message{color:#99a6a2;margin:auto;font-size:13px}.participant-chat>footer{color:#778681;background:#fff;border-top:1px solid #e1e7e4;justify-content:space-between;align-items:center;padding:0 max(28px,50vw - 540px);font-size:12px;display:flex}.participant-chat>footer b{color:#1e6253}@media (width<=760px){body{min-width:0}.chat-body{grid-template-columns:1fr;padding:24px 0}.voice-stage{min-height:340px}.participant-messages{margin-top:18px}.participant-chat>header{padding:0 16px}.participant-chat .live-state{display:none}.participant-identity small{text-overflow:ellipsis;white-space:nowrap;max-width:190px;overflow:hidden}}:root{color:#18302c;font-synthesis:none;background:#f3f5f2;font-family:Noto Sans SC,sans-serif}*{box-sizing:border-box}body{min-width:1080px;margin:0}button,input{font:inherit}button{cursor:pointer}.login-page{background:radial-gradient(circle at 25% 20%,#2b5549 0,#102c27 36%,#071815 100%);place-items:center;min-height:100vh;display:grid;position:relative;overflow:hidden}.login-page:before{content:"";border:1px solid #ffffff14;border-radius:50%;width:700px;height:700px;position:absolute;top:-300px;right:-200px;box-shadow:0 0 0 100px #ffffff05,0 0 0 220px #ffffff03}.login-card{background:#f8faf7;border-radius:28px;width:450px;padding:48px;position:relative;box-shadow:0 30px 80px #0008}.brand-mark{background:#e5b65f;border-radius:18px;place-items:center;width:56px;height:56px;margin-bottom:28px;display:grid}.eyebrow{letter-spacing:.18em;color:#9c7434;margin:0 0 10px;font:700 11px DM Sans}.login-card h1{margin:0 0 12px;font-size:38px;line-height:1.25}.muted,header p{color:#71817d}.login-card form{gap:17px;margin-top:32px;display:grid}.login-card label{gap:8px;font-size:13px;font-weight:600;display:grid}.login-card input,.inline-form input{background:#fff;border:1px solid #d8dfdc;border-radius:12px;outline:none;height:48px;padding:0 14px}.login-card input:focus,.inline-form input:focus{border-color:#1e6656;box-shadow:0 0 0 3px #1e66561a}.primary{color:#fff;background:#174f43;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:50px;padding:0 24px;font-weight:600;display:inline-flex;box-shadow:0 8px 20px #174f4328}.primary:hover{background:#103e35}.compact{height:44px}.error{color:#b44235;margin:0;font-size:13px}.app-shell{grid-template-columns:245px 1fr;min-height:100vh;display:grid}.app-shell>aside{color:#fff;background:#0d2722;flex-direction:column;width:245px;padding:26px 18px;display:flex;position:fixed;inset:0 auto 0 0}.logo{border-bottom:1px solid #ffffff13;align-items:center;gap:12px;padding:0 8px 30px;display:flex}.logo>span{color:#102a24;background:#d8a94f;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.logo div{display:grid}.logo b{font-size:15px}.logo small{letter-spacing:.14em;color:#8ca29d;margin-top:4px;font:600 8px DM Sans}.app-shell nav{gap:6px;margin-top:24px;display:grid}.app-shell nav button,.logout{color:#9fb2ad;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;height:46px;padding:0 14px;display:flex}.app-shell nav svg,.logout svg{width:18px}.app-shell nav button.active{color:#fff;background:#ffffff12}.logout{margin-top:auto}.workspace{grid-column:2;width:100%;max-width:1500px;margin:auto;padding:44px 48px}header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}header h2{letter-spacing:-.02em;margin:0 0 8px;font-size:29px}header p{margin:0}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.stats article{background:#fff;border:1px solid #e3e8e5;border-radius:18px;padding:24px}.stats span{color:#71817d;font-size:13px;display:block}.stats strong{margin-top:14px;font:700 38px DM Sans;display:inline-block}.stats small{color:#8b9995;margin-left:5px}.panel{background:#fff;border:1px solid #e1e7e4;border-radius:18px;padding:24px;box-shadow:0 8px 30px #18302c08}.panel-title{border-bottom:1px solid #edf0ee;justify-content:space-between;align-items:center;padding-bottom:17px;display:flex}.panel-title h3{margin:0;font-size:16px}.panel-title span{color:#86938f;font-size:12px}.empty{text-align:center;color:#a0aaa7;place-items:center;padding:65px;display:grid}.empty b{color:#526460;margin-top:15px}.empty p{margin:6px 0;font-size:13px}.session-list>div{border-bottom:1px solid #edf0ee;grid-template-columns:1fr auto;align-items:center;gap:15px;padding:17px;display:grid}.session-list span{color:#6c7f79;font-size:13px}.session-list em{font-size:13px;font-style:normal}.two-col{grid-template-columns:1fr 1fr;gap:20px;display:grid}.row{border-bottom:1px solid #edf0ee;align-items:center;gap:13px;padding:16px 2px;display:flex}.row:last-child{border-bottom:0}.avatar{color:#235d50;background:#e8f0ed;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.avatar svg{width:19px}.avatar.person{color:#7a5920;background:#f3e7ce;font-weight:700}.row div{flex:1;display:grid}.row small{color:#8b9995;margin-top:4px}.row i{color:#315e54;background:#eaf1ef;border-radius:20px;padding:4px 9px;font-size:11px;font-style:normal}.inline-form{background:#fff;border-radius:14px;gap:10px;margin:-10px 0 20px;padding:16px;display:flex}.inline-form input{flex:1}.inline-form button{color:#fff;background:#174f43;border:0;border-radius:10px;padding:0 20px}.launch-card{text-align:center;background:#fff;border:1px solid #dfe6e2;border-radius:24px;max-width:650px;margin:50px auto;padding:44px;box-shadow:0 20px 60px #18302c0e}.pulse{color:#185044;background:#e7f0ed;border-radius:50%;place-items:center;width:82px;height:82px;margin:0 auto 24px;display:grid;box-shadow:0 0 0 12px #edf4f2,0 0 0 24px #f5f8f7}.launch-card h3{margin-top:35px;font-size:22px}.launch-card p{color:#71817d}.interview-options{text-align:left;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0 8px;display:grid}.interview-options label{color:#526460;gap:8px;font-size:13px;font-weight:600;display:grid}.interview-options select{color:#18302c;background:#fff;border:1px solid #d8dfdc;border-radius:12px;outline:none;width:100%;height:48px;padding:0 12px}.interview-options select:focus{border-color:#1e6656;box-shadow:0 0 0 3px #1e66561a}.launch-card ul{text-align:left;color:#526460;gap:10px;margin:20px auto 28px;display:inline-grid}.launch-card .primary{width:100%}.text-button{color:#526c65;background:0 0;border:0;margin-top:15px}.interview-history{max-width:760px;margin:22px auto 0}.interview-history>button{color:#18302c;text-align:left;background:0 0;border:0;border-bottom:1px solid #edf0ee;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;width:100%;padding:15px 2px;display:grid}.interview-history>button:last-child{border-bottom:0}.interview-history>button>span:nth-child(2){gap:4px;display:grid}.interview-history small{color:#84928e}.interview-history em{color:#1e6656;font-size:13px;font-style:normal}.back-to-history{margin:0}.interview-head{margin-bottom:20px}.live-state{color:#73827e;background:#edf0ef;border-radius:30px;align-items:center;gap:8px;padding:10px 15px;font-size:13px;display:flex}.live-state span{background:#98a29f;border-radius:50%;width:8px;height:8px}.live-state.on{color:#207148;background:#e4f2e9}.live-state.on span{background:#2ca35c;animation:1.5s infinite blink;box-shadow:0 0 0 5px #2ca35c1b}@keyframes blink{50%{opacity:.35}}.interview-grid{grid-template-columns:minmax(0,1fr);gap:20px;display:grid}.conversation{min-height:650px;padding:0;overflow:hidden}.conversation-top{background:#fbfcfb;border-bottom:1px solid #e8ecea;justify-content:space-between;align-items:center;height:98px;padding:20px 24px;display:flex}.export-transcript{background:#fff;border:1px solid #d8e1de;border-radius:12px;align-items:center;gap:7px;height:42px;margin:0 0 0 auto;padding:0 14px;display:inline-flex}.export-transcript svg{width:17px;height:17px}.export-transcript:disabled{cursor:not-allowed;opacity:.45}.conversation-top .primary,.conversation-top .stop{margin-left:12px}.score{align-items:center;display:flex}.score strong{color:#174f43;font:700 43px DM Sans}.score>span{color:#174f43;font:700 17px DM Sans}.score small{color:#83918d;font:500 11px Noto Sans SC;display:block}.stop{color:#a7473d;background:#fff8f7;border:1px solid #dfcbc8;border-radius:11px;align-items:center;gap:8px;height:42px;padding:0 15px;display:flex}.stop svg{width:18px}.messages{flex-direction:column;gap:18px;height:550px;padding:26px;display:flex;overflow:auto}.message{grid-template-columns:42px 1fr;gap:10px;max-width:82%;display:grid}.message span{color:#fff;background:#174f43;border-radius:12px;place-items:center;width:38px;height:38px;font-size:11px;display:grid}.message p{background:#eef3f1;border-radius:4px 16px 16px;margin:0;padding:13px 16px;line-height:1.7}.message.user{grid-template-columns:1fr 42px;align-self:flex-end}.message.user span{color:#16302b;background:#d9a84d;grid-column:2}.message.user p{background:#f6eddc;border-radius:16px 4px 16px 16px;grid-area:1/1}.live-draft{opacity:.72}.live-draft p small{color:#8b7a58;margin-top:5px;font-size:11px;display:block}.coverage{padding:20px}.panel-title button{color:#7e8e89;background:0 0;border:0}.panel-title button svg{width:17px}.question-status{border-bottom:1px solid #edf0ee;padding:14px 0}.question-status>div{align-items:flex-start;gap:9px;display:flex}.question-status>div span{color:#47655e;background:#edf2f0;border-radius:7px;flex:none;place-items:center;width:23px;height:23px;font:700 11px DM Sans;display:grid}.question-status b{font-size:12px;line-height:1.55}.question-status small{text-align:right;color:#8c9996;margin:4px 0;display:block}.question-status progress,.session-list progress{border:0;border-radius:5px;width:100%;height:5px;overflow:hidden}.question-status progress::-webkit-progress-bar{background:#edf0ef}.session-list progress::-webkit-progress-bar{background:#edf0ef}.question-status progress::-webkit-progress-value{background:#d5a64e}.session-list progress::-webkit-progress-value{background:#d5a64e}.missing{background:#faf7ef;border-radius:12px;margin-top:18px;padding:15px}.missing b{margin-bottom:9px;font-size:12px;display:block}.missing span{background:#fff;border:1px solid #eadfc9;border-radius:20px;margin:3px;padding:4px 8px;font-size:11px;display:inline-block}.missing span.done{color:#277052}.banner{background:#fff1ef;padding:10px 24px}.coverage.panel{box-shadow:none}@media (width<=1100px){.workspace{padding:32px 25px}.interview-grid{grid-template-columns:1fr}}@media (width<=760px){html,body,#root{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.participant-entry{min-height:100dvh;padding:max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom))}.participant-entry>section{border-radius:22px;width:100%;max-width:430px;padding:32px 22px 26px}.participant-logo{border-radius:18px;width:58px;height:58px;margin-bottom:20px}.participant-entry h1{font-size:24px}.participant-entry>section>p:not(.eyebrow){font-size:14px;line-height:1.65}.participant-entry form{margin-top:22px}.participant-entry input{height:54px;font-size:17px}.participant-entry .primary{width:100%;height:52px}.participant-chat{background:#f1f4f2;grid-template-rows:64px minmax(0,1fr) 44px;height:100dvh;min-height:0;overflow:hidden}.participant-chat>header{z-index:5;height:64px;padding-left:max(14px, env(safe-area-inset-left));padding-right:max(14px, env(safe-area-inset-right));grid-template-columns:1fr auto;position:relative;box-shadow:0 2px 14px #17372f0c}.participant-identity{gap:9px;min-width:0}.participant-identity>span{border-radius:11px;flex:none;width:36px;height:36px}.participant-identity div{min-width:0}.participant-identity b{font-size:14px}.participant-identity small{max-width:62vw;font-size:11px}.participant-chat .leave{padding:10px 2px 10px 12px;font-size:13px}.chat-body{overscroll-behavior:contain;flex-direction:column;gap:12px;width:100%;height:100%;min-height:0;margin:0;padding:14px 14px 18px;display:flex;overflow-y:auto}.chat-title{text-align:left;flex:none;margin:0}.chat-title .eyebrow{display:none}.chat-title h1{margin:0 0 5px;font-size:20px}.chat-title>p:last-child{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.voice-stage{border-radius:22px;flex:none;min-height:260px;padding:28px 18px 22px;box-shadow:0 14px 35px #0d2d2724}.voice-orb{width:84px;height:84px;margin-bottom:23px;box-shadow:0 0 0 11px #ffffff0b,0 0 0 22px #ffffff08}.voice-orb svg{width:32px;height:32px}.voice-stage>strong{font-size:17px}.voice-stage>p{margin:8px 0 20px}.voice-stage .large{width:min(100%,260px);min-width:0;height:50px}.voice-controls{gap:8px;width:100%}.voice-controls .large{width:min(100%,260px)}.participant-messages{border-radius:20px;flex:none;gap:14px;height:auto;min-height:220px;margin:0;padding:16px;overflow:visible}.participant-messages .message{grid-template-columns:34px minmax(0,1fr);gap:8px;max-width:94%}.participant-messages .message.user{grid-template-columns:minmax(0,1fr) 34px}.participant-messages .message span{border-radius:10px;width:32px;height:32px;font-size:10px}.participant-messages .message p{overflow-wrap:anywhere;padding:11px 13px;font-size:14px;line-height:1.6}.participant-chat>footer{height:44px;padding-left:max(14px, env(safe-area-inset-left));padding-right:max(14px, env(safe-area-inset-right));gap:10px;font-size:11px}.participant-chat>footer span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.participant-chat>footer b{white-space:nowrap}.interview-options{grid-template-columns:1fr}.interview-history{margin:16px 14px 0}}@media (width<=380px){.chat-body{padding-left:10px;padding-right:10px}.voice-stage{min-height:245px}.participant-entry>section{padding-left:18px;padding-right:18px}}
