body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-parent{display:flex;justify-content:center;.app-child{display:flex;flex-direction:column;margin:5px;width:600px;.input-parent{background-color:#f0f8ff;border-radius:15px;display:flex;flex-direction:column;margin:5px;.welcome-text{font-size:18px;font-weight:600;line-height:1.3em;margin:10px 10px 0;text-align:center}.sign-in-parent,.welcome-text{display:flex;justify-content:center}.sign-in-parent{.sign-in-child{margin:10px}}.input-child{display:flex;gap:10px;height:35px;justify-content:center;margin:10px}}.history-parent{display:flex;flex-direction:column;margin:5px;text-align:center;.post-list{display:flex;flex-direction:column;gap:5px;.post-item{background-color:#f0f8ff;border-radius:15px;display:flex;flex-direction:row;.post-author{margin:10px;width:30%;.post-picture{border-radius:50%;height:64px;width:64px}.post-name{font-size:14px;font-weight:600;line-height:1.3em}}.post-message{display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin:10px 15px 10px 10px;overflow:hidden;text-overflow:ellipsis;width:70%;.post-content{font-size:20px;text-align:start}.post-content,.post-footer{font-weight:600;line-height:1.3em}.post-footer{display:flex;flex-direction:row-reverse;font-size:14px;justify-content:space-between;.post-control{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}}}}}}}}.minimal-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px;padding:10px;transition:border-color .3s ease-in-out;width:50%}.minimal-input:focus{border-color:#66afe9;box-shadow:0 0 5px #66afe999;outline:none}.minimal-input::placeholder{color:#999}.minimal-button{background-color:#f8f8f8;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#333;cursor:pointer;font-size:16px;padding:5px 10px;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}.minimal-button:hover{background-color:#e0e0e0}.minimal-button:focus{border-color:#66afe9;box-shadow:0 0 5px #66afe999;outline:none}.minimal-button:disabled{background-color:#ddd;border-color:#ccc;color:#999;cursor:not-allowed}.minimal-spinner-parent{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.minimal-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#333;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (max-width:600px){.app-child{width:300px!important}}*{box-sizing:border-box;font-family:Nunito,sans-serif;margin:0;padding:0}
/*# sourceMappingURL=main.20849693.css.map*/