@keyframes slideInLeft{0%{opacity:0;margin-left:-30px}to{opacity:1;margin-left:0}}@keyframes slideInRight{0%{opacity:0;margin-left:30px}to{opacity:1;margin-left:0}}@keyframes slideInDown{0%{opacity:0;margin-top:-35px}to{opacity:1;margin-top:-5px}}@keyframes slideInUp{0%{opacity:0;margin-top:35px}to{opacity:1;margin-top:-5px}}@keyframes highlightChatBubble{50%{border-color:#f9f9a8}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html{background:#191919}body{cursor:"default";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;height:100vh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}div[draggable=true]{cursor:grab}.flex{display:flex}.flexCrossStart{align-items:flex-start}.flexCrossCenter{align-items:center}.flexCrossEnd{align-items:flex-end}.flexMainBetween{justify-content:space-between}.flexMainStart{justify-content:flex-start}.flexMainCenter{justify-content:center}.flexMainEnd{justify-content:flex-end}.flexWrap{flex-wrap:wrap}::-webkit-scrollbar{width:12px;height:12px}body::-webkit-scrollbar{width:12px;height:12px}div::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{border-style:solid;border-width:2px;border-radius:12px}body::-webkit-scrollbar-thumb{border-style:solid;border-width:2px;border-radius:12px}div::-webkit-scrollbar-thumb{border-style:solid;border-width:2px;border-radius:12px}@media (prefers-color-scheme:light){::-webkit-scrollbar-corner{background:#e6e6e6}body::-webkit-scrollbar-corner{background:#e6e6e6}div::-webkit-scrollbar-corner{background:#e6e6e6}::-webkit-scrollbar-track{background:#e6e6e6}body::-webkit-scrollbar-track{background:#e6e6e6}div::-webkit-scrollbar-track{background:#e6e6e6}::-webkit-scrollbar-thumb{background-color:#646464;border-color:#e6e6e6}body::-webkit-scrollbar-thumb{background-color:#646464;border-color:#e6e6e6}div::-webkit-scrollbar-thumb{background-color:#646464;border-color:#e6e6e6}}@media (prefers-color-scheme:dark){::-webkit-scrollbar-corner{background-color:#363636}body::-webkit-scrollbar-corner{background-color:#363636}div::-webkit-scrollbar-corner{background-color:#363636}::-webkit-scrollbar-track{background-color:#363636}body::-webkit-scrollbar-track{background-color:#363636}div::-webkit-scrollbar-track{background-color:#363636}::-webkit-scrollbar-thumb{background-color:#1e1e1e;border-color:#363636}body::-webkit-scrollbar-thumb{background-color:#1e1e1e;border-color:#363636}div::-webkit-scrollbar-thumb{background-color:#1e1e1e;border-color:#363636}}input[type=number]::-webkit-inner-spin-button{display:none}
