/* AMES Chat UI v2 · Scene Conversation
   Personal chat is the baseline. Group chat extends the same Character Turn language. */
.v2f-root.v2f-chat-v2{--v2f-canvas:#f7f6f2;--v2f-paper:#fffefd;--v2f-ink:#28323d;--v2f-muted:#687787;--v2f-line:rgba(62,75,89,.13);--v2f-user:#e9eef2;--v2f-user-line:#d8e0e7;--v2f-send:#425d78;color:var(--v2f-ink)}
.v2f-root.v2f-chat-v2 .v2f-backdrop{background:rgba(24,31,39,.48);backdrop-filter:blur(9px)}
.v2f-root.v2f-chat-v2 .v2f-shell{background:var(--v2f-canvas);border-color:rgba(66,78,90,.16);box-shadow:0 24px 72px rgba(24,31,39,.28)}
.v2f-root.v2f-chat-v2.layout-vertical.v2f-chat-personal .v2f-shell{width:min(750px,96vw)}
.v2f-root.v2f-chat-v2.layout-vertical.v2f-chat-group .v2f-shell{width:min(820px,96vw)}
.v2f-root.v2f-chat-v2 .v2f-shell header{min-height:72px;padding:10px 16px 10px 18px;background:rgba(255,254,251,.97);border-bottom-color:var(--v2f-line)}
.v2f-root.v2f-chat-v2 .v2f-title{gap:11px;min-width:220px}
.v2f-root.v2f-chat-v2 .v2f-title>div:last-child{min-width:0}
.v2f-root.v2f-chat-v2 .v2f-title strong{font-size:15.5px;letter-spacing:-.015em;color:#26313c;max-width:330px}
.v2f-root.v2f-chat-v2 .v2f-title span{margin-top:3px;font-size:11.5px;color:#7a8691;max-width:420px}
.v2f-title-avatars{display:flex;align-items:center;flex:0 0 auto;padding-left:2px}
.v2f-title-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;background:color-mix(in srgb,var(--avatar-accent,#718398) 12%,#fff);border:2px solid #fff;box-shadow:0 2px 9px rgba(30,40,51,.12);display:grid;place-items:center;font-size:12px;font-weight:750;color:var(--avatar-accent,#64778c);overflow:hidden}
.v2f-title-avatar+.v2f-title-avatar{margin-left:-10px}
.v2f-root.v2f-chat-v2.v2f-chat-group .v2f-title-avatar{width:32px;height:32px}
.v2f-root.v2f-chat-v2 .v2f-shell main{padding:28px max(24px,7vw) 38px;background:linear-gradient(180deg,rgba(248,247,243,.94),rgba(250,249,246,.97)),var(--v2f-bg-image,none);background-size:cover;background-position:center}
.v2f-root.v2f-chat-v2 .v2f-msg{max-width:min(760px,88%);margin-bottom:21px}
.v2f-root.v2f-chat-v2 .v2f-msg.mine{max-width:min(620px,78%);margin-bottom:24px}
.v2f-root.v2f-chat-v2 .v2f-msg.theirs.v2f-character-turn{display:flex;gap:10px;align-items:flex-start;margin-bottom:30px}
.v2f-root.v2f-chat-v2 .v2f-msg.theirs.v2f-character-turn .v2f-msg-body{max-width:100%;min-width:0}
.v2f-root.v2f-chat-v2 .v2f-msg-head{margin:0 5px 7px;font-size:11px;color:#89939d;gap:7px}
.v2f-root.v2f-chat-v2 .v2f-msg.theirs .v2f-msg-head{margin-left:1px}
.v2f-root.v2f-chat-v2 .v2f-msg.theirs .v2f-msg-head span{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:760;color:var(--v2f-speaker-accent,#52667c);letter-spacing:-.01em}
.v2f-root.v2f-chat-v2 .v2f-msg.theirs .v2f-msg-head span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--v2f-speaker-accent,#708399);box-shadow:0 0 0 3px color-mix(in srgb,var(--v2f-speaker-accent,#708399) 10%,transparent)}
.v2f-root.v2f-chat-v2.v2f-chat-personal .v2f-msg.theirs .v2f-msg-head span{color:#64717d;font-weight:680}
.v2f-root.v2f-chat-v2.v2f-chat-group .v2f-msg.theirs .v2f-msg-head span{font-size:12.5px;font-weight:800}
.v2f-root.v2f-chat-v2 .v2f-avatar{width:40px;height:40px;margin-top:19px;border:2px solid rgba(255,255,255,.9);box-shadow:0 4px 14px rgba(35,45,56,.13)}
.v2f-root.v2f-chat-v2 .v2f-bubble{background:var(--v2f-paper);border-color:rgba(69,81,94,.13);border-radius:7px 18px 18px 18px;padding:12px 15px;line-height:1.7;color:#2e3944;box-shadow:0 4px 16px rgba(39,49,60,.055);font-size:14px}
.v2f-root.v2f-chat-v2 .v2f-msg.mine .v2f-bubble{background:var(--v2f-user);border-color:var(--v2f-user-line);border-radius:18px 7px 18px 18px;color:#35424e;box-shadow:0 4px 14px rgba(44,57,70,.045)}
.v2f-root.v2f-chat-v2 .v2f-msg.mine .v2f-msg-head span{color:#6f7c88;font-weight:680}
/* Character Turn: narration remains part of the scene, not a low-priority footnote. */
.v2f-root.v2f-chat-v2 .v2f-msg.theirs.v2f-rp-segmented .v2f-bubble{background:transparent;border:0;box-shadow:none;padding:0;border-radius:0}
.v2f-root.v2f-chat-v2 .v2f-rp-stack{gap:9px;max-width:100%}
.v2f-root.v2f-chat-v2 .v2f-rp-stage{max-width:100%;padding:9px 12px 9px 13px;border-left:3px solid var(--v2f-speaker-accent,#7b8794);border-radius:0 10px 10px 0;background:color-mix(in srgb,var(--v2f-speaker-accent,#7b8794) 6%,rgba(255,255,255,.74));color:#526170;font-size:13.5px;font-weight:510;line-height:1.78;letter-spacing:-.008em;white-space:pre-wrap;word-break:break-word}
.v2f-root.v2f-chat-v2 .v2f-rp-dialogue{max-width:100%;width:max-content;padding:12px 15px;background:var(--v2f-paper);border:1px solid color-mix(in srgb,var(--v2f-speaker-accent,#738497) 18%,rgba(70,82,94,.1));border-radius:7px 18px 18px 18px;box-shadow:0 5px 18px rgba(39,49,60,.06);color:#28333e;font-size:14.2px;font-weight:450;line-height:1.7;white-space:pre-wrap;word-break:break-word}
.v2f-root.v2f-chat-v2.v2f-chat-group .v2f-rp-stage{background:color-mix(in srgb,var(--v2f-speaker-accent,#7b8794) 7%,rgba(255,255,255,.76))}
.v2f-root.v2f-chat-v2.v2f-chat-group .v2f-character-turn{position:relative;padding-bottom:3px}
.v2f-root.v2f-chat-v2.v2f-chat-group .v2f-character-turn+.v2f-character-turn{margin-top:3px}
.v2f-root.v2f-chat-v2 .v2f-more{color:#9aa3ac}
.v2f-root.v2f-chat-v2 .v2f-narrator{background:rgba(232,231,226,.72);color:#707b85;font-size:11.5px;letter-spacing:.01em}
.v2f-root.v2f-chat-v2 .v2f-typing{background:rgba(255,254,251,.9);border-color:rgba(69,81,94,.12);box-shadow:0 4px 14px rgba(39,49,60,.04)}
.v2f-root.v2f-chat-v2 .v2f-typing i{background:#7f8d99}
.v2f-root.v2f-chat-v2 .v2f-shell footer{gap:8px;padding:10px 13px 11px;background:rgba(255,254,251,.98);border-top-color:var(--v2f-line)}
.v2f-root.v2f-chat-v2 .v2f-shell footer textarea{min-height:44px;border-color:#d8deda;background:#fffefd;border-radius:14px;padding:11px 13px;color:#2d3741;box-shadow:inset 0 1px 1px rgba(35,45,55,.02)}
.v2f-root.v2f-chat-v2 .v2f-shell footer textarea::placeholder{color:#9aa3aa}
.v2f-root.v2f-chat-v2 .v2f-shell footer>button[data-send]{width:68px;border-radius:12px;background:var(--v2f-send);box-shadow:0 4px 12px rgba(51,73,94,.13)}
.v2f-root.v2f-chat-v2 .v2f-inject{width:38px;height:44px;border-color:#d8deda;background:#fffefd;border-radius:12px;color:#657687;font-size:19px}
.v2f-root.v2f-chat-v2 .v2f-recipient{height:38px;align-self:center;max-width:116px;padding:0 11px;border-color:#d8deda;border-radius:999px;background:#fffefd;color:#586979;font-size:11.5px;font-weight:650}
.v2f-root.v2f-chat-v2 .v2f-actions button,.v2f-root.v2f-chat-v2 .v2f-shell header select{border-color:#daddda;background:#fffefd;color:#62707d;box-shadow:none}
.v2f-root.v2f-chat-v2 .v2f-actions button:hover{background:#f0efeb}
.v2f-root.v2f-chat-v2 .v2f-empty{color:#929aa0}
@media(max-width:980px){.v2f-root.v2f-chat-v2.layout-vertical.v2f-chat-personal .v2f-shell,.v2f-root.v2f-chat-v2.layout-vertical.v2f-chat-group .v2f-shell{width:min(760px,97vw)}.v2f-root.v2f-chat-v2 .v2f-shell main{padding-left:24px;padding-right:24px}}
@media(max-width:760px){.v2f-root.v2f-chat-v2 .v2f-shell{width:100%!important}.v2f-root.v2f-chat-v2 .v2f-title{min-width:150px;gap:7px}.v2f-root.v2f-chat-v2 .v2f-title-avatars{display:none}.v2f-root.v2f-chat-v2 .v2f-title strong{font-size:14px;max-width:160px}.v2f-root.v2f-chat-v2 .v2f-title span{max-width:175px}.v2f-root.v2f-chat-v2 .v2f-shell main{padding:20px 13px 28px}.v2f-root.v2f-chat-v2 .v2f-msg,.v2f-root.v2f-chat-v2 .v2f-msg.theirs.v2f-character-turn{max-width:95%}.v2f-root.v2f-chat-v2 .v2f-msg.mine{max-width:86%}.v2f-root.v2f-chat-v2 .v2f-avatar{width:33px;height:33px}.v2f-root.v2f-chat-v2 .v2f-rp-stage{font-size:13px;padding:8px 10px}.v2f-root.v2f-chat-v2 .v2f-rp-dialogue{font-size:13.8px;padding:11px 13px}.v2f-root.v2f-chat-v2 .v2f-recipient{max-width:92px;padding:0 7px}.v2f-root.v2f-chat-v2 .v2f-shell footer>button[data-send]{width:58px}}
