@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap");:root{--ink:#17272a;--cream:#f7f5ef;--teal:#0b7a75;--teal-dark:#075e5b;--line:#dcded7;--muted:#687578}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:DM Sans,sans-serif}button{font:inherit;color:inherit}button:focus-visible{outline:3px solid #f0a34a;outline-offset:3px}.brand{display:flex;align-items:center;gap:11px;border:0;background:none;text-align:left;font-size:12px;line-height:1.05;letter-spacing:.02em;cursor:pointer}.brandMark{display:grid;place-items:center;width:38px;height:38px;border-radius:50% 50% 45% 55%;background:var(--teal);color:white;font-family:"DM Serif Display";font-size:23px;font-style:italic}.brand b{font-size:14px}nav{height:82px;padding:0 max(5vw,32px);justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(247,245,239,.9);position:relative;z-index:5}.navLinks,nav{display:flex;align-items:center}.navLinks{gap:28px}.navLinks>button{border:0;background:none;font-size:13px;font-weight:600;cursor:pointer}.navLinks .smallStart{background:var(--ink);color:#fff;border-radius:30px;padding:12px 19px}.kicker{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:700;letter-spacing:.17em;color:var(--teal)}.kicker:before{content:"";width:22px;height:2px;background:#f0a34a}.hero{min-height:650px;padding:76px max(7vw,70px) 60px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.heroCopy{max-width:570px}.hero h1,.page h1{font:400 clamp(62px,7vw,98px)/.91 "DM Serif Display";letter-spacing:-.045em;margin:27px 0 28px}.hero h1 i,.page h1 i{color:var(--teal);font-weight:400}.heroCopy>p,.lede{max-width:520px;color:var(--muted);font-size:17px;line-height:1.7}.heroActions{display:flex;align-items:center;gap:26px;margin-top:36px}.primary{border:0;background:var(--teal);color:white;padding:16px 24px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(11,122,117,.14)}.primary:hover{background:var(--teal-dark)}.primary span{margin-left:18px}.textButton{border:0;background:none;font-size:13px;font-weight:700;cursor:pointer}.textButton span{color:var(--teal);font-size:20px;vertical-align:-2px;margin-right:6px}.trust{margin-top:36px;display:flex;gap:22px;color:#6c7879;font-size:11px}.trust span:before{color:var(--teal)}.heroVisual{position:relative;display:grid;place-items:center}.orb{position:relative;width:min(32vw,410px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 45% 38%,#e1faf1 0,#b9e5d9 50%,#90cfc1 100%);box-shadow:0 35px 80px rgba(23,39,42,.12);overflow:hidden}.orb:after{content:"";inset:15%;border:1px solid rgba(255,255,255,.8)}.orb:after,.orbCenter{position:absolute;border-radius:50%}.orbCenter{inset:35%;background:#fff;display:grid;place-items:center;z-index:2;box-shadow:0 12px 30px rgba(23,39,42,.13)}.orbLine{position:absolute;border:2px solid rgba(255,255,255,.65);border-radius:50%}.orbLine.one{inset:9%}.orbLine.two{inset:-5% 20%;transform:rotate(47deg)}.orbLine.three{inset:20% -8%;transform:rotate(-35deg)}.floatCard{position:absolute;background:#fff;padding:13px 15px;border:1px solid #e5e6e0;border-radius:13px;box-shadow:0 15px 40px rgba(23,39,42,.12);display:flex;align-items:center;gap:11px;min-width:215px}.floatCard.top{top:11%;right:1%}.floatCard.bottom{bottom:10%;left:2%}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font:italic 21px "DM Serif Display";flex:none}.examiner{background:#d8efe8;color:var(--teal)}.alex{background:#ffead1;color:#c65d0a}.floatCard p{display:flex;flex-direction:column;margin:0;line-height:1.2}.floatCard p b{font-size:12px}.floatCard p span{font-size:10px;color:#829092;margin-top:4px}.ready{font-size:8px;color:var(--teal);background:#e7f5ee;border-radius:20px;padding:4px 7px}.ready,.wave{margin-left:auto}.wave{height:22px;display:flex;align-items:center;gap:3px}.wave i{display:block;width:2px;height:6px;background:var(--teal);border-radius:5px}.wave i:nth-child(2),.wave i:nth-child(4){height:14px}.wave i:nth-child(3){height:20px}.wave.active i{animation:pulse 1s ease-in-out infinite}.wave.active i:nth-child(2){animation-delay:.15s}.wave.active i:nth-child(3){animation-delay:.3s}.wave.active i:nth-child(4){animation-delay:.45s}@keyframes pulse{50%{height:4px}}.partsSection{background:#fff;padding:90px max(5vw,50px)}.sectionHead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:45px}.sectionHead h2{font:48px "DM Serif Display";margin:16px 0 0}.sectionHead>p{max-width:420px;color:var(--muted);line-height:1.6;font-size:14px}.partGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.partGrid article{background:var(--card);min-height:345px;padding:24px;border-radius:10px;display:flex;flex-direction:column;transition:transform .2s}.partGrid article:hover{transform:translateY(-5px)}.partTop{display:flex;justify-content:space-between;align-items:center}.partNo{font:34px "DM Serif Display";color:var(--accent)}.partIcon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.65);color:var(--accent);font-size:20px}.duration{font-size:10px;font-weight:700;background:white;border-radius:20px;padding:5px 9px;align-self:flex-start;margin-top:44px}.partGrid small{font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--accent);margin-top:16px}.partGrid h3{font:26px "DM Serif Display";margin:8px 0}.partGrid p{font-size:12px;line-height:1.55;color:#5d696b}.partGrid button{margin-top:auto;border:0;background:none;border-top:1px solid rgba(23,39,42,.15);padding:16px 0 0;text-align:left;font-size:11px;font-weight:700;cursor:pointer}.partGrid button span{float:right}footer{padding:36px max(5vw,50px);display:flex;align-items:center;gap:40px;font-size:10px;color:#7a8587}footer>span{margin-left:auto}.page{min-height:calc(100vh - 82px);padding:70px max(8vw,80px)}.setup{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:9vw;gap:9vw;align-items:start}.setupIntro h1{font-size:68px}.setupIntro p{color:var(--muted);line-height:1.7;max-width:400px}.setupPanel{background:#fff;padding:32px;border:1px solid #e0e2dc;border-radius:13px;box-shadow:0 18px 50px rgba(23,39,42,.07)}.setupPanel>label{display:block;font-size:9px;font-weight:700;letter-spacing:.14em;color:#7b8788;margin:0 0 10px}.modeTabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f2ee;border-radius:9px;padding:4px;margin-bottom:28px}.modeTabs button{border:0;background:transparent;border-radius:7px;padding:12px;text-align:left;cursor:pointer}.modeTabs button.active{background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.07)}.modeTabs b,.modeTabs span{display:block}.modeTabs b{font-size:12px}.modeTabs span{font-size:9px;color:#859091;margin-top:3px}.fullChoice{width:100%;display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:9px;background:white;padding:15px;text-align:left;cursor:pointer}.fullChoice.active{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.fullChoice .play{width:36px;height:36px;border-radius:50%;background:#dff2ec;color:var(--teal);display:grid;place-items:center;font-size:10px}.fullChoice div{display:flex;flex-direction:column}.fullChoice b{font-size:12px}.fullChoice small{font-size:9px;color:#7f8a8c;margin-top:4px}.fullChoice em{font-style:normal;font-size:7px;font-weight:700;color:var(--teal);background:#e8f5f1;padding:5px 7px;border-radius:20px;margin-left:auto}.partChoices{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:10px 0 25px}.partChoices button{background:white;border:1px solid var(--line);padding:11px;display:flex;align-items:center;gap:10px;border-radius:8px;text-align:left;cursor:pointer}.partChoices button.active{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.partChoices i{width:31px;height:31px;border-radius:7px;display:grid;place-items:center;font-style:normal;font-weight:700}.partChoices span{display:flex;flex-direction:column}.partChoices b{font-size:10px}.partChoices small{font-size:9px;color:#879294}.deviceNote{background:#faf5e9;border-radius:8px;padding:11px 14px;display:flex;gap:10px;margin-bottom:20px}.deviceNote>span{color:#e8872a}.deviceNote p{font-size:9px;line-height:1.5;margin:0;color:#6b7476}.wide{width:100%}.examShell{min-height:100vh;background:#edf0ec}.examHeader{height:72px;background:#fff;justify-content:space-between;padding:0 34px;border-bottom:1px solid var(--line)}.examHeader,.progressParts{display:flex;align-items:center}.progressParts{gap:8px}.progressParts span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#eef0ec;color:#9ba3a3;font-size:9px;font-weight:700}.progressParts span.now{background:var(--teal);color:#fff}.progressParts span.done{background:#bde3d8;color:var(--teal)}.exit{border:1px solid var(--line);background:white;border-radius:6px;padding:8px 13px;font-size:10px;cursor:pointer}.examStage{max-width:860px;margin:0 auto;padding:35px 20px 90px}.examMeta{display:flex;justify-content:space-between;color:#778385;font-size:9px;letter-spacing:.12em}.examMeta strong{color:var(--ink);font-size:13px;letter-spacing:.05em}.speaker{display:flex;align-items:center;gap:11px;margin:27px 0 12px}.speaker>div:last-child{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:700}.promptCard{background:#fff;border-radius:12px;padding:28px 55px;min-height:145px;display:flex;align-items:center;position:relative;box-shadow:0 10px 35px rgba(23,39,42,.05)}.promptCard p{font:27px/1.35 "DM Serif Display";margin:0;max-width:670px}.quote{left:20px;top:15px;font:40px "DM Serif Display";color:#b4ddd2}.listen,.quote{position:absolute}.listen{right:18px;bottom:15px;border:0;background:none;color:var(--teal);font-size:9px;font-weight:700;cursor:pointer}.recordBar{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);width:min(820px,calc(100% - 40px));background:#17272a;color:white;border-radius:12px;padding:11px 13px;display:flex;align-items:center;gap:10px;box-shadow:0 15px 50px rgba(0,0,0,.25);z-index:5}.recordBar>span{font-size:10px;color:#cbd2d0}.liveDot{width:8px;height:8px;border-radius:50%;background:#ed625c;box-shadow:0 0 0 5px rgba(237,98,92,.15)}.compact{margin-left:auto;padding:11px 17px}.photoPlaceholder{background:#fff;border-radius:12px;padding:10px;margin-bottom:13px;border:1px solid #dfe2dc}.photoPlaceholder>span{font-size:7px;letter-spacing:.13em;color:#718080}.photoPlaceholder>p{font-size:9px;color:#758183;text-align:center}.photoScene{height:240px;border-radius:8px;overflow:hidden;position:relative;background:linear-gradient(#bcdce9 0 55%,#bad4a3 55%);filter:saturate(.8)}.sun{width:55px;height:55px;background:#f6d788;right:11%;top:13%}.hill,.sun{position:absolute;border-radius:50%}.hill{width:80%;height:75%;background:#88ad79;bottom:-45%;left:-15%;transform:rotate(8deg)}.hill.two{left:35%;bottom:-50%;background:#729b6b}.people{position:absolute;bottom:28px;left:42%;font-size:28px;letter-spacing:10px;color:#465f5f}.collabBoard{background:#fff;border-radius:12px;padding:19px;margin-bottom:12px}.collabBoard>p{text-align:center;font:19px "DM Serif Display";margin:0 0 15px}.options{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px}.options button{border:1px solid var(--line);background:#fafbf8;border-radius:8px;padding:12px 5px;display:flex;flex-direction:column;gap:7px;align-items:center}.options button b{font-size:24px}.options button span{font-size:8px;font-weight:700}.partner{display:flex;align-items:center;gap:10px;background:#fff6e9;border:1px solid #f2dfc5;border-radius:9px;padding:10px;margin-top:10px}.partner>div:last-child{display:flex;flex-direction:column}.partner b{font-size:10px}.partner span{font-size:8px;color:#798486}.results h1{font-size:63px;margin-bottom:18px}.resultGrid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:16px;gap:16px;margin-top:35px}.nextCard,.scoreCard{background:#fff;border:1px solid var(--line);border-radius:13px;padding:28px}.scoreCard{display:grid;grid-template-columns:160px 1fr;grid-gap:28px;gap:28px}.ring{width:145px;height:145px;border-radius:50%;border:13px solid #d9eee8;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring b{font:34px "DM Serif Display";color:var(--teal)}.ring span{text-align:center;font-size:9px;color:#748082}.nextCard h3,.scoreCard h3{font:24px "DM Serif Display";margin:4px 0}.nextCard p,.scoreCard p{color:#748082;font-size:11px;line-height:1.5}.skillBars div{margin-top:10px}.skillBars span{font-size:8px}.skillBars i{height:5px;background:#edf0ec;margin-top:4px}.skillBars em,.skillBars i{display:block;border-radius:5px}.skillBars em{width:30%;height:100%;background:#b7ddd3}.nextCard>span{font-size:8px;font-weight:700;letter-spacing:.12em;color:#e37b25}.nextCard audio,.sessionList audio{width:100%;height:35px;margin-top:18px}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.secondary{border:1px solid var(--line);background:white;border-radius:8px;padding:15px 22px;font-size:12px;font-weight:700;cursor:pointer}.history h1{font-size:64px}.empty{background:#fff;border:1px solid var(--line);border-radius:13px;padding:55px;text-align:center}.empty>span{font-size:32px;color:var(--teal)}.empty h3{font:25px "DM Serif Display";margin:15px 0 5px}.empty p{font-size:12px;color:#748082}.sessionList{display:grid;grid-gap:10px;gap:10px}.sessionList article{background:white;border:1px solid var(--line);border-radius:10px;padding:18px;display:grid;grid-template-columns:1fr minmax(250px,400px) 30px;align-items:center;grid-gap:20px;gap:20px}.sessionList article span{font-size:8px;color:var(--teal);font-weight:700}.sessionList h3{margin:5px 0;font:20px "DM Serif Display"}.sessionList p{font-size:9px;color:#748082;margin:0}.sessionList article>button{border:0;background:none;font-size:20px;color:#97a0a0;cursor:pointer}@media(max-width:900px){.hero{grid-template-columns:1fr;padding:55px 30px}.heroVisual{min-height:470px}.orb{width:350px}.partGrid{grid-template-columns:1fr 1fr}.setup{grid-template-columns:1fr}.setupIntro h1{font-size:56px}.resultGrid{grid-template-columns:1fr}.options{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){nav{padding:0 18px}.navLinks>button:not(.smallStart){display:none}.hero{padding:45px 20px}.hero h1{font-size:64px}.heroCopy>p{font-size:15px}.trust{flex-direction:column;gap:8px}.heroVisual{min-height:390px}.orb{width:290px}.floatCard.top{right:-10px}.floatCard.bottom{left:-5px}.partsSection{padding:65px 20px}.sectionHead{display:block}.sectionHead h2{font-size:40px}.partGrid{grid-template-columns:1fr}.page{padding:45px 20px}.history h1,.results h1,.setupIntro h1{font-size:49px}.setupPanel{padding:20px}.scoreCard{grid-template-columns:1fr}.ring{margin:auto}.examHeader{padding:0 15px}.examHeader .brand span:last-child{display:none}.promptCard{padding:25px 32px}.promptCard p{font-size:22px}.sessionList article{grid-template-columns:1fr}.resultGrid{gap:10px}footer{display:block}footer p{margin:22px 0}.heroActions{align-items:flex-start;flex-direction:column;gap:14px}}.conversationPlayer{display:flex;align-items:center;gap:11px;margin-top:18px;padding:11px;background:#f3f5f1;border:1px solid #e1e5df;border-radius:9px}.playButton{width:36px;height:36px;border:0;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;cursor:pointer;flex:none;font-size:11px}.playerMain{flex:1 1;min-width:0}.playerLabels{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px}.playerLabels b,.playerLabels span{font-size:8px;color:#697678}.playerLabels span{color:var(--teal);font-weight:700}.conversationPlayer input{display:block;width:100%;height:4px;accent-color:var(--teal);cursor:pointer}.nextCard .conversationPlayer{margin-top:20px}.sessionList .conversationPlayer{margin-top:0}.sessionList article{grid-template-columns:minmax(180px,1fr) minmax(300px,1.4fr) 30px}@media(max-width:600px){.sessionList article{grid-template-columns:1fr}.conversationPlayer{width:100%}}.setup{grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);gap:clamp(42px,6vw,88px)}.setupPanel{padding:36px;max-width:640px;width:100%}.setupPanel>label{font-size:11px;margin-bottom:12px}.modeTabs{margin-bottom:30px}.modeTabs button{min-height:64px;padding:13px 15px}.modeTabs b{font-size:16px}.modeTabs span{font-size:12px;margin-top:5px}.fullChoice{min-height:72px;padding:16px 17px}.fullChoice b{font-size:15px}.fullChoice small{font-size:12px;line-height:1.35}.fullChoice em{font-size:8px}.partChoices button{min-height:62px;padding:12px 13px}.partChoices i{width:36px;height:36px;font-size:16px}.partChoices b{font-size:13px;line-height:1.2}.partChoices small{font-size:11px;margin-top:3px}.deviceNote{padding:13px 15px}.deviceNote p{font-size:11px}@media(max-width:900px){.setup{grid-template-columns:1fr;gap:28px;max-width:680px;margin:0 auto}.setupPanel{max-width:none}}@media(max-width:600px){nav{height:64px}.navLinks .smallStart{padding:10px 14px;font-size:11px}.page.setup{min-height:calc(100svh - 64px);padding:16px 14px 18px;gap:12px;align-content:start}.setupIntro .kicker{font-size:9px}.setupIntro h1{font-size:34px;line-height:.96;margin:9px 0 0;max-width:360px}.setupIntro p{display:none}.setupPanel{padding:16px;border-radius:11px}.setupPanel>label{font-size:9px;margin-bottom:7px}.modeTabs{margin-bottom:14px}.modeTabs button{min-height:49px;padding:8px 11px}.modeTabs b{font-size:13px}.modeTabs span{font-size:10px;margin-top:2px}.fullChoice{min-height:58px;padding:10px 11px;gap:10px}.fullChoice .play{width:32px;height:32px}.fullChoice b{font-size:13px}.fullChoice small{font-size:10px;margin-top:2px}.fullChoice em{font-size:7px;padding:4px 6px}.partChoices{gap:7px;margin:8px 0 12px}.partChoices button{min-height:50px;padding:8px;gap:8px}.partChoices i{width:32px;height:32px;font-size:14px}.partChoices b{font-size:11px}.partChoices small{font-size:9px}.deviceNote{padding:8px 10px;margin-bottom:11px}.deviceNote p{font-size:9px;line-height:1.35}.setupPanel>.primary.wide{padding:13px 18px;font-size:12px}}.partner{transition:border-color .2s,box-shadow .2s,background .2s}.partner>div:last-of-type{min-width:0;flex:1 1}.partner p{margin:7px 0 0;font-size:12px;line-height:1.45;color:#536164;font-style:italic}.partner.isSpeaking{background:#fff0dc;border-color:#edb66f;box-shadow:0 0 0 3px rgba(232,135,42,.11),0 8px 24px rgba(105,65,19,.08)}.partner.isSpeaking .avatar{animation:alexTalk 1.1s ease-in-out infinite}.partner.isSpeaking>div>span{color:#bd5d12;font-weight:700}.speaker.isSpeaking .avatar{box-shadow:0 0 0 5px rgba(11,122,117,.1)}@keyframes alexTalk{50%{transform:scale(1.08);box-shadow:0 0 0 6px rgba(232,135,42,.13)}}@media(max-width:600px){.partner p{font-size:10px;line-height:1.35;max-height:44px;overflow:auto}}.photoPlaceholder{margin:0 0 13px}.photoPlaceholder>figcaption{font-size:8px;letter-spacing:.13em;color:#718080;margin:1px 2px 9px}.photoPlaceholder>p{font-size:10px;margin:8px 4px 2px}.photoPlaceholder .photoScene{display:block;width:100%;height:clamp(240px,42vh,410px);border-radius:8px;object-fit:cover;background:#e5e8e3;filter:none}.orbCenter .wave{margin:0;justify-self:center}@media(max-width:380px){.page.setup{padding-inline:10px}.setupIntro h1{font-size:30px}.setupPanel{padding:13px}.fullChoice em{display:none}}.collabBoard{padding:24px}.collabBoard>p{font-size:22px;line-height:1.35;margin-bottom:19px}.options{gap:11px}.options button{min-height:104px;padding:14px 8px;gap:9px;justify-content:center;text-align:center}.options button b{font-size:34px;line-height:1}.options button span{font-size:11px;line-height:1.25;text-align:center}@media(max-width:900px){.options{grid-template-columns:repeat(3,1fr);gap:10px}.options button{min-height:92px}.options button b{font-size:31px}.options button span{font-size:12px}}@media(max-width:600px){.examStage{padding:20px 12px 90px}.collabBoard{padding:14px}.collabBoard>p{font-size:18px;margin-bottom:12px}.options{grid-template-columns:repeat(3,1fr);gap:7px}.options button{min-height:76px;padding:9px 5px;gap:6px}.options button b{font-size:27px}.options button span{font-size:10px;line-height:1.15}}