body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; top: 0; left: 0; width: 100%; background: #ff9800; color: white; padding: 10px; z-index: 100; }
            .nav-toggle { float: right; }
        }
        h1 { color: #ff5722; border-bottom: 3px solid #ff9800; padding-bottom: 10px; }
        h2 { color: #ff9800; margin-top: 30px; }
        h3 { color: #ffab40; }
        .game-logo { font-size: 2em; font-weight: bold; color: #ff5722; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .btn { display: inline-block; padding: 10px 20px; background: #ff5722; color: white; text-decoration: none; border-radius: 5px; margin: 10px 0; }
        .btn:hover { background: #ff7043; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .gallery { display: flex; flex-wrap: wrap; gap: 10px; }
        .gallery img { width: calc(50% - 5px); }
        .tags { margin: 20px 0; }
        .tag { display: inline-block; background: #e0e0e0; padding: 5px 10px; margin: 5px; border-radius: 20px; }
        footer { margin-top: 40px; padding: 20px 0; border-top: 2px solid #eee; }
