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; width: 100%; background: #007bff; color: white; text-align: center; padding: 10px; }
            .mobile-nav button { background: none; border: none; color: white; font-size: 18px; }
            .nav-menu { display: none; position: fixed; bottom: 50px; width: 100%; background: white; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); }
            .nav-menu.show { display: block; }
            .nav-menu a { display: block; padding: 15px; color: #333; text-decoration: none; }
        }
        .logo { font-size: 28px; font-weight: bold; color: #ff5722; margin-bottom: 20px; }
        .logo span { color: #007bff; }
        .download-btn, .login-btn { display: inline-block; padding: 12px 25px; margin: 15px 0; background: #28a745; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; }
        .login-btn { background: #007bff; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0; }
        .community-post { background: #e9ecef; padding: 15px; border-radius: 8px; margin: 15px 0; }
        .tag { background: #e2e3e5; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
