body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; font-size: 2.2em; 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.1); }
        .nav { background: #2c3e50; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-links { display: flex; justify-content: space-around; }
        .nav-links a { color: white; text-decoration: none; }
        .mobile-toggle { display: none; }
        .btn { display: inline-block; background: #e74c3c; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #3498db; color: white; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 3px; }
        .game-type { background: #27ae60; color: white; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 3px; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; display: none; }
            .nav-links.active { display: flex; }
            .mobile-toggle { display: block; background: none; border: none; color: white; font-size: 1.5em; cursor: pointer; }
        }
