#zad-ai-v2{
    position:fixed;
    right:28px;
    bottom:40px;
    z-index:999999;
    font-family:Arial,Tahoma,sans-serif;
}

.zad-ai-launcher{
    width:78px;
    height:78px;
    border:0;
    border-radius:50%;
    cursor:pointer;
    position:relative;
    background:transparent;
    padding:0;
}

.zad-status{
    position:absolute;
    right:6px;
    bottom:8px;
    width:17px;
    height:17px;
    background:#25D366;
    border:3px solid #fff;
    border-radius:50%;
}

.zad-panel{
    position:absolute;
    right:0;
    bottom:92px;
    width:380px;
    max-width:calc(100vw - 35px);
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 24px 70px rgba(0,0,0,.35);
}

.zad-header{
    background:linear-gradient(135deg,#03233d,#04447C,#078c9b);
    color:#fff;
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.zad-brand{
    display:flex;
    align-items:center;
    gap:12px;
}

.zad-brand b{
    display:block;
    font-size:21px;
}

.zad-brand span{
    display:block;
    font-size:12px;
    margin-top:4px;
}

.zad-mini{
    width:48px;
    height:48px;
    border-radius:16px;
    background:#fff;
    color:#04447C;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}

.zad-header button{
    background:transparent;
    border:0;
    color:#fff;
    font-size:30px;
    cursor:pointer;
}

.zad-teaser{
    position:absolute;
    right:0;
    bottom:92px;
    width:250px;
    background:#fff;
    padding:13px 15px;
    border-radius:16px;
    box-shadow:0 14px 34px rgba(0,0,0,.25);
    font-size:13px;
    line-height:1.6;
}

.zad-teaser b{
    display:block;
    color:#04447C;
}

[x-cloak]{
    display:none !important;
}
