body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; border-bottom: 3px solid #FF9F1C; padding-bottom: 10px; }
        h2 { color: #2E86AB; margin-top: 30px; }
        h3 { color: #A23B72; }
        .logo { font-size: 28px; font-weight: bold; color: #FF6B35; text-decoration: none; }
        .nav { background: #333; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links a { color: white; margin: 0 10px; text-decoration: none; }
        .mobile-menu { display: none; color: white; cursor: pointer; }
        .download-btn { background: #FF9F1C; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #2E86AB; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 10px; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-type { margin: 30px 0; font-weight: bold; }
        .copyright { margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; text-align: center; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-menu { display: block; }
            .nav.active .nav-links { display: flex; flex-direction: column; }
        }
