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; }
            .toggle-nav { background: #FF9900; color: white; border: none; padding: 10px 15px; cursor: pointer; }
        }
        h1 { color: #FF4500; border-bottom: 3px solid #FF9900; padding-bottom: 10px; }
        h2 { color: #0066CC; margin-top: 30px; }
        h3 { color: #2E8B57; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 1px 1px 2px #ccc; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin: 15px 0; display: inline-block; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin: 15px 10px; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background: #f1f1f1; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
        .copyright { margin-top: 50px; text-align: center; color: #777; font-size: 14px; }
