.v2-idle-chat-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(15,23,42,.35);box-sizing:border-box}.v2-idle-chat-overlay--invite{align-items:center}.v2-idle-chat-invite{width:min(420px,100%);padding:20px 20px 16px;border-radius:16px;background:var(--surface,#fff);color:var(--text,#0f172a);box-shadow:0 12px 40px rgba(15,23,42,.18)}.v2-idle-chat-invite__title{margin:0 0 8px;font-size:1.25rem;font-weight:650;line-height:1.25}.v2-idle-chat-invite__body{margin:0 0 16px;font-size:.95rem;line-height:1.45;color:var(--text-muted,#475569)}.v2-idle-chat-invite__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.v2-idle-chat-invite__actions .btn{min-height:44px;min-width:44px}.v2-idle-chat-loading{margin:16px;font-size:.95rem;color:var(--text-muted,#475569)}.v2-idle-chat-panel{width:min(480px,100%);max-height:min(85vh,720px);display:flex;flex-direction:column;border-radius:16px 16px 0 0;background:var(--surface,#fff);overflow:hidden;box-shadow:0 -8px 32px rgba(15,23,42,.2)}.v2-idle-chat-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border,#e2e8f0)}.v2-idle-chat-panel__head h2{margin:0;font-size:1rem;font-weight:650}.v2-idle-chat-panel__close{min-height:44px;min-width:44px;border:0;background:transparent;color:var(--text-muted,#475569);font-size:.9rem;cursor:pointer}.v2-idle-chat-panel .lac-page--embed,.v2-idle-chat-panel .lac-root{flex:1 1;min-height:0;max-height:calc(85vh - 56px)}@media (prefers-reduced-motion:reduce){.v2-idle-chat-invite,.v2-idle-chat-overlay,.v2-idle-chat-panel{transition:none}}@media (min-width:720px){.v2-idle-chat-overlay{align-items:center}.v2-idle-chat-panel{border-radius:16px;max-height:min(80vh,640px)}}