.Chat_layout__8TTaY{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.Chat_header__RCVJ0{width:100%;max-width:var(--max);margin:32px auto 24px;padding:24px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:96px 1fr;gap:20px;align-items:center}.Chat_header__RCVJ0 img{width:96px;height:96px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#eef2ff;box-shadow:0 4px 16px rgba(37,99,235,.25);image-rendering:auto;transform:translateZ(0)}.Chat_header__RCVJ0 h1{margin:0 0 6px;font-size:2.1rem;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.Chat_header__RCVJ0 h2{margin:0;font-size:1.05rem;font-weight:500;color:var(--muted)}.Chat_main__nKWW6{flex:1;display:flex;flex-direction:column;align-items:center;padding-bottom:120px}.Chat_chatContainer__mFXij{width:100%;max-width:var(--max-chat);margin:0 auto;padding:0 8px 28px;gap:18px}.Chat_chatContainer__mFXij,.Chat_taliaMsg__TDKHV,.Chat_userMsg__1f7gh{display:flex;flex-direction:column}.Chat_userMsg__1f7gh{align-items:flex-end}.Chat_senderLabel__fuV6r{font-size:.95em;font-weight:700;margin-bottom:4px;color:#374151}.Chat_taliaMsg__TDKHV .Chat_senderLabel__fuV6r{color:var(--muted)}.Chat_bubble__Gjbp_{border-radius:14px;padding:14px 18px;max-width:92%;line-height:1.55;word-break:break-word;background:#f8fafc;color:var(--ink);box-shadow:var(--soft-shadow);border:1px solid var(--line)}.Chat_userMsg__1f7gh .Chat_bubble__Gjbp_{background:linear-gradient(95deg,var(--brand-1),var(--brand-2));color:#fff;border:none;box-shadow:0 8px 24px rgba(29,78,216,.25)}.Chat_taliaMsg__TDKHV .Chat_bubble__Gjbp_{background:var(--card);color:var(--ink)}.Chat_emptyMsg__jB3nr{text-align:center;color:var(--muted);font-size:1.06em;margin-top:12px}.Chat_typingMsg__sXKHk{color:var(--brand-1);font-style:italic;padding:6px 0}.Chat_inputRow__JY_PY{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:860px;margin:0 auto;display:flex;justify-content:center;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(2,6,23,.05));padding:14px 12px 18px;z-index:10}.Chat_inputRow__JY_PY>.Chat_inner__ey3Vt{width:100%;max-width:860px;margin:0 auto;display:flex;gap:12px}.Chat_input__75_dM{flex:1;min-height:52px;max-height:170px;resize:vertical;padding:14px 16px;font-size:1.05em;line-height:1.4;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;background:#fff;color:#0f172a;box-shadow:0 6px 18px rgba(2,6,23,.08);transition:border-color .15s,box-shadow .15s,background .15s,color .15s}.Chat_input__75_dM:focus{border-color:var(--brand-1);box-shadow:0 0 0 4px var(--ring)}.Chat_sendBtn__Y4c6f{height:52px;padding:0 26px;border:none;border-radius:12px;cursor:pointer;font-size:1.03em;font-weight:600;color:#fff;background:linear-gradient(95deg,var(--brand-1),var(--brand-2));box-shadow:0 8px 20px rgba(29,78,216,.25);transition:transform .04s,box-shadow .2s,filter .2s}.Chat_sendBtn__Y4c6f:hover{box-shadow:0 10px 26px rgba(29,78,216,.3)}.Chat_sendBtn__Y4c6f:active{transform:translateY(1px);filter:saturate(1.05)}.Chat_footer__6Q_wk{text-align:center;color:#9aa4b2;font-size:.98em;padding:10px 0 18px;margin-top:0}@media (max-width:720px){.Chat_header__RCVJ0{grid-template-columns:72px 1fr;gap:14px}.Chat_header__RCVJ0 img{width:72px;height:72px}.Chat_header__RCVJ0 h1{font-size:1.6rem}.Chat_header__RCVJ0 h2{font-size:1rem}.Chat_bubble__Gjbp_{max-width:100%}}