:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{margin:0}.app-container{background-color:#181818;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;overflow:hidden}.app-main{flex-flow:column;flex:1;width:100%;height:100vh;display:flex}@media screen and (min-width:600px){.app-main{max-width:calc(20vw + 480px)}}.scroll-list-container{box-sizing:border-box;flex:1;width:100%;position:relative;overflow:hidden}.list-content{box-sizing:border-box;width:100%;height:100%;padding:.2rem .5rem 0;overflow-y:scroll}.scroll-list-container::-webkit-scrollbar{width:6px}.scroll-list-container::-webkit-scrollbar-track{background:0 0}.scroll-list-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.scroll-list-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.msg-card{box-sizing:border-box;background-color:#282828;border:1px solid #303030;border-radius:10px;flex-direction:column;margin-bottom:12px;padding:16px 16px 12px;display:flex}.msg-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.msg-card-author{flex:1;gap:10px;display:flex}.msg-card-avatar{background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.msg-card-avatar-char{border-radius:50%;flex-flow:column;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.msg-card-avatar-char>div{box-sizing:border-box;padding-bottom:1px;font-size:20px;font-weight:700}.msg-card-meta{box-sizing:border-box;flex-direction:column;justify-content:center;display:flex}.msg-card-name{color:#e1e8ed;letter-spacing:0;font-size:15px;font-weight:500}.msg-card-time{color:gray;font-size:12px}.msg-card-body{margin-bottom:8px;line-height:1.5}.msg-card-text{color:#e1e8ed;word-wrap:break-word;font-size:16px}.msg-card-text p{margin:0}.message-image{max-width:90%;max-height:100vh}.msg-card-footer{color:gray;text-align:right;font-size:12px}.floating-header{box-sizing:border-box;flex-flow:column;flex:0;padding-top:.2rem;display:flex}.header-line-1{box-sizing:border-box;flex-flow:row;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:4rem;padding:1rem 0;display:flex}.header-title{box-sizing:border-box;flex-grow:0;flex-shrink:1;width:5rem;height:100%;position:relative}.header-title #title-line-1{letter-spacing:.09rem;position:absolute;top:-.55rem;left:1rem;overflow:visible}.header-title #title-line-2{letter-spacing:.1rem;position:absolute;bottom:-.43rem;left:1rem;overflow:visible}#title-line-1,#title-line-2{color:#dcdcdc;text-overflow:clip;text-shadow:.25px .25px #dcdcdc66,.5px .5px #dcdcdc66,.75px .75px #dcdcdc66,1px 1px #dcdcdc99;text-rendering:geometricprecision;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;font-weight:900;transform:skew(-15deg)}.header-search-box{box-sizing:border-box;background-color:#282828;border-radius:2.8rem;flex-flow:row;flex:1;min-width:120px;height:2.8rem;margin-right:.5rem;padding:.2rem 0;display:flex;overflow:hidden}.header-search{box-sizing:border-box;background:0 0;border-style:none;flex-grow:1;flex-shrink:1;height:100%;padding-bottom:.2rem;padding-left:1rem;font-size:1rem}.header-search:focus{background:0 0;border-style:none;outline:none}.header-search::placeholder{color:#fff6}.header-search-clear{cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZTNlM2UzIj48cGF0aCBkPSJtMjU2LTIwMC01Ni01NiAyMjQtMjI0LTIyNC0yMjQgNTYtNTYgMjI0IDIyNCAyMjQtMjI0IDU2IDU2LTIyNCAyMjQgMjI0IDIyNC01NiA1Ni0yMjQtMjI0LTIyNCAyMjRaIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:50%;flex-grow:0;flex-shrink:0;width:3rem;height:100%;display:none}.header-search-clear.active{display:block}
