body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; color: #333; }
        h1 { color: #2c3e50; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { color: #e74c3c; margin-top: 30px; }
        h3 { color: #3498db; }
        .logo { font-size: 2.5em; font-weight: bold; color: #e74c3c; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #2c3e50; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-links { display: flex; justify-content: space-around; }
        .mobile-toggle { display: none; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; }
            .mobile-toggle { display: block; text-align: center; }
            .nav.active .nav-links { display: flex; }
        }
        .game-btn { display: inline-block; padding: 12px 25px; background: #e74c3c; color: white; border-radius: 5px; margin: 15px 0; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #3498db; color: white; padding: 5px 10px; margin: 3px; display: inline-block; border-radius: 3px; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 40px; }
