:root{--bg: #0b0d12}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#05070a;color:#edf0f4;font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::-webkit-scrollbar{display:none}*{scrollbar-width:none}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}@keyframes caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.caret{animation:caret-blink 1s step-end infinite}button{font-family:inherit;color:inherit;border:none;background:none;padding:0;margin:0;cursor:pointer}.app-viewport{height:100%;height:100dvh;display:flex;justify-content:center;background:#05070a}.app-phone{position:relative;width:100%;max-width:420px;height:100%;background:#0b0d12;overflow:hidden;display:flex;flex-direction:column}.app-phone.is-chat{background:#0e1621}@media (min-width: 440px){.app-phone{height:880px;max-height:100%;border-radius:28px;box-shadow:0 30px 80px #0009}}
