:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Outfit,sans-serif;overscroll-behavior:none;background:linear-gradient(180deg,#0d0d0d,#09090a);color:#d1d5db}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}body{width:100vw;height:100svh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0d0d0f}::-webkit-scrollbar-thumb{background:#312f35;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#58555f}*{scrollbar-width:thin;scrollbar-color:#58555f #0d0d0f}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.hidden{visibility:hidden}.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}}.prompt-suggestion-pills{width:100%;max-width:calc(100vw - 2rem);display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.prompt-suggestion-pills-item{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:7px;background:linear-gradient(180deg,#1f1e21 -50.85%,#151417 74.58%);font-size:.75rem;font-weight:600;color:#fff;border:1px solid #222225;cursor:pointer;transition:all .2s ease}.prompt-suggestion-pills-item:hover{transform:translateY(-1px);border-color:#fff;--hover-border-color:white;--hover-background:$bg-gradient}.prompt-suggestion-pills-item:hover:hover{border-color:var(--hover-border-color);background:var(--hover-background)}@media(max-width:768px){.prompt-suggestion-pills-item{font-size:.63rem}}.prompt-suggestion-pills-item-icon{display:grid;place-items:center}.prompt-suggestion-pills-item-icon svg{width:1rem;height:1rem}.prompt-suggestion-pills-item-text{font-size:.75rem;font-weight:500;font-family:Space Grotesk,sans-serif;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}