.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.bebop-icon{object-fit:contain}.bebop-dot,.bebop-icon{width:1.5rem;height:1.5rem}.bebop-dot{background-color:#644ff5;border-radius:50%;flex-shrink:0}@media(max-width:768px){.bebop-dot{width:1rem;height:1rem;background-color:#312e81}}.pulse,.streaming-indicator{animation:pulse 1s infinite}.streaming-indicator{display:inline-flex;width:12px;height:12px;background-color:#fff;border-radius:50%}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}.dialog{width:90%;max-width:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:1.5rem;margin:0;background:linear-gradient(180deg,#212024,#151417);color:#fff;border:none;border-radius:.5rem;box-shadow:0 4px 10px rgba(0,0,0,.2);overflow:hidden;z-index:1000}.dialog::backdrop{background:rgba(0,0,0,.5)}.dialog-inner{display:flex;flex-direction:column;gap:2rem}.dialog-header{display:flex;justify-content:space-between;align-items:center}.dialog-title{font-size:1.25rem;font-weight:700;color:#e9eef7}.dialog-close-button{color:#bcb8c3;cursor:pointer}.dialog-close-button:hover{color:#644ff5}.dialog-content{display:grid;place-items:center}.dialog-footer{display:flex;justify-content:flex-end;gap:.5rem}