/* CraftPoint Bot Widget */
#cpw-launcher {
position: fixed;
right: 18px;
bottom: 18px;
width: 64px;
height: 64px;
border-radius: 999px;
box-shadow: 0 12px 28px rgba(0,0,0,.25);
cursor: pointer;
z-index: 999999;
overflow: hidden;
background: transparent;
border: none;
padding: 0;
}
#cpw-launcher img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
#cpw-panel {
position: fixed;
right: 18px;
bottom: 94px;
width: 360px;
max-width: calc(100vw - 36px);
height: 520px;
max-height: calc(100vh - 140px);
background: #0b1220;
border-radius: 16px;
box-shadow: 0 18px 50px rgba(0,0,0,.35);
overflow: hidden;
z-index: 999999;
display: none;
}
#cpw-panel header {
height: 52px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 12px;
color: #fff;
font-weight: 700;
border-bottom: 1px solid rgba(255,255,255,.08);
}
#cpw-close {
background: transparent;
border: none;
color: #fff;
font-size: 22px;
cursor: pointer;
line-height: 1;
}
#cpw-iframe {
width: 100%;
height: calc(100% - 52px);
border: 0;
background: #0b1220;
}