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