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: #FF6B35; padding: 10px; text-align: center; }
            .toggle-btn { background: #002E5B; color: white; border: none; padding: 10px 20px; cursor: pointer; }
        }
        h1 { color: #002E5B; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #FF6B35; margin-top: 30px; }
        h3 { color: #005792; }
        .logo { font-size: 2em; font-weight: bold; color: #FF6B35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .download-btn { display: inline-block; background: #00A86B; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; }
        .login-btn { display: inline-block; background: #002E5B; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .type-tag { background: #F0F0F0; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
        .copyright { margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; text-align: center; }
