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; bottom: 0; left: 0; right: 0; background: #2c3e50; padding: 10px; z-index: 100; }
            .mobile-nav button { width: 100%; padding: 12px; background: #3498db; color: white; border: none; }
            .nav-menu { display: none; position: fixed; bottom: 60px; left: 0; right: 0; background: white; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); }
            .nav-menu.active { display: block; }
            .nav-menu a { display: block; padding: 12px; border-bottom: 1px solid #eee; text-align: center; }
        }
        h1 { color: #e74c3c; border-bottom: 3px solid #3498db; padding-bottom: 10px; }
        h2 { color: #2980b9; margin-top: 30px; }
        h3 { color: #2c3e50; }
        .download-btn { display: inline-block; background: #27ae60; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background: #f1c40f; color: #333; padding: 3px 8px; border-radius: 12px; font-size: 12px; margin: 0 3px; }
        .game-type { background: #9b59b6; color: white; padding: 3px 8px; border-radius: 12px; font-size: 12px; }
        footer { margin-top: 50px; padding: 20px 0; border-top: 2px solid #eee; text-align: center; }
