@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}html{font-family:Merriweather,serif}body{background-color:#1a1f23;color:#e0f7fa;line-height:1.6}main{width:90%;max-width:60rem;margin:3rem auto;padding:2rem;border-radius:16px;background-color:#263238;min-height:85vh;box-shadow:0 4px 20px rgba(0,0,0,.5)}ul{list-style:none}#main-header{width:90%;max-width:60rem;margin:2rem auto;display:flex;justify-content:space-between;align-items:center}#main-header img{width:4.5rem;height:4.5rem;filter:drop-shadow(0 0 4px #000)}#main-header ul{display:flex;gap:1rem}#main-header ul a{color:#e0f7fa;text-decoration:none;padding:.5rem 1rem;font-size:1.2rem;border-radius:6px;transition:background .3s ease}#main-header ul a:hover{background-color:#37474f}#main-header ul .cta-link{background:linear-gradient(90deg,#00bcd4,#0097a7);color:#fff;font-weight:700;border-radius:6px;transition:transform .2s ease}#main-header ul .cta-link:hover{transform:scale(1.05);background:linear-gradient(90deg,#0097a7,#00bcd4)}#latest-posts{margin-top:2rem}.form-control label{display:block;font-weight:600;font-size:.9rem;color:#80deea;margin-bottom:.3rem}.form-control input,.form-control textarea{display:block;width:100%;font:inherit;padding:.6rem;border-radius:8px;border:1px solid #4dd0e1;background-color:#37474f;color:#e0f7fa;transition:border-color .3s ease}.form-control input:focus,.form-control textarea:focus{outline:none;border-color:#00bcd4}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.form-actions button{font:inherit;padding:.6rem 1.2rem;border:none;border-radius:6px;background-color:#00bcd4;color:#fff;cursor:pointer;transition:background .3s ease,transform .2s ease}.form-actions button:hover{background-color:#0097a7;transform:scale(1.03)}.form-actions button[type=reset]{background-color:transparent;border:1px solid #00bcd4;color:#00bcd4}.form-actions button[type=reset]:hover{background-color:#263238;color:#fff}.form-errors{display:flex;justify-content:flex-end;gap:1rem}.form-errors li{color:#ff8a80;font-size:.9rem}.posts{display:flex;flex-direction:column;gap:1.5rem}.post{display:flex;gap:1rem;padding:1rem;background-color:#1c262b;border:1px solid #37474f;box-shadow:0 2px 12px rgba(0,0,0,.3)}.post img{width:8rem;height:6rem;object-fit:cover;border-radius:6px}.post-content{flex:1 1}.post h2{font-size:1.4rem;margin-bottom:.5rem;color:#b2ebf2}.post p{font-size:1rem;margin-bottom:.3rem}.post header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.post header p{font-size:.9rem;color:#90a4ae}.like-button{transition:transform .2s ease}.like-button svg{width:1.5rem;height:1.5rem;fill:transparent;stroke:#00bcd4}.like-button:hover svg,.liked .like-button svg{fill:#00bcd4}.liked .like-button:hover svg{fill:transparent}.like-button{background-color:transparent;transition:transform .2s ease,color .2s ease}.like-button .like-icon{font-size:1.4rem}.like-button .like-count{font-weight:700;font-size:1.1rem;color:#b2ebf2}.like-button.liked .like-count{color:#ff8a80}.posts{list-style:none;padding:0}.post{border:1px solid #333;border-radius:10px;margin-bottom:1.5rem;background:#111;color:#eee;overflow:hidden}.post-image img{width:100%;height:auto;display:block}.post-content{padding:1rem}.post-content h2{margin:0 0 .5rem}.like-button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#00bcd4;display:flex;align-items:center;gap:.4rem;transition:color .2s,transform .2s}.like-button:hover{color:#4dd0e1;transform:scale(1.05)}.like-button:active{transform:scale(1.15)}.like-button.liked{color:#ff5252}.like-icon{font-size:1.4rem}.like-count{font-weight:700;font-size:1.1rem;color:#b2ebf2}