.home-container{justify-content:center;align-items:center;background-size:cover;background-position:50%;padding:30px}.puzzle-games-container{display:flex;flex-wrap:wrap;gap:20px}.puzzle-games{display:flex;flex-wrap:wrap;flex-direction:row}.puzzle-game-card{display:flex;width:300px;height:330px;flex-direction:column;border:1px solid #ccc;padding:16px;border-radius:8px;margin-left:20px;margin-top:10px}.puzzle-game-image{width:100%;max-width:300px;height:200px;border-radius:8px}.word-games{display:flex;flex-wrap:wrap;flex-direction:row}.word-game-card{display:flex;width:300px;height:280px;flex-direction:column;border:1px solid #ccc;padding:16px;border-radius:8px;margin-left:20px;margin-top:10px}.word-game-image{width:100%;max-width:300px;height:200px;border-radius:8px}.puzzle-game-title{margin:12px 0}.puzzle-game-button{padding:8px 16px;background-color:#0070f3;color:#fff;margin-top:5px;border:none;border-radius:4px;cursor:pointer}.puzzle-game-button:hover{background-color:#005bb5}.post{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;background-color:hsla(0,3%,60%,.2);box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;width:calc(23% - 1px);box-sizing:border-box;border:1.5px solid #000;border-radius:5px}.imgContainer{width:100%;margin-bottom:10px}.img{height:220px;width:100%;object-fit:cover}.button1{height:30px;width:100px;padding:5px;background-color:#000;color:#fff;margin-left:10px;margin-bottom:10px;border-radius:3px;text-align:center}.postTitle{font-size:1.2rem;font-weight:700}.postContent,.postTitle{color:#111;margin-bottom:10px;margin-left:10px}.postContent{font-size:1rem;font-weight:500;text-align:justify;margin-right:10px}.postScore{color:#111;font-size:1.1rem}.delete,.postScore{margin-bottom:10px;margin-left:10px}.delete{padding:10px 20px;font-size:1rem;color:#fff;background-color:#d9534f;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.error{color:#d9534f;font-size:1.1rem;text-align:center}@media (max-width:1024px){.post{flex-direction:column}.img,.imgContainer,.post{width:100%}.img{height:auto;object-fit:cover}}@media (max-width:768px){.post{flex-direction:column}.img,.imgContainer,.post{width:100%}.img{height:auto;object-fit:cover}.postTitle{font-size:1.1rem;margin-left:10px;margin-top:10px}.postContent,.postScore{font-size:.9rem;margin-left:10px}.postScore{margin-bottom:10px}.delete{font-size:.9rem;padding:8px 15px;margin-left:10px}.button1{margin-left:10px;text-align:center}}@media (max-width:480px){.post{flex-direction:column}.img,.imgContainer,.post{width:100%}.img{height:auto;object-fit:cover}.postTitle{font-size:1.1rem;margin-left:10px;margin-top:10px}.postContent,.postScore{font-size:.9rem;margin-left:10px}.postScore{margin-bottom:10px}.delete{font-size:.9rem;padding:8px 15px;margin-left:10px}.button1{margin-left:10px;text-align:center}}.article-content{max-width:1250px;margin:40px auto;padding:20px;font-family:Helvetica Neue,Arial,sans-serif;line-height:1.7;color:#333;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.05);border-radius:8px;text-align:justify;animation:fadeIn 1s ease-in-out}.article-content h1{font-size:2.2rem;margin-bottom:20px;color:#2c3e50;text-align:center}.article-content h2{font-size:1.8rem;margin-bottom:16px;color:#34495e;border-left:4px solid #2980b9;padding-left:12px}.article-content p{margin:12px 0;font-size:1rem}.article-content ul{margin-left:20px;padding-left:15px;list-style-type:disc}.article-content li{margin-bottom:8px}.article-content strong{color:#000}@media (max-width:600px){.article-content{padding:15px}.article-content h1{font-size:1.6rem}.article-content h2{font-size:1.4rem}.article-content h3{font-size:1.2rem}}.puzzle-article{display:flex;flex-wrap:wrap;justify-content:center;margin:30px 0;gap:40px}.puzzle-article-card{width:380px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ddd;padding:16px;border-radius:16px;box-sizing:border-box;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);min-height:300px}.puzzle-article-image{width:100%;height:200px;object-fit:cover;border-radius:12px}.puzzle-article-title{margin-top:10px;font-size:17px;line-height:1.6;color:#333;text-align:justify;word-wrap:break-word;flex-grow:1}.read-more-button{padding:10px;background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s ease}.read-more-button:hover{background:linear-gradient(135deg,#2575fc,#6a11cb);transform:scale(1.05)}@keyframes fadeIn{to{opacity:1}}