#webora-launcher{

    position:fixed;

    right:30px;

    bottom:30px;

    z-index:999999;

    display:flex;

    flex-direction:column;

    align-items:flex-end;

}

.webora-help-bubble{

    background:#fff;

    padding:14px 18px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    margin-bottom:15px;

    animation:weboraFloat 3s ease-in-out infinite;

}

.bubble-title{

    font-size:17px;

    font-weight:700;

    color:#222;

}

.bubble-text{

    margin-top:5px;

    color:#2563eb;

    font-weight:600;

    transition:.4s;

}

.webora-toggle{

    width:72px;

    height:72px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    background:linear-gradient(
        135deg,
        #2563eb,
        #4f46e5
    );

    color:#fff;

    font-size:26px;

    font-weight:bold;

    box-shadow:

        0 12px 35px rgba(37,99,235,.45);

    transition:.3s;

    animation:weboraPulse 2s infinite;

}

.webora-toggle:hover{

    transform:scale(1.08);

}

.webora-ai-icon{

    display:flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:100%;

    font-size:22px;

    letter-spacing:1px;

}