:root{font-size:1.125rem}@media(min-width:600px){:root{font-size:1.5rem}}@media(min-width:900px){:root{font-size:1.75rem}}@media(min-width:1200px){:root{font-size:2rem}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;align-items:center;min-width:100vw;min-height:100vh;font-family:helvetica neue,Helvetica,Arial,sans-serif;background:#0b141a}.messages{overflow:auto;width:100vw;height:100vh;padding:1rem .9rem;position:relative}.bubble{overflow:hidden;display:inline-block;margin:0 0 .125rem;padding:.5rem .85rem;line-height:1.25rem;border-radius:1.25rem;transform-origin:0 100%;vertical-align:middle;transition:border-radius .25s ease-out 75ms}.bubble.left.cornered{border-bottom-left-radius:0}.bubble.left{background:#202c33;color:#e9edef}.bubble.cornered:after{background-position:0 0}.bubble span{display:block}.bubble span.message{opacity:0}.bubble a{color:#0076ff}.bubble .loading{position:absolute;width:2.25rem;font-size:2rem;line-height:1.3rem}.bubble .loading b{display:inline-block;color:rgba(255,255,255,.5)}.backimg{position:absolute;width:100%;height:100%;background-image:url("bg-chat-tile-dark.png");opacity:.06}