*{box-sizing:border-box;font-family:Courier New,Courier,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center;margin:0;display:flex}#app{width:400px;max-width:100%;padding:15px}.hidden{display:none!important}.emoji{color:#b00;font-size:24px}button .emoji{margin:0 6px}p{word-break:break-all;white-space:normal}a{color:#000;text-decoration:none}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid #cacaca;border-top-color:#b00;border-radius:50%;width:28px;height:28px;margin:20px auto;animation:.7s linear infinite spin}.post-wrapper{background-color:#ebebeb;border:2px solid #7e7e7e;border-radius:1px;margin:10px 0 30px;padding:15px;box-shadow:7px 7px}.post-wrapper form{width:100%}.post-wrapper textarea{text-align:start;resize:none;border:2px solid #cacaca;border-radius:1px;width:100%;height:70px;margin:0 0 15px;padding:7px 9px;font-size:16px}.error{color:#b00;margin:0;font-size:16px}.post-wrapper button{cursor:pointer;background-color:#f2acad;border:0;border-radius:25px;align-items:center;height:35px;font-size:12px;display:flex}input::placeholder,textarea::placeholder{color:#d3d3d3;padding:2px;font-size:11px}.post-wrapper button:hover{background-color:#f37d7f}.message-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex;position:relative}.message-header p{flex:1;margin:0 0 15px}.message-header textarea{resize:none;border:2px solid #cacaca;flex:1;margin-bottom:15px;padding:7px 9px;font-size:16px}.edit-wrapper{flex-direction:column;flex:1;gap:5px;display:flex}.edit-wrapper label{flex-direction:column;display:flex}.message-actions{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.message-actions button{cursor:pointer;white-space:nowrap;border:none;padding:3px 8px;font-size:11px}.message-actions button:hover{background-color:#f37d7f}.message{border:2px solid #7e7e7e;border-radius:1px;flex-direction:column;justify-content:space-between;width:400px;max-width:400px;margin-bottom:30px;padding:15px;display:flex;box-shadow:7px 7px}.message p{word-wrap:break-word;margin-bottom:15px;font-size:16px;line-height:1.4}.info-wrapper{padding:5px;font-size:12px}.info-user{color:gray}.auth-buttons{justify-content:flex-end;gap:5px;display:flex}.auth-button{cursor:pointer;background-color:#ebebeb;border:0;border-radius:2px;margin-top:5px;padding:5px 15px;font-size:12px}.auth-button:hover{background-color:#f37d7f}.auth-form{flex-direction:column;margin-top:10px;display:flex}input{height:30px;margin-bottom:5px}.user-info{justify-content:space-between;align-items:center;gap:10px;margin-top:5px;display:flex}h2{margin:0 0 5px;font-size:18px}
