.people-stage{width:min(100% - 40px,570px);margin:clamp(38px,10vh,112px) auto 56px;text-align:center}.people-content{--intro-in:900ms;--intro-out:750ms;--intro-gap:120ms;--intro-hold:1400ms;--intro-controls-delay:1000ms;--intro-controls-in:800ms}.people-stage h1{font-size:clamp(32px,5vw,47px);font-weight:550;letter-spacing:-.045em;margin:15px 0}.people-stage .eyebrow{color:#8b9998;font-size:12px;letter-spacing:.12em}.people-stage .quiet-copy{line-height:1.6;color:#91a09f}.people-progress{display:flex;justify-content:center;gap:10px;min-height:24px;margin-bottom:28px}.people-progress span{height:5px;width:32px;border-radius:5px;background:#1d2525;transition:background .6s}.people-progress .active{background:#ccede3}.people-stage input,.people-stage select{width:100%;box-sizing:border-box;border:1px solid #ffffff20;background:#0b1011;color:#eff8f4;border-radius:18px;padding:18px 22px;font:inherit;font-size:18px;outline:none}.people-stage input:focus,.people-stage select:focus{border-color:#aad5c6}.people-list{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:27px 0 20px}.person-chip{display:flex;align-items:center;gap:10px;border:1px solid #ffffff20;border-radius:28px;padding:9px 17px 9px 9px;background:#0b1011;color:#c6d3d0;font:inherit;cursor:pointer}.person-chip:hover:not(:disabled){border-color:#bce4d6;background:#14201e;color:#eafff8}.person-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#192725;color:#c6e7dd;font-size:14px}.people-actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:25px}.people-stage #people-error{color:#f2b5a6;min-height:20px;font-size:14px;margin:14px 0 0}.people-return{display:inline-block;font-size:13px;color:#74827f;margin-top:12px}.people-stage [hidden]{display:none!important}.character-library{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:12px 0;color:#93aaa3;font-size:13px}.character-library select{max-width:100%;flex:1;min-width:150px;padding:10px;border:1px solid #ffffff20;border-radius:12px;color:#d9eee6;background:#101615;font:inherit}.character-library button{font:inherit;padding:9px 12px;border-radius:12px;background:#12211e;color:#c7e7dc;border:1px solid #ffffff20;cursor:pointer}.character-library small{flex-basis:100%;line-height:1.5}.company-people{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;color:#99b8ad;font-size:13px;margin:20px 0}.company-people a{color:inherit;text-decoration:none}.company-people a:hover{text-decoration:underline}@media(max-width:600px){.people-stage{margin-top:36px}.people-list{gap:8px}.people-stage h1{font-size:34px}}@media(prefers-reduced-motion:reduce){.people-content,.people-progress span{transition:none}}
/* The room header is fixed: reserve its space on both desktop and phone. */
.people-stage{margin-top:112px}
@media(max-width:600px){.people-stage{margin-top:104px}}

.people-stage h1{overflow-wrap:anywhere}
.people-message{min-height:150px;display:flex;flex-direction:column;justify-content:center}
.people-message .quiet-copy{min-height:52px;margin-bottom:0}
.people-controls{min-height:190px}

.people-stage .people-list{min-height:52px;align-content:center;margin-top:20px}
.people-composer{position:relative;width:100%}
.people-stage .people-composer input{padding-right:80px;height:76px;border-radius:24px}
.jammin-people .people-send{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:48px;height:48px;min-height:0;padding:0;border:0;border-radius:16px;background:#d5f1e6;color:#0b2420;cursor:pointer;transition:background .25s,opacity .25s}
.people-send svg{width:23px;height:23px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.jammin-people .people-send:disabled{opacity:.28;cursor:default}
.jammin-people .people-send:hover:not(:disabled){background:#edfff8}
.person-chip:disabled{cursor:default}
.people-actions{margin-top:5px;min-height:24px}

@media(prefers-reduced-motion:reduce){.people-send{transition:none}}

/* One message at a time; the composer retains its place throughout the exchange. */
.people-message{opacity:1;transition:opacity var(--intro-in) cubic-bezier(.22,.8,.25,1)}
.people-controls{opacity:1;transition:opacity var(--intro-controls-in) cubic-bezier(.22,.8,.25,1)}
.people-content.leaving .people-message,.people-content.leaving .people-controls{opacity:0;pointer-events:none;transition-duration:var(--intro-out);transition-timing-function:cubic-bezier(.4,0,.6,1)}
.people-content.controls-pending .people-controls,.people-content.greeting .people-controls{opacity:0;pointer-events:none}
.people-content.greeting #people-step{visibility:hidden}
@media(prefers-reduced-motion:reduce){.people-content{--intro-in:0ms;--intro-out:0ms;--intro-gap:0ms;--intro-controls-delay:0ms;--intro-controls-in:0ms}.people-message,.people-controls{transition:none}}
