@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.navbar{width:100%;color:var(--dark-gray);margin-bottom:20px}.nav-container{margin:0 auto;display:flex;justify-content:space-between;align-items:center;max-width:1200px;padding:1rem}.nav-container>a{text-decoration:none}.nav-container h1{text-decoration:none;color:var(--whatsapp-green);font-size:1.5rem}.links{display:flex;gap:1.25rem;justify-content:center;padding:.5rem 1rem;cursor:pointer;align-items:center}.link{font-size:1rem;text-decoration:none;padding:.5rem 1rem;color:var(--indigo)}.link:nth-child(4),.link:nth-child(5){border-radius:1.25rem;border:1px solid var(--whatsapp-green);transition:all .3s ease-in-out}.link:nth-child(4):hover,.link:nth-child(5):hover{text-decoration:none;background-color:var(--whatsapp-green);color:var(--light-grayish)}.link:hover{text-decoration:underline}.logout-btn{font-size:1rem;text-decoration:none;padding:.5rem 1rem;background-color:var(--red);color:#fff;border:none;border-radius:1.25rem;cursor:pointer;transition:all .3s ease-in-out}.logout-btn:hover{transform:scale(1.05);color:var(--light-grayish)}.toggle-btn{background:transparent;font-size:1.75rem;color:var(--icon)}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero-content{display:flex;align-items:center;gap:2.5rem}.hero-text h1{font-size:2rem;margin-bottom:1rem;color:var(--text)}.hero-text p{font-size:1.25rem;font-style:oblique;color:var(--text);margin-bottom:1.5rem}.hero-content img{width:500px;height:500px;border-radius:50%;border:2px solid var(--whatsapp-green);object-fit:cover}.cta-buttons{display:flex;gap:1.25rem;margin-top:1rem}.btn{background-color:var(--indigo);color:var(--light-grayish);padding:.5rem 1.25rem;border:none;border-radius:.5rem;cursor:pointer;transition:transform .3s ease;text-decoration:none;font-size:1.25rem}.secondary{background-color:var(--whatsapp-green)}.btn:hover{transform:scale(1.05)}.post-card{display:flex;flex-direction:column;align-items:center;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:1rem;width:350px;height:420px;overflow:hidden;transition:all .3s ease-in-out}.post-card:hover{box-shadow:0 3px 6px #0003;transform:translateY(-5px)}.post-info{display:flex;flex-direction:column;align-items:center;padding:10px;width:100%;overflow:hidden;text-align:center}.post-info h2{font-size:20px;color:var(--text);margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.post-info p{font-size:.95rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.post-card img{width:100%;height:225px;object-fit:cover;border-radius:8px 8px 0 0}.post-meta{font-size:.75rem;color:var(--whatsapp-green);margin:0;padding:0;font-style:italic}.post-info a{text-decoration:none;color:#25d366;cursor:pointer}.post-info a:hover{text-decoration:underline}.post-info a:visited{color:#1b5f13}.posts-page{display:flex;flex-direction:column;align-items:center;padding:20px}.loading{font-size:1rem;color:var(--indigo);margin-top:20px;animation:pulse 1.5s infinite}.posts-list{display:flex;align-items:center;gap:20px;flex-wrap:wrap;overflow:hidden;justify-content:flex-start;width:100%;max-width:1200px}.post-page{display:flex;flex-direction:column;align-items:center;padding:20px}.post-page .loading{font-size:1rem;font-style:italic;color:var(--indigo);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.post-page h1{font-family:Poppins;font-size:2rem;margin-bottom:20px}.post-page img{max-width:100%;width:100%;height:500px;margin-bottom:20px;border-radius:10px;object-fit:cover}.post-page span{align-self:flex-end;color:var(--whatsapp-green);font-style:italic}.post-page .post-content{font-family:Inter;font-size:1.2rem;line-height:1.75;margin-bottom:20px}.comments-section{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-top:20px;margin-bottom:50px;width:800px;max-width:800px;font-size:.8rem;line-height:1.5;overflow-y:auto;max-height:auto;transition:background-color .3s ease}.comments-section h2{font-size:1.2rem;margin-bottom:10px;color:var(--indigo)}.comments-section p{margin:5px 0;color:var(--gray-800)}.comments-section ul{list-style-type:none;padding:0;margin:0}.comments-section li{margin-bottom:10px;padding:10px;border:1px solid #e2e8f0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.comments-section li:last-child{border-bottom:none}.comments-section li span{flex:1;color:gray}.comments-section li strong{font-size:.7rem;color:var(--indigo);margin-right:1rem}.delete-comment-btn{font-size:1.25rem;justify-self:flex-end;cursor:pointer;background:transparent;color:#f00c;transition:background-color .3s ease;white-space:nowrap}.delete-comment-btn:hover{color:#ff000080}.comment-form{display:flex;flex-direction:column;gap:10px}.comment-input{width:500px;height:100px;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.comment-form>div{display:flex;gap:1rem;align-items:center;align-self:flex-end}button{padding:10px 20px;color:var(--light-grayish);border:none;border-radius:4px;cursor:pointer;font-size:1rem}.comment-submit{transition:all .3s ease;background-color:var(--whatsapp-green)}.comment-submit:hover{background-color:#0f0c}.comment-reset{transition:all .3s ease;background-color:#f00c}.comment-reset:hover{background-color:#ff000080}.signup-page{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.signup-form{margin-top:100px;display:flex;flex-direction:column;align-items:center;width:500px;gap:20px}.signup-form input{width:100%;height:40px;border-radius:5px;border:1px solid #ccc;padding:0 10px;font-size:16px;text-align:center}.signup-btn{width:100%;height:40px;border-radius:5px;border:none;background-color:var(--whatsapp-green);color:#fff;font-size:1.25rem;cursor:pointer;transition:transform .3s ease}.signup-btn:hover{transform:scale(1.02)}@keyframes slideDown{to{top:50px}}.login-page{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.login-form{margin-top:100px;display:flex;flex-direction:column;align-items:center;width:500px;gap:20px}.login-form input{width:100%;height:40px;border-radius:5px;border:1px solid #ccc;padding:0 10px;font-size:16px;text-align:center}.login-btn{width:100%;height:40px;border-radius:5px;border:none;background-color:var(--whatsapp-green);color:#fff;font-size:1.25rem;cursor:pointer;transition:transform .3s ease}.login-btn:hover{transform:scale(1.02)}.message-banner{position:fixed;top:-100px;left:50%;transform:translate(-50%);padding:1rem 2rem;border-radius:5px;color:var(--light-grayish);font-weight:700;z-index:999;animation:slideDown .5s ease-out forwards,fadeOut 1s ease-in 8s forwards}.message-banner.success{background-color:#28a745}.message-banner.error{background-color:#dc3545}@keyframes slideDown{to{top:100px}}@keyframes fadeOut{to{opacity:0}}.about-page{display:flex;flex-direction:column;align-items:center;padding:20px}*,*:before,*:after{box-sizing:border-box}:root{--indigo: #4f46e5;--whatsapp-green: #25d366;--light-grayish: #f8f9fa;--dark-gray: #1f2937;--icon: orangered;--bg: var(--light-grayish);--text: var(--dark-gray);--red: hsla(0, 100%, 50%, .65)}body.dark-mode{--bg: var(--dark-gray);--text: var(--light-grayish);--icon: orange;--red: hsla(0, 100%, 50%, .7)}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:16px;line-height:1.5;color:var(--text);background-color:var(--bg)}h1{font-family:Poppins}p{font-family:Inter}
