body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #ff6b35; text-align: center; }
        h2 { color: #4ecdc4; border-bottom: 2px solid #ff6b35; padding-bottom: 5px; }
        h3 { color: #45b7d1; }
        .logo { font-size: 28px; font-weight: bold; color: #ff6b35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #fff; position: sticky; top: 0; z-index: 100; padding: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
        .nav-mobile { display: none; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; text-align: center; padding: 10px; background: #ff6b35; color: white; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
        }
        .btn { display: inline-block; padding: 10px 20px; background: #4ecdc4; color: white; border-radius: 5px; text-decoration: none; margin: 10px 0; }
        .game-img { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #eee; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        .footer { margin-top: 40px; padding: 20px; background: #333; color: white; text-align: center; }
