*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{color:#172033;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ktfd-chat{display:grid;grid-template-rows:auto 1fr auto auto;min-height:100%;padding:16px 16px max(16px,env(safe-area-inset-bottom));background:#fff}.ktfd-chat__header{border-bottom:1px solid #e5e7eb;padding-bottom:12px}.ktfd-chat__header h1{margin:0;color:#111827;font-size:18px;font-weight:700;line-height:1.2}.ktfd-chat__header p{margin:4px 0 0;color:#526071;font-size:13px;line-height:1.4}.ktfd-chat__messages{display:flex;flex-direction:column;gap:10px;min-height:0;margin:0;padding:14px 0;overflow-y:auto;list-style:none}.ktfd-chat__message{max-width:86%;border:1px solid #d7dee8;border-radius:8px;padding:10px 12px;white-space:pre-wrap;overflow-wrap:anywhere;color:#172033;background:#f8fafc;font-size:14px;line-height:1.45}.ktfd-chat__message--user{align-self:flex-end;border-color:#1f3a5f;color:#fff;background:#1f3a5f}.ktfd-chat__message--model,.ktfd-chat__message--assistant{align-self:flex-start}.ktfd-chat__status{min-height:20px;margin:0 0 8px;color:#526071;font-size:12px}.ktfd-chat__form{display:grid;grid-template-columns:1fr auto;gap:8px}.ktfd-chat__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.ktfd-chat__form textarea{min-height:44px;max-height:112px;width:100%;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;padding:10px 11px;color:#172033;background:#fff;font:inherit;line-height:1.35}.ktfd-chat__form textarea:focus{border-color:#1f3a5f;outline:3px solid rgba(31,58,95,.15)}.ktfd-chat__form button{min-width:70px;height:44px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:#0f766e;cursor:pointer;font:700 14px/1 system-ui,sans-serif}.ktfd-chat__form button:disabled,.ktfd-chat__form textarea:disabled{cursor:wait;opacity:.65}.ktfd-chat__fatal{margin:16px;color:#9f1239;font:600 14px/1.4 system-ui,sans-serif}@media(max-width:480px){.ktfd-chat{padding:12px 12px max(12px,env(safe-area-inset-bottom))}.ktfd-chat__message{max-width:92%;font-size:13px}.ktfd-chat__form{grid-template-columns:1fr}.ktfd-chat__form button{width:100%}}
