.chat-form{width:min(480px,100%);flex-shrink:0;margin-top:9px;position:relative;z-index:12;pointer-events:auto}
.chat-input-row{display:flex;align-items:flex-end;gap:6px;padding:7px 8px 7px 14px;border-radius:23px;background:#fffef0f2;border:1px solid #fffcebe6;box-shadow:0 6px 26px #24442a1c;backdrop-filter:blur(18px);transition:box-shadow .2s}
.chat-input-row:focus-within{box-shadow:0 0 0 2px #c8d8a6b0,0 6px 26px #24442a26}
.forest-edition .workspace textarea{pointer-events:auto}
#chat-input{display:block;resize:none;min-height:34px;max-height:78px;width:100%;border:0;outline:0;padding:6px 0;background:transparent;color:#40563e;font:14px/22px Noto,sans-serif;scrollbar-width:thin}
#chat-input::placeholder{color:#849178}#chat-input:disabled{opacity:.6}
.chat-form button{width:36px;height:36px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:#648151;color:#ffffe7;padding:0;transition:transform .2s}
.chat-form button:hover{transform:translateY(-2px);background:#526f40}.chat-form button:disabled{background:#dce5cb;color:#9ba58e;opacity:.8;transform:none}
.chat-form button svg{width:18px;height:18px}.chat-form #chat-stop{background:#ece4d2;color:#846d47}.chat-form #chat-stop svg{width:13px;height:13px}
.chat-label,#chat-status{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.chat-last{font-size:10px;line-height:1.5;color:#fffde9;background:#3357397a;border:1px solid #f4f9d625;padding:6px 12px;border-radius:14px;max-height:43px;overflow-y:auto;margin:0 0 6px;overflow-wrap:anywhere;scrollbar-width:thin;max-width:92%;margin-left:auto;width:fit-content}
.chat-form[data-busy=true] .chat-input-row{border-color:#b4ca98}.chat-form[data-busy=true] .chat-last:before{content:'✧';display:inline-block;margin-right:6px;animation:chat-glimmer 1.2s ease-in-out infinite alternate}
@keyframes chat-glimmer{to{opacity:.3;transform:scale(.7)}}
.forest-edition .speech-content p{overflow-wrap:anywhere}
@media(min-width:1500px){.chat-form{width:500px}}
@media(max-width:740px){.chat-form{width:calc(100% - 6px);margin-top:8px}.chat-input-row{padding:6px 7px 6px 13px}#chat-input{font-size:16px}.forest-edition .character-list{max-height:calc(100svh - 340px)}.forest-edition .control-panel{bottom:234px;max-height:min(325px,calc(100svh - 380px))}.chat-last{font-size:10px;max-height:39px}.forest-edition .speech-card{max-height:108px}}
@media(max-height:650px){.forest-edition .speech-card{max-height:79px}.chat-last{max-height:27px}.forest-edition .world-slot{min-height:100px}.chat-form{margin-top:6px}}
@media(max-width:740px){body.chat-keyboard .workspace{bottom:auto;top:62px;height:calc(var(--chat-viewport) - 72px)}body.chat-keyboard .stage-heading,body.chat-keyboard .stage-actions,body.chat-keyboard .companions,body.chat-keyboard .control-panel{display:none}body.chat-keyboard .world-slot{margin-top:0;min-height:55px}body.chat-keyboard .speech-card{max-height:85px;margin-top:2px}body.chat-keyboard .model-wrap{height:100%;top:50%}body.chat-keyboard .chat-last{max-height:25px}body.chat-keyboard .forest-friend{display:none}}
@media(prefers-reduced-motion:reduce){.chat-form *{animation:none!important;transition:none!important}}
@media(max-width:740px){.forest-edition .studio-open{width:62px;min-height:48px;padding:6px 4px;gap:1px;flex-direction:column;font-size:9px;white-space:nowrap}.forest-edition .studio-open>span{font-size:20px;line-height:22px}}

/* Long replies remain selectable and scrollable inside the existing card. */
.forest-edition .speech-content{min-height:0;overflow-y:auto;scrollbar-width:thin;overscroll-behavior:contain}
.forest-edition #subtitle{white-space:pre-wrap;display:block;-webkit-line-clamp:unset;max-height:none}
.history-answer{white-space:pre-wrap;overflow-wrap:anywhere}
