.tvmo-ai-widget-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;z-index:9999999}.tvmo-ai-floating{position:fixed;right:22px;bottom:22px}.tvmo-ai-launcher{border:0;border-radius:18px;background:linear-gradient(135deg,#10b981,#0f766e);color:white;font-weight:800;padding:14px 18px;box-shadow:0 18px 45px rgba(0,0,0,.24);cursor:pointer;min-width:230px;text-align:left}.tvmo-ai-panel{display:none;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100vh - 110px));background:white;border:1px solid rgba(15,118,110,.18);border-radius:24px;box-shadow:0 24px 80px rgba(2,44,34,.22);overflow:hidden}.tvmo-ai-panel.open{display:flex;flex-direction:column}.tvmo-ai-head{background:linear-gradient(135deg,#10b981,#0f766e);color:white;padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.tvmo-ai-head strong{display:block;font-size:16px}.tvmo-ai-head span{display:block;font-size:12px;opacity:.92;margin-top:3px}.tvmo-ai-close{background:rgba(255,255,255,.18);border:0;color:white;font-size:24px;width:34px;height:34px;border-radius:999px;cursor:pointer}.tvmo-ai-messages{flex:1;overflow:auto;padding:16px;background:#f7fbfa}.tvmo-ai-msg{max-width:86%;padding:11px 13px;border-radius:16px;margin:0 0 10px;line-height:1.38;font-size:14px;white-space:pre-wrap}.tvmo-ai-agent{background:white;color:#0f172a;border:1px solid #e2e8f0;border-top-left-radius:5px}.tvmo-ai-customer{background:#0f766e;color:white;margin-left:auto;border-bottom-right-radius:5px}.tvmo-ai-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb;background:white}.tvmo-ai-input{flex:1;border:1px solid #cbd5e1;border-radius:999px;padding:12px 14px;font-size:14px;outline:none}.tvmo-ai-input:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.16)}.tvmo-ai-form button{border:0;background:#10b981;color:white;font-weight:800;border-radius:999px;padding:0 15px;cursor:pointer}.tvmo-ai-end{border:0;background:#f8fafc;color:#64748b;padding:10px;cursor:pointer;border-top:1px solid #eef2f7}.tvmo-ai-inline .tvmo-ai-panel{width:100%;height:620px;max-width:720px}.tvmo-ai-inline .tvmo-ai-close{display:none}@media(max-width:520px){.tvmo-ai-floating{right:12px;bottom:12px}.tvmo-ai-panel{height:calc(100vh - 90px)}}
.tvmo-ai-widget-wrap{
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    z-index:9999999
}

.tvmo-ai-floating{
    position:fixed;
    right:22px;
    bottom:22px
}

.tvmo-ai-launcher{
    border:0;
    border-radius:18px;
    background:linear-gradient(135deg,#10b981,#0f766e);
    color:white;
    font-weight:800;
    padding:14px 18px;
    box-shadow:0 18px 45px rgba(0,0,0,.24);
    cursor:pointer;
    min-width:230px;
    text-align:left
}

.tvmo-ai-panel{
    display:none;
    width:min(390px,calc(100vw - 28px));

    /* UPDATED HEIGHT */
    height:min(420px,calc(100vh - 140px));

    background:white;
    border:1px solid rgba(15,118,110,.18);
    border-radius:24px;
    box-shadow:0 24px 80px rgba(2,44,34,.22);
    overflow:hidden
}

.tvmo-ai-panel.open{
    display:flex;
    flex-direction:column
}

.tvmo-ai-head{
    background:linear-gradient(135deg,#10b981,#0f766e);
    color:white;

    /* slightly smaller */
    padding:14px;

    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:flex-start
}

.tvmo-ai-head strong{
    display:block;
    font-size:15px
}

.tvmo-ai-head span{
    display:block;
    font-size:11px;
    opacity:.92;
    margin-top:3px
}

.tvmo-ai-close{
    background:rgba(255,255,255,.18);
    border:0;
    color:white;
    font-size:22px;
    width:32px;
    height:32px;
    border-radius:999px;
    cursor:pointer
}

.tvmo-ai-messages{
    flex:1;
    overflow:auto;

    /* reduced padding */
    padding:12px;

    background:#f7fbfa
}

.tvmo-ai-msg{
    max-width:86%;
    padding:10px 12px;
    border-radius:16px;
    margin:0 0 8px;
    line-height:1.38;
    font-size:14px;
    white-space:pre-wrap
}

.tvmo-ai-agent{
    background:white;
    color:#0f172a;
    border:1px solid #e2e8f0;
    border-top-left-radius:5px
}

.tvmo-ai-customer{
    background:#0f766e;
    color:white;
    margin-left:auto;
    border-bottom-right-radius:5px
}

.tvmo-ai-form{
    display:flex;
    gap:8px;
    padding:10px;
    border-top:1px solid #e5e7eb;
    background:white
}

.tvmo-ai-input{
    flex:1;
    border:1px solid #cbd5e1;
    border-radius:999px;
    padding:11px 14px;
    font-size:14px;
    outline:none
}

.tvmo-ai-input:focus{
    border-color:#10b981;
    box-shadow:0 0 0 3px rgba(16,185,129,.16)
}

.tvmo-ai-form button{
    border:0;
    background:#10b981;
    color:white;
    font-weight:800;
    border-radius:999px;
    padding:0 15px;
    cursor:pointer
}

.tvmo-ai-end{
    border:0;
    background:#f8fafc;
    color:#64748b;
    padding:9px;
    cursor:pointer;
    border-top:1px solid #eef2f7
}

.tvmo-ai-inline .tvmo-ai-panel{
    width:100%;
    height:480px;
    max-width:720px
}

.tvmo-ai-inline .tvmo-ai-close{
    display:none
}

@media(max-width:520px){

    .tvmo-ai-floating{
        right:12px;
        bottom:12px
    }

    .tvmo-ai-panel{
        height:calc(100vh - 180px)
    }

}
