.lune-chat-hero__panel{width:100%;min-width:0;max-width:100%}.lune-chat-shell{border-radius:var(--lune-radius-lg);border:1px solid var(--lune-line);width:100%;max-width:100%;height:fit-content;min-height:280px;max-height:min(420px,62vh);-webkit-backdrop-filter:blur(min(4px, var(--lune-glass-blur)));backdrop-filter:blur(min(4px, var(--lune-glass-blur)));background:#ffffff0d;flex-direction:column;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff0f}.lune-chat-shell__messages{scroll-behavior:smooth;flex:auto;min-height:8rem;padding:.85rem 1rem .45rem;overflow-y:auto}.lune-chat-shell__messages::-webkit-scrollbar{width:5px}.lune-chat-shell__messages::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.lune-chat-row{align-items:flex-end;gap:.45rem;margin-bottom:.85rem;display:flex}.lune-chat-row--user{justify-content:flex-end}.lune-chat-avatar{border:1px solid #ffffff1a;border-radius:999px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.lune-chat-avatar img{object-fit:cover;width:100%;height:100%}.lune-chat-avatar--user{color:#ffffffb3;background:#ffffff14;border-color:#ffffff14;place-items:center;display:grid}.lune-chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:min(78%,320px);padding:.62rem .82rem;font-size:.84rem;line-height:1.45}.lune-chat-link{color:inherit;text-underline-offset:.14em;opacity:.92;text-decoration:underline}.lune-chat-link:hover,.lune-chat-link:focus-visible{opacity:1}.lune-chat-bubble--user .lune-chat-link{color:#fff}.lune-chat-bubble--assistant{color:#f2f4f8;background:#ffffff14;border:1px solid #ffffff14;border-bottom-left-radius:6px}.lune-chat-bubble--user{color:#12141a;background:#e4e7ee;border-bottom-right-radius:6px}.lune-chat-bubble--pending{color:#ffffff8c;font-style:italic}.lune-chat-shell__quick-replies{flex-wrap:wrap;flex-shrink:0;gap:.45rem;padding:0 .85rem .65rem;display:flex}.lune-chat-quick-reply{color:#ffffffe0;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;padding:.42rem .75rem;font-size:.78rem;line-height:1.3;transition:background .2s,border-color .2s,color .2s}.lune-chat-quick-reply:hover:not(:disabled),.lune-chat-quick-reply:focus-visible:not(:disabled){color:#fff;background:#ffffff1f;border-color:#ffffff47}.lune-chat-quick-reply:disabled{opacity:.45;cursor:not-allowed}.lune-chat-shell__composer{border-top:1px solid #ffffff0f;flex-shrink:0;align-items:stretch;gap:.5rem;padding:.75rem .85rem .85rem;display:flex}.lune-chat-input-wrap{flex:1;min-width:0;display:flex;position:relative}.lune-chat-placeholder{pointer-events:none;color:#ffffff61;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;line-height:1.4;position:absolute;inset:.62rem .75rem auto;overflow:hidden}.lune-chat-textarea{resize:none;color:#fff;width:100%;min-height:42px;max-height:120px;font:inherit;box-sizing:border-box;background:#0003;border:1px solid #ffffff1f;border-radius:12px;outline:none;padding:.62rem .75rem;font-size:.84rem;line-height:1.4;transition:border-color .2s}.lune-chat-textarea:focus{border-color:#ffffff3d}.lune-chat-send{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff24;border-radius:12px;flex-shrink:0;align-self:stretch;place-items:center;width:42px;height:auto;min-height:42px;transition:opacity .2s,background .2s,border-color .2s;display:grid}.lune-chat-send .lune-icon{--lune-icon-fg:#fff}.lune-chat-send:disabled{opacity:.35;cursor:not-allowed}.lune-chat-send:not(:disabled):hover{background:#fff3;border-color:#ffffff38}.lune-chat-error{color:#fecaca;background:#7f1d1d59;border:1px solid #f8717159;border-radius:12px;flex-shrink:0;margin:0 .85rem .65rem;padding:.55rem .75rem;font-size:.78rem;line-height:1.4}@media (max-width:767px){.lune-chat-shell{min-height:260px;max-height:min(380px,58vh)}}
